-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathExampleTimeline.tres
68 lines (60 loc) · 1.34 KB
/
ExampleTimeline.tres
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[gd_resource type="Resource" load_steps=8 format=2]
[ext_resource path="res://addons/ShyTimeline/Events/Text.gd" type="Script" id=1]
[ext_resource path="res://addons/ShyTimeline/TimelineRes.gd" type="Script" id=2]
[sub_resource type="Resource" id=1]
script = ExtResource( 1 )
next_events = {
0: [ "Choice" ]
}
pos = Vector2( 140, 400 )
channel = ""
text = "{\"alpha\" 0.5, \"beta\"}"
[sub_resource type="Resource" id=2]
script = ExtResource( 1 )
next_events = {
"0": [ "Choice" ]
}
pos = Vector2( 140, 380 )
channel = ""
text = "{\"alpha\" 0.5, \"beta\"}"
[sub_resource type="Resource" id=3]
script = ExtResource( 1 )
next_events = {
0: [ "ChoiceEvent" ]
}
pos = Vector2( -560, 260 )
channel = ""
text = "{<player> = \"Lin\"}
Test
<player>
{<player>, \"you\" <player> = \"Shy\"}
<player>
this is a test to test stuff and it does now work
"
[sub_resource type="Resource" id=4]
script = ExtResource( 1 )
next_events = {
0: [ ]
}
pos = Vector2( 100, 240 )
channel = ""
text = "baum"
[sub_resource type="Resource" id=5]
script = ExtResource( 1 )
next_events = {
0: [ "Choice" ]
}
pos = Vector2( -240, 500 )
channel = ""
text = ""
[resource]
script = ExtResource( 2 )
events = {
"Choice": SubResource( 1 ),
"Choice0001": SubResource( 2 ),
"Start": SubResource( 3 ),
"TextEvent": SubResource( 4 ),
"TextEvent0002": SubResource( 5 )
}
start_event = "Start"
name = ""