-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathbuttons.yaml
More file actions
36 lines (36 loc) · 603 Bytes
/
Copy pathbuttons.yaml
File metadata and controls
36 lines (36 loc) · 603 Bytes
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
33
34
35
36
buttons:
shopButton:
enabled: false
text: 'Shop'
cssClass: test-class
position:
left: 400
top: 142
width: 200
height: 50
anchor:
x: 0.5
y: 0.5
action: shopButton
tester:
enabled: true
text: 'Test'
position:
left: 300
top: 300
width: 200
height: 50
action: test_transition
parkButton:
enabled: false
text: Park
position:
left: 682
top: 462
width: 200
height: 50
anchor:
x: 0.5
y: 0.5
action: parkButton
clickableDuringScriptsByDefault: false