diff options
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> |
