diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-23 18:00:57 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-23 18:00:57 -0400 |
| commit | 4c192cebf7af6c271b8a8a9b10616c85ab2856dd (patch) | |
| tree | 58c30cf2b9c17172e7de535b6bd41f3e4899b176 /.idea | |
| parent | 9a3434cce0e148b8cd86eb471cf92b5dbe425575 (diff) | |
| download | Project-Sandbox-4c192cebf7af6c271b8a8a9b10616c85ab2856dd.tar.gz Project-Sandbox-4c192cebf7af6c271b8a8a9b10616c85ab2856dd.tar.bz2 Project-Sandbox-4c192cebf7af6c271b8a8a9b10616c85ab2856dd.zip | |
Upgraded project; Main menu
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/contentModel.xml | 14 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/discord.xml | 2 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/indexLayout.xml | 10 |
3 files changed, 23 insertions, 3 deletions
diff --git a/.idea/.idea.Project Sandbox/.idea/contentModel.xml b/.idea/.idea.Project Sandbox/.idea/contentModel.xml index 4f86492..3dc231f 100644 --- a/.idea/.idea.Project Sandbox/.idea/contentModel.xml +++ b/.idea/.idea.Project Sandbox/.idea/contentModel.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ContentModelStore"> - <e p="$USER_HOME$/.cache/JetBrains/Rider2020.1/extResources" t="IncludeRecursive" /> - <e p="$USER_HOME$/.cache/JetBrains/Rider2020.1/resharper-host/local/Transient/ReSharperHost/v201/SolutionCaches/_Project Sandbox.-2130575860.00" t="ExcludeRecursive" /> + <e p="$USER_HOME$/.cache/JetBrains/Rider2020.2/extResources" t="IncludeRecursive" /> + <e p="$USER_HOME$/.cache/JetBrains/Rider2020.2/resharper-host/local/Transient/Rider/v202/SolutionCaches/_Project Sandbox.-2130575860.00" t="ExcludeRecursive" /> <e p="$PROJECT_DIR$" t="IncludeRecursive"> <e p="Assembly-CSharp-Editor.csproj" t="IncludeRecursive" /> <e p="Assembly-CSharp.csproj" t="IncludeRecursive" /> @@ -11,8 +11,18 @@ <e p="PlayerControls.cs" t="Include" /> <e p="README.txt" t="Include" /> </e> + <e p="Samples" t="Include"> + <e p="Terrain Tools" t="Include"> + <e p="0.1.0-preview" t="Include"> + <e p="Terrain Assets" t="Include"> + <e p="ThirdPartyNotices.txt" t="Include" /> + </e> + </e> + </e> + </e> <e p="Scripts" t="Include"> <e p="AudioManager.cs" t="Include" /> + <e p="LoadScene.cs" t="Include" /> <e p="MouseLook.cs" t="Include" /> <e p="PlayerMovement.cs" t="Include" /> <e p="Quit.cs" t="Include" /> diff --git a/.idea/.idea.Project Sandbox/.idea/discord.xml b/.idea/.idea.Project Sandbox/.idea/discord.xml index 368d7c1..cd711a0 100644 --- a/.idea/.idea.Project Sandbox/.idea/discord.xml +++ b/.idea/.idea.Project Sandbox/.idea/discord.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="DiscordProjectSettings"> - <option name="show" value="true" /> + <option name="show" value="PROJECT_FILES" /> </component> </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 index 39b9b41..64fc349 100644 --- a/.idea/.idea.Project Sandbox/.idea/indexLayout.xml +++ b/.idea/.idea.Project Sandbox/.idea/indexLayout.xml @@ -4,12 +4,22 @@ <attachedFolders /> <explicitIncludes> <Path>Library/PackageCache/com.unity.ads@3.4.4</Path> + <Path>Library/PackageCache/com.unity.ads@3.4.5</Path> + <Path>Library/PackageCache/com.unity.ads@3.4.7</Path> <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.ide.vscode@1.2.0</Path> + <Path>Library/PackageCache/com.unity.ide.vscode@1.2.1</Path> + <Path>Library/PackageCache/com.unity.inputsystem@1.0.0</Path> <Path>Library/PackageCache/com.unity.inputsystem@1.0.0-preview.7</Path> + <Path>Library/PackageCache/com.unity.probuilder@4.2.3</Path> + <Path>Library/PackageCache/com.unity.progrids@3.0.3-preview.6</Path> + <Path>Library/PackageCache/com.unity.settings-manager@1.0.2</Path> <Path>Library/PackageCache/com.unity.test-framework@1.1.13</Path> + <Path>Library/PackageCache/com.unity.test-framework@1.1.14</Path> + <Path>Library/PackageCache/com.unity.test-framework@1.1.16</Path> <Path>Library/PackageCache/com.unity.textmeshpro@2.0.1</Path> <Path>Library/PackageCache/com.unity.timeline@1.2.13</Path> <Path>Packages</Path> |
