forked from github/game-off-2012
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNew project.uistate.xml
26 lines (26 loc) · 1.02 KB
/
New project.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
<?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>Level1</layout>
<layout>Placeholder</layout>
<layout>Menu</layout>
<event-sheet active="1">Gameplay</event-sheet>
<event-sheet>Menu</event-sheet>
<event-sheet>Global</event-sheet>
</open-tabs>
<properties>
<property expanded="1" name="Project settings" />
<property expanded="0" name="Window Size" />
<property expanded="1" name="Configuration Settings" />
</properties>
<families-expanded root="1" />
</c2uistate>