diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-24 00:14:06 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-24 00:14:06 -0400 |
| commit | 581eb102d540bc495ec62dae25fcea0d676d1a59 (patch) | |
| tree | 898078c2580819b953ad7696779269827667e853 /.idea | |
| parent | 4c192cebf7af6c271b8a8a9b10616c85ab2856dd (diff) | |
| download | Project-Sandbox-581eb102d540bc495ec62dae25fcea0d676d1a59.tar.gz Project-Sandbox-581eb102d540bc495ec62dae25fcea0d676d1a59.tar.bz2 Project-Sandbox-581eb102d540bc495ec62dae25fcea0d676d1a59.zip | |
Dialogue; Unlock cursor
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/contentModel.xml | 6 | ||||
| -rw-r--r-- | .idea/.idea.Project Sandbox/.idea/indexLayout.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.idea/.idea.Project Sandbox/.idea/contentModel.xml b/.idea/.idea.Project Sandbox/.idea/contentModel.xml index 3dc231f..c051891 100644 --- a/.idea/.idea.Project Sandbox/.idea/contentModel.xml +++ b/.idea/.idea.Project Sandbox/.idea/contentModel.xml @@ -22,11 +22,17 @@ </e> <e p="Scripts" t="Include"> <e p="AudioManager.cs" t="Include" /> + <e p="Dialogue" t="Include"> + <e p="Dialogue.cs" t="Include" /> + <e p="DialogueManager.cs" t="Include" /> + <e p="DialogueTrigger.cs" t="Include" /> + </e> <e p="LoadScene.cs" t="Include" /> <e p="MouseLook.cs" t="Include" /> <e p="PlayerMovement.cs" t="Include" /> <e p="Quit.cs" t="Include" /> <e p="Sound.cs" t="Include" /> + <e p="UnlockCursor.cs" t="Include" /> </e> <e p="Thirdparty" t="Include"> <e p="Joystick Pack" t="Include"> diff --git a/.idea/.idea.Project Sandbox/.idea/indexLayout.xml b/.idea/.idea.Project Sandbox/.idea/indexLayout.xml index 64fc349..de8912d 100644 --- a/.idea/.idea.Project Sandbox/.idea/indexLayout.xml +++ b/.idea/.idea.Project Sandbox/.idea/indexLayout.xml @@ -28,10 +28,10 @@ <explicitExcludes> <Path>.git</Path> <Path>.idea</Path> + <Path>Build</Path> <Path>Library</Path> <Path>Logs</Path> <Path>Temp</Path> - <Path>build</Path> <Path>obj</Path> </explicitExcludes> </component> |
