diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 13:23:57 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-20 13:23:57 -0400 |
| commit | 0382584a77aed5dc926909b7dad6159ae0757e38 (patch) | |
| tree | 7aaef7f6c98bd5ae3ed28db39ae898d266b6d81e /.idea | |
| parent | b45cbdab7ba1217347fc67863cc9d3c90ef74bf9 (diff) | |
| download | Project-Sandbox-0382584a77aed5dc926909b7dad6159ae0757e38.tar.gz Project-Sandbox-0382584a77aed5dc926909b7dad6159ae0757e38.tar.bz2 Project-Sandbox-0382584a77aed5dc926909b7dad6159ae0757e38.zip | |
Added jumping and gun (not functional)
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/.gitignore | 2 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/contentModel.xml | 21 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/encodings.xml | 4 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/indexLayout.xml | 27 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/modules.xml | 8 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/projectSettingsUpdater.xml | 6 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/vcs.xml | 6 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/riderModule.iml | 7 |
8 files changed, 81 insertions, 0 deletions
diff --git a/.idea/.idea.Project Sandbox/.idea/.gitignore b/.idea/.idea.Project Sandbox/.idea/.gitignore new file mode 100644 index 0000000..5c98b42 --- /dev/null +++ b/.idea/.idea.Project Sandbox/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml
\ No newline at end of file diff --git a/.idea/.idea.Project Sandbox/.idea/contentModel.xml b/.idea/.idea.Project Sandbox/.idea/contentModel.xml new file mode 100644 index 0000000..aa63251 --- /dev/null +++ b/.idea/.idea.Project Sandbox/.idea/contentModel.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ContentModelStore"> + <e p="$USER_HOME$/.Rider2019.3/system/extResources" t="IncludeRecursive" /> + <e p="$USER_HOME$/.Rider2019.3/system/resharper-host/local/Transient/ReSharperHost/v193/SolutionCaches/_Project Sandbox.-2130575860.00" t="ExcludeRecursive" /> + <e p="$PROJECT_DIR$" t="IncludeRecursive"> + <e p="Assembly-CSharp.csproj" t="IncludeRecursive" /> + <e p="Assets" t="Include"> + <e p="Scripts" t="Include"> + <e p="Exit.cs" t="Include" /> + <e p="MouseLook.cs" t="Include" /> + <e p="PlayerMovement.cs" t="Include" /> + </e> + </e> + <e p="Project Sandbox.sln" t="IncludeFlat" /> + <e p="Temp/bin" t="ExcludeRecursive" /> + <e p="obj" t="ExcludeRecursive" /> + <e p="packages" t="ExcludeRecursive" /> + </e> + </component> +</project>
\ No newline at end of file diff --git a/.idea/.idea.Project Sandbox/.idea/encodings.xml b/.idea/.idea.Project Sandbox/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Project Sandbox/.idea/encodings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" /> +</project>
\ No newline at end of file diff --git a/.idea/.idea.Project Sandbox/.idea/indexLayout.xml b/.idea/.idea.Project Sandbox/.idea/indexLayout.xml new file mode 100644 index 0000000..41a7103 --- /dev/null +++ b/.idea/.idea.Project Sandbox/.idea/indexLayout.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ContentModelUserStore"> + <attachedFolders /> + <explicitIncludes> + <Path>Library/PackageCache/com.unity.collab-proxy@1.2.16</Path> + <Path>Library/PackageCache/com.unity.ext.nunit@1.0.0</Path> + <Path>Library/PackageCache/com.unity.ide.rider@1.1.4</Path> + <Path>Library/PackageCache/com.unity.ide.vscode@1.1.4</Path> + <Path>Library/PackageCache/com.unity.test-framework@1.1.11</Path> + <Path>Library/PackageCache/com.unity.textmeshpro@2.0.1</Path> + <Path>Library/PackageCache/com.unity.timeline@1.2.13</Path> + <Path>Packages</Path> + <Path>ProjectSettings</Path> + </explicitIncludes> + <explicitExcludes> + <Path>.git</Path> + <Path>.idea</Path> + <Path>Library</Path> + <Path>Logs</Path> + <Path>Temp</Path> + <Path>build</Path> + <Path>build-windows</Path> + <Path>obj</Path> + </explicitExcludes> + </component> +</project>
\ No newline at end of file diff --git a/.idea/.idea.Project Sandbox/.idea/modules.xml b/.idea/.idea.Project Sandbox/.idea/modules.xml new file mode 100644 index 0000000..9df6aa3 --- /dev/null +++ b/.idea/.idea.Project Sandbox/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/.idea.Project Sandbox/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.Project Sandbox/riderModule.iml" /> + </modules> + </component> +</project>
\ No newline at end of file diff --git a/.idea/.idea.Project Sandbox/.idea/projectSettingsUpdater.xml b/.idea/.idea.Project Sandbox/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..7515e76 --- /dev/null +++ b/.idea/.idea.Project Sandbox/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="RiderProjectSettingsUpdater"> + <option name="vcsConfiguration" value="1" /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/.idea.Project Sandbox/.idea/vcs.xml b/.idea/.idea.Project Sandbox/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Project Sandbox/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/.idea.Project Sandbox/riderModule.iml b/.idea/.idea.Project Sandbox/riderModule.iml new file mode 100644 index 0000000..1a4e0d9 --- /dev/null +++ b/.idea/.idea.Project Sandbox/riderModule.iml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="RIDER_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$/../.." /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file |
