blob: 7ba7fc6370f8e03592d7c1e562a5f0f17973f6fc (
plain) (
blame)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<objects serializationModel="Studio.01.10.00">
<object class="ParameterPreset" id="{0ed3f439-2182-4a1a-94a8-f7fdba46a71a}">
<property name="name">
<value>level</value>
</property>
<relationship name="folder">
<destination>{14f9ed74-677a-4f62-a034-1edaa3ce3f77}</destination>
</relationship>
<relationship name="parameter">
<destination>{6b6cbf8d-0b59-4cdd-828b-5469c79212bd}</destination>
</relationship>
</object>
<object class="GameParameter" id="{6b6cbf8d-0b59-4cdd-828b-5469c79212bd}">
<property name="maximum">
<value>2</value>
</property>
<property name="initialValue">
<value>0</value>
</property>
<property name="seekSpeed">
<value>0.5</value>
</property>
</object>
</objects>
|