summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/scenemanip/presentations/empty.uip
blob: 3af76498deab3778ca983eb8f6ca1dd1bb7b2876 (plain)
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
<?xml version="1.0" encoding="UTF-8" ?>
<UIP version="4" >
	<Project >
		<ProjectSettings author="" company="" presentationWidth="1280" presentationHeight="720" maintainAspect="False" >
			<CustomColors count="16" >#ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff #ffffff</CustomColors>
		</ProjectSettings>
		<Graph >
			<Scene id="Scene" >
				<Layer id="Layer" >
					<Camera id="Camera" />
					<Light id="Light" />
					<Text id="Text" />
				</Layer>
			</Scene>
		</Graph>
		<Logic >
			<State name="Master Slide" component="#Scene" >
				<Add ref="#Layer" />
				<Add ref="#Camera" />
				<Add ref="#Light" />
				<State id="Scene-Slide1" name="Slide1" >
					<Add ref="#Text" name="Text" font="TitilliumWeb-Regular" position="31.7543 285.788 0" textstring="Click this to dynamically change the scene" >
						<Action id="Text-Action" eyeball="True" triggerObject="#Text" event="onPressureDown" targetObject="#Text" handler="Emit Signal" >
							<HandlerArgument name="Signal Name" type="String" argtype="Signal" value="doIt" />
						</Action>
					</Add>
				</State>
			</State>
		</Logic>
	</Project>
</UIP>