-
Notifications
You must be signed in to change notification settings - Fork 0
/
gamepad_haptics_example.uistate.xml
32 lines (32 loc) · 1.39 KB
/
gamepad_haptics_example.uistate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8" ?>
<c2uistate>
<!--This is a UI state file - its content describes the user interface settings when the project was last open.
It is entirely optional and the project will load without it. If you are placing the project under source control,
you probably do not want to add any .uistate.xml files to the repository.-->
<configurations>
<active>
<configuration name="HTML5" />
</active>
<display name="HTML5" />
</configurations>
<open-tabs>
<layout active="1" order="0">Layout 1</layout>
<event-sheet order="1">Event sheet 1</event-sheet>
</open-tabs>
<properties>
<property expanded="1" name="About" />
<property expanded="1" name="Project settings" />
<property expanded="0" name="Window Size" />
<property expanded="1" name="Configuration Settings" />
</properties>
<families-expanded root="1" />
<folders-expanded>
<folder expanded="1" path="object-folder/" />
<folder expanded="1" path="layout-folder/" />
<folder expanded="1" path="event-folder/" />
<folder expanded="1" path="file-folder/" />
<folder expanded="1" path="sound-folder/" />
<folder expanded="1" path="music-folder/" />
<folder expanded="0" path="file-folder/Icons/" />
</folders-expanded>
</c2uistate>