diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 19:08:59 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 19:08:59 -0400 |
| commit | dd117b77aae1d8be7563b360d05b842a73b7dab2 (patch) | |
| tree | d8ca5ab0b6b6ca32df35558917ce69df3cd4f980 /.idea | |
| parent | 0382584a77aed5dc926909b7dad6159ae0757e38 (diff) | |
| download | Project-Sandbox-dd117b77aae1d8be7563b360d05b842a73b7dab2.tar.gz Project-Sandbox-dd117b77aae1d8be7563b360d05b842a73b7dab2.tar.bz2 Project-Sandbox-dd117b77aae1d8be7563b360d05b842a73b7dab2.zip | |
Upgraded Unity
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/contentModel.xml | 2 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/indexLayout.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.idea/.idea.Project Sandbox/.idea/contentModel.xml b/.idea/.idea.Project Sandbox/.idea/contentModel.xml index aa63251..a26842a 100644 --- a/.idea/.idea.Project Sandbox/.idea/contentModel.xml +++ b/.idea/.idea.Project Sandbox/.idea/contentModel.xml @@ -8,8 +8,10 @@ <e p="Assets" t="Include"> <e p="Scripts" t="Include"> <e p="Exit.cs" t="Include" /> + <e p="Gun.cs" t="Include" /> <e p="MouseLook.cs" t="Include" /> <e p="PlayerMovement.cs" t="Include" /> + <e p="Target.cs" t="Include" /> </e> </e> <e p="Project Sandbox.sln" t="IncludeFlat" /> diff --git a/.idea/.idea.Project Sandbox/.idea/indexLayout.xml b/.idea/.idea.Project Sandbox/.idea/indexLayout.xml index 41a7103..2c5a036 100644 --- a/.idea/.idea.Project Sandbox/.idea/indexLayout.xml +++ b/.idea/.idea.Project Sandbox/.idea/indexLayout.xml @@ -19,8 +19,6 @@ <Path>Library</Path> <Path>Logs</Path> <Path>Temp</Path> - <Path>build</Path> - <Path>build-windows</Path> <Path>obj</Path> </explicitExcludes> </component> |
