Commit 87797110 authored by Julia Santos's avatar Julia Santos

Fully incorporated 2nd cutscene

parent 1fa69883
extends StaticBody2D
onready var sceneProgress = 0
onready var sceneProgress = 1
onready var dialogueBox = get_parent().get_node("Dialogue")
export(bool) var tracking = false
onready var anim = get_parent().get_node("Animator")
......@@ -49,4 +49,5 @@ func getShot():
func start():
tracking = true
anim.play("Shot 1")
......@@ -842,10 +842,10 @@ tracks/3/loop_wrap = true
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/keys = {
"times": PoolRealArray( 0.2, 0.9 ),
"transitions": PoolRealArray( 1, 1 ),
"times": PoolRealArray( 0, 0.2, 0.9 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 1.0 ]
"values": [ 0.0, 0.0, 1.0 ]
}
tracks/4/type = "value"
tracks/4/path = NodePath("7/dia 1/RichTextLabel:visible")
......@@ -992,7 +992,6 @@ __meta__ = {
[node name="Scene control" type="StaticBody2D" parent="."]
script = ExtResource( 1 )
tracking = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Scene control"]
position = Vector2( 511.03, 299.848 )
......@@ -1032,10 +1031,12 @@ speed_scale = 0.7
playing = true
[node name="2" type="Sprite" parent="."]
visible = false
position = Vector2( 511.896, 299.9 )
texture = ExtResource( 4 )
[node name="3" type="Sprite" parent="."]
visible = false
position = Vector2( 511.896, 299.9 )
texture = ExtResource( 3 )
......@@ -1045,7 +1046,7 @@ margin_top = 204.427
margin_right = 467.748
margin_bottom = 258.427
custom_fonts/normal_font = SubResource( 13 )
visible_characters = 4
visible_characters = 0
percent_visible = 0.41056
text = "Huh....work?"
scroll_active = false
......@@ -1113,6 +1114,7 @@ speed_scale = 0.7
playing = true
[node name="6" type="Sprite" parent="."]
visible = false
position = Vector2( 511.896, 299.9 )
texture = ExtResource( 6 )
......@@ -1186,6 +1188,7 @@ position = Vector2( 511.896, 299.9 )
texture = ExtResource( 8 )
[node name="dia 1" type="Panel" parent="7"]
modulate = Color( 1, 1, 1, 0 )
margin_left = -305.152
margin_top = -142.382
margin_right = 147.848
......@@ -1209,6 +1212,7 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="7/dia 1"]
visible = false
position = Vector2( 415.246, 39.4551 )
scale = Vector2( 0.45, 0.45 )
frames = SubResource( 12 )
......
extends StaticBody2D
onready var sceneProgress = 0
onready var sceneProgress = 1
onready var anim = get_parent().get_node("Animator")
export(bool) var tracking = false
......@@ -39,4 +39,4 @@ func getShot():
func start():
tracking = true
anim.play("Shot 1")
......@@ -436,10 +436,10 @@ tracks/12/loop_wrap = true
tracks/12/imported = false
tracks/12/enabled = true
tracks/12/keys = {
"times": PoolRealArray( 0.1, 0.7 ),
"transitions": PoolRealArray( 1, 1 ),
"times": PoolRealArray( 0, 0.1, 0.7 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 1.0 ]
"values": [ 0.0, 0.0, 1.0 ]
}
tracks/13/type = "value"
tracks/13/path = NodePath("Scene control:tracking")
......@@ -871,7 +871,6 @@ position = Vector2( 511.116, 300.236 )
texture = ExtResource( 6 )
[node name="dia 2" type="Panel" parent="2"]
visible = false
modulate = Color( 1, 1, 1, 0 )
margin_left = 159.0
margin_top = 13.0
......@@ -905,7 +904,6 @@ speed_scale = 0.7
playing = true
[node name="dia 1" type="Panel" parent="2"]
modulate = Color( 1, 1, 1, 0 )
margin_left = -490.158
margin_top = -203.776
margin_right = -111.158
......@@ -934,8 +932,6 @@ custom_fonts/bold_font = SubResource( 13 )
custom_fonts/normal_font = SubResource( 14 )
bbcode_enabled = true
bbcode_text = "Oh gosh, [b]how do I start this?[/b] This is..."
visible_characters = 0
percent_visible = 0.0
text = "Oh gosh, how do I start this? This is..."
__meta__ = {
"_edit_use_anchors_": false
......@@ -987,11 +983,11 @@ speed_scale = 0.7
playing = true
[node name="5" type="Sprite" parent="."]
visible = false
position = Vector2( 511.116, 300.236 )
texture = ExtResource( 7 )
[node name="dia 1" type="Panel" parent="5"]
modulate = Color( 1, 1, 1, 0 )
margin_left = 114.839
margin_top = -163.146
margin_right = 476.839
......@@ -1011,6 +1007,8 @@ custom_fonts/bold_font = SubResource( 17 )
custom_fonts/normal_font = SubResource( 12 )
bbcode_enabled = true
bbcode_text = "Remember what your therapist said about [b]being overwhelmed[/b]..."
visible_characters = 0
percent_visible = 0.0
text = "Remember what your therapist said about being overwhelmed..."
scroll_active = false
__meta__ = {
......@@ -1018,6 +1016,7 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="5/dia 1"]
visible = false
position = Vector2( 281.004, 61.5689 )
scale = Vector2( 0.35, 0.430991 )
frames = SubResource( 7 )
......
extends StaticBody2D
onready var sceneProgress = 0
onready var sceneProgress = 1
onready var anim = get_parent().get_node("Animator")
onready var dialogueBox = get_parent().get_node("Dialogue")
export(bool) var tracking = false
onready var sceneDecimal = 0
# Called when the node enters the scene tree for the first time.
func _ready():
......@@ -11,26 +13,41 @@ func _input(event): # executes when clicked on
if event is InputEventMouseButton:
if event.button_index == BUTTON_LEFT and event.pressed:
if tracking:
dialogueBox.text = getDialogue()
getShot()
func getDialogue():
match sceneProgress:
0:
func getShot():
var shotName = ""
if sceneDecimal != 0:
shotName = "Shot " + str(sceneProgress + 1) + "." + str(sceneDecimal)
else:
shotName = "Shot " + str(sceneProgress + 1)
print(shotName)
if sceneProgress <= 17:
anim.play(shotName)
match (sceneProgress + 1):
7, 8, 9, 10, 12:
if sceneDecimal == 0:
sceneDecimal += 1
print("Adding decimal for 6, 7, etc")
else:
sceneDecimal = 0
sceneProgress += 1
return "Dialogue 2"
1:
6, 13, 16:
if sceneDecimal == 2:
sceneDecimal = 0
sceneProgress += 1
return "Dialogue 3"
2:
sceneProgress += 1
return "Dialogue 4"
3:
else:
sceneDecimal += 1
18:
sceneProgress = 0
get_parent().queue_free() # dont need that scene anymore
tracking = false
print("Deleting scene 2")
return ""
print("Deleting scene 1")
_:
sceneProgress += 1
sceneDecimal = 0
func start():
tracking = true
anim.play("Shot 1")
[gd_scene load_steps=147 format=2]
[gd_scene load_steps=151 format=2]
[ext_resource path="res://Cutscenes/Cutscene 2.gd" type="Script" id=1]
[ext_resource path="res://assets/Thesis Clickables/arrow-white-normal.png" type="Texture" id=2]
......@@ -569,10 +569,10 @@ tracks/20/loop_wrap = true
tracks/20/imported = false
tracks/20/enabled = true
tracks/20/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"times": PoolRealArray( 0, 1.4, 1.5 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false ]
"values": [ false, false, true ]
}
tracks/21/type = "value"
tracks/21/path = NodePath("1/dia 1/Arrow:visible")
......@@ -659,7 +659,7 @@ tracks/27/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=85]
[sub_resource type="Animation" id=5]
resource_name = "Shot 10"
length = 1.8
tracks/0/type = "value"
......@@ -999,7 +999,7 @@ tracks/27/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=86]
[sub_resource type="Animation" id=6]
resource_name = "Shot 10.1"
tracks/0/type = "value"
tracks/0/path = NodePath("1:visible")
......@@ -1386,7 +1386,7 @@ tracks/31/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=87]
[sub_resource type="Animation" id=7]
resource_name = "Shot 11"
length = 2.4
tracks/0/type = "value"
......@@ -1726,7 +1726,7 @@ tracks/27/keys = {
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=107]
[sub_resource type="Animation" id=8]
resource_name = "Shot 12"
length = 1.5
tracks/0/type = "value"
......@@ -2078,7 +2078,7 @@ tracks/28/keys = {
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=108]
[sub_resource type="Animation" id=9]
resource_name = "Shot 12.1"
length = 2.5
tracks/0/type = "value"
......@@ -2478,7 +2478,7 @@ tracks/32/keys = {
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=109]
[sub_resource type="Animation" id=10]
resource_name = "Shot 13"
length = 0.7
tracks/0/type = "value"
......@@ -2830,7 +2830,7 @@ tracks/28/keys = {
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=110]
[sub_resource type="Animation" id=11]
resource_name = "Shot 13.1"
length = 1.7
tracks/0/type = "value"
......@@ -3218,7 +3218,7 @@ tracks/31/keys = {
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=111]
[sub_resource type="Animation" id=12]
resource_name = "Shot 13.2"
length = 1.5
tracks/0/type = "value"
......@@ -3654,7 +3654,7 @@ tracks/35/keys = {
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=112]
[sub_resource type="Animation" id=13]
resource_name = "Shot 14"
length = 1.3
tracks/0/type = "value"
......@@ -3957,46 +3957,1694 @@ tracks/24/keys = {
"update": 1,
"values": [ true ]
}
tracks/25/type = "value"
tracks/25/path = NodePath("18/dia 1:modulate")
tracks/25/interp = 1
tracks/25/loop_wrap = true
tracks/25/imported = false
tracks/25/enabled = true
tracks/25/keys = {
tracks/25/type = "value"
tracks/25/path = NodePath("18/dia 1:modulate")
tracks/25/interp = 1
tracks/25/loop_wrap = true
tracks/25/imported = false
tracks/25/enabled = true
tracks/25/keys = {
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/26/type = "value"
tracks/26/path = NodePath("18/dia 1/RichTextLabel:percent_visible")
tracks/26/interp = 1
tracks/26/loop_wrap = true
tracks/26/imported = false
tracks/26/enabled = true
tracks/26/keys = {
"times": PoolRealArray( 0, 0.1, 0.4, 0.6, 0.8, 1, 1.3 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.0, 0.375, 0.375, 0.6875, 0.6875, 1.0 ]
}
tracks/27/type = "value"
tracks/27/path = NodePath("18/dia 1/Arrow:visible")
tracks/27/interp = 1
tracks/27/loop_wrap = true
tracks/27/imported = false
tracks/27/enabled = true
tracks/27/keys = {
"times": PoolRealArray( 0, 1.2, 1.3 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=14]
resource_name = "Shot 15"
length = 2.8
tracks/0/type = "value"
tracks/0/path = NodePath("1:visible")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/1/type = "value"
tracks/1/path = NodePath("2:visible")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/2/type = "value"
tracks/2/path = NodePath("3:visible")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/3/type = "value"
tracks/3/path = NodePath("4:visible")
tracks/3/interp = 1
tracks/3/loop_wrap = true
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/4/type = "value"
tracks/4/path = NodePath("5:visible")
tracks/4/interp = 1
tracks/4/loop_wrap = true
tracks/4/imported = false
tracks/4/enabled = true
tracks/4/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/5/type = "value"
tracks/5/path = NodePath("6:visible")
tracks/5/interp = 1
tracks/5/loop_wrap = true
tracks/5/imported = false
tracks/5/enabled = true
tracks/5/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/6/type = "value"
tracks/6/path = NodePath("7:visible")
tracks/6/interp = 1
tracks/6/loop_wrap = true
tracks/6/imported = false
tracks/6/enabled = true
tracks/6/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/7/type = "value"
tracks/7/path = NodePath("8:visible")
tracks/7/interp = 1
tracks/7/loop_wrap = true
tracks/7/imported = false
tracks/7/enabled = true
tracks/7/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/8/type = "value"
tracks/8/path = NodePath("9:visible")
tracks/8/interp = 1
tracks/8/loop_wrap = true
tracks/8/imported = false
tracks/8/enabled = true
tracks/8/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/9/type = "value"
tracks/9/path = NodePath("10:visible")
tracks/9/interp = 1
tracks/9/loop_wrap = true
tracks/9/imported = false
tracks/9/enabled = true
tracks/9/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/10/type = "value"
tracks/10/path = NodePath("11:visible")
tracks/10/interp = 1
tracks/10/loop_wrap = true
tracks/10/imported = false
tracks/10/enabled = true
tracks/10/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/11/type = "value"
tracks/11/path = NodePath("12:visible")
tracks/11/interp = 1
tracks/11/loop_wrap = true
tracks/11/imported = false
tracks/11/enabled = true
tracks/11/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/12/type = "value"
tracks/12/path = NodePath("13:visible")
tracks/12/interp = 1
tracks/12/loop_wrap = true
tracks/12/imported = false
tracks/12/enabled = true
tracks/12/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/13/type = "value"
tracks/13/path = NodePath("14:visible")
tracks/13/interp = 1
tracks/13/loop_wrap = true
tracks/13/imported = false
tracks/13/enabled = true
tracks/13/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/14/type = "value"
tracks/14/path = NodePath("15:visible")
tracks/14/interp = 1
tracks/14/loop_wrap = true
tracks/14/imported = false
tracks/14/enabled = true
tracks/14/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/15/type = "value"
tracks/15/path = NodePath("16:visible")
tracks/15/interp = 1
tracks/15/loop_wrap = true
tracks/15/imported = false
tracks/15/enabled = true
tracks/15/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/16/type = "value"
tracks/16/path = NodePath("Scene control:tracking")
tracks/16/interp = 1
tracks/16/loop_wrap = true
tracks/16/imported = false
tracks/16/enabled = true
tracks/16/keys = {
"times": PoolRealArray( 0, 2.7, 2.8 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
tracks/17/type = "value"
tracks/17/path = NodePath("17:visible")
tracks/17/interp = 1
tracks/17/loop_wrap = true
tracks/17/imported = false
tracks/17/enabled = true
tracks/17/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/18/type = "value"
tracks/18/path = NodePath("18:visible")
tracks/18/interp = 1
tracks/18/loop_wrap = true
tracks/18/imported = false
tracks/18/enabled = true
tracks/18/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/19/type = "value"
tracks/19/path = NodePath("19:visible")
tracks/19/interp = 1
tracks/19/loop_wrap = true
tracks/19/imported = false
tracks/19/enabled = true
tracks/19/keys = {
"times": PoolRealArray( 0, 1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 1,
"values": [ true, false ]
}
tracks/20/type = "value"
tracks/20/path = NodePath("20:visible")
tracks/20/interp = 1
tracks/20/loop_wrap = true
tracks/20/imported = false
tracks/20/enabled = true
tracks/20/keys = {
"times": PoolRealArray( 0, 1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 1,
"values": [ false, true ]
}
tracks/21/type = "value"
tracks/21/path = NodePath("21:visible")
tracks/21/interp = 1
tracks/21/loop_wrap = true
tracks/21/imported = false
tracks/21/enabled = true
tracks/21/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/22/type = "value"
tracks/22/path = NodePath("22:visible")
tracks/22/interp = 1
tracks/22/loop_wrap = true
tracks/22/imported = false
tracks/22/enabled = true
tracks/22/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/23/type = "value"
tracks/23/path = NodePath("20/dia 1:visible")
tracks/23/interp = 1
tracks/23/loop_wrap = true
tracks/23/imported = false
tracks/23/enabled = true
tracks/23/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/24/type = "value"
tracks/24/path = NodePath("20/dia 1:modulate")
tracks/24/interp = 1
tracks/24/loop_wrap = true
tracks/24/imported = false
tracks/24/enabled = true
tracks/24/keys = {
"times": PoolRealArray( 0, 1.5, 1.6 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/25/type = "value"
tracks/25/path = NodePath("20/dia 1/RichTextLabel:visible")
tracks/25/interp = 1
tracks/25/loop_wrap = true
tracks/25/imported = false
tracks/25/enabled = true
tracks/25/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/26/type = "value"
tracks/26/path = NodePath("20/dia 1/RichTextLabel:percent_visible")
tracks/26/interp = 1
tracks/26/loop_wrap = true
tracks/26/imported = false
tracks/26/enabled = true
tracks/26/keys = {
"times": PoolRealArray( 0, 1.6, 1.8, 2, 2.2, 2.5, 2.8 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.0, 0.25, 0.25, 0.36, 0.36, 1.0 ]
}
tracks/27/type = "value"
tracks/27/path = NodePath("20/dia 1/Arrow:visible")
tracks/27/interp = 1
tracks/27/loop_wrap = true
tracks/27/imported = false
tracks/27/enabled = true
tracks/27/keys = {
"times": PoolRealArray( 0, 2.7, 2.8 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=114]
resource_name = "Shot 16"
length = 1.2
tracks/0/type = "value"
tracks/0/path = NodePath("1:visible")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/1/type = "value"
tracks/1/path = NodePath("2:visible")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/2/type = "value"
tracks/2/path = NodePath("3:visible")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/3/type = "value"
tracks/3/path = NodePath("4:visible")
tracks/3/interp = 1
tracks/3/loop_wrap = true
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/4/type = "value"
tracks/4/path = NodePath("5:visible")
tracks/4/interp = 1
tracks/4/loop_wrap = true
tracks/4/imported = false
tracks/4/enabled = true
tracks/4/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/5/type = "value"
tracks/5/path = NodePath("6:visible")
tracks/5/interp = 1
tracks/5/loop_wrap = true
tracks/5/imported = false
tracks/5/enabled = true
tracks/5/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/6/type = "value"
tracks/6/path = NodePath("7:visible")
tracks/6/interp = 1
tracks/6/loop_wrap = true
tracks/6/imported = false
tracks/6/enabled = true
tracks/6/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/7/type = "value"
tracks/7/path = NodePath("8:visible")
tracks/7/interp = 1
tracks/7/loop_wrap = true
tracks/7/imported = false
tracks/7/enabled = true
tracks/7/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/8/type = "value"
tracks/8/path = NodePath("9:visible")
tracks/8/interp = 1
tracks/8/loop_wrap = true
tracks/8/imported = false
tracks/8/enabled = true
tracks/8/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/9/type = "value"
tracks/9/path = NodePath("10:visible")
tracks/9/interp = 1
tracks/9/loop_wrap = true
tracks/9/imported = false
tracks/9/enabled = true
tracks/9/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/10/type = "value"
tracks/10/path = NodePath("11:visible")
tracks/10/interp = 1
tracks/10/loop_wrap = true
tracks/10/imported = false
tracks/10/enabled = true
tracks/10/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/11/type = "value"
tracks/11/path = NodePath("12:visible")
tracks/11/interp = 1
tracks/11/loop_wrap = true
tracks/11/imported = false
tracks/11/enabled = true
tracks/11/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/12/type = "value"
tracks/12/path = NodePath("13:visible")
tracks/12/interp = 1
tracks/12/loop_wrap = true
tracks/12/imported = false
tracks/12/enabled = true
tracks/12/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/13/type = "value"
tracks/13/path = NodePath("14:visible")
tracks/13/interp = 1
tracks/13/loop_wrap = true
tracks/13/imported = false
tracks/13/enabled = true
tracks/13/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/14/type = "value"
tracks/14/path = NodePath("15:visible")
tracks/14/interp = 1
tracks/14/loop_wrap = true
tracks/14/imported = false
tracks/14/enabled = true
tracks/14/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/15/type = "value"
tracks/15/path = NodePath("16:visible")
tracks/15/interp = 1
tracks/15/loop_wrap = true
tracks/15/imported = false
tracks/15/enabled = true
tracks/15/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/16/type = "value"
tracks/16/path = NodePath("Scene control:tracking")
tracks/16/interp = 1
tracks/16/loop_wrap = true
tracks/16/imported = false
tracks/16/enabled = true
tracks/16/keys = {
"times": PoolRealArray( 0, 1.1, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
tracks/17/type = "value"
tracks/17/path = NodePath("17:visible")
tracks/17/interp = 1
tracks/17/loop_wrap = true
tracks/17/imported = false
tracks/17/enabled = true
tracks/17/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/18/type = "value"
tracks/18/path = NodePath("18:visible")
tracks/18/interp = 1
tracks/18/loop_wrap = true
tracks/18/imported = false
tracks/18/enabled = true
tracks/18/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/19/type = "value"
tracks/19/path = NodePath("19:visible")
tracks/19/interp = 1
tracks/19/loop_wrap = true
tracks/19/imported = false
tracks/19/enabled = true
tracks/19/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/20/type = "value"
tracks/20/path = NodePath("20:visible")
tracks/20/interp = 1
tracks/20/loop_wrap = true
tracks/20/imported = false
tracks/20/enabled = true
tracks/20/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/21/type = "value"
tracks/21/path = NodePath("21:visible")
tracks/21/interp = 1
tracks/21/loop_wrap = true
tracks/21/imported = false
tracks/21/enabled = true
tracks/21/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/22/type = "value"
tracks/22/path = NodePath("22:visible")
tracks/22/interp = 1
tracks/22/loop_wrap = true
tracks/22/imported = false
tracks/22/enabled = true
tracks/22/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/23/type = "value"
tracks/23/path = NodePath("21/2:visible")
tracks/23/interp = 1
tracks/23/loop_wrap = true
tracks/23/imported = false
tracks/23/enabled = true
tracks/23/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/24/type = "value"
tracks/24/path = NodePath("21/1:visible")
tracks/24/interp = 1
tracks/24/loop_wrap = true
tracks/24/imported = false
tracks/24/enabled = true
tracks/24/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/25/type = "value"
tracks/25/path = NodePath("21/dia 1:visible")
tracks/25/interp = 1
tracks/25/loop_wrap = true
tracks/25/imported = false
tracks/25/enabled = true
tracks/25/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/26/type = "value"
tracks/26/path = NodePath("21/dia 2:visible")
tracks/26/interp = 1
tracks/26/loop_wrap = true
tracks/26/imported = false
tracks/26/enabled = true
tracks/26/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/27/type = "value"
tracks/27/path = NodePath("21/dia 3:visible")
tracks/27/interp = 1
tracks/27/loop_wrap = true
tracks/27/imported = false
tracks/27/enabled = true
tracks/27/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/28/type = "value"
tracks/28/path = NodePath("21/dia 1:modulate")
tracks/28/interp = 1
tracks/28/loop_wrap = true
tracks/28/imported = false
tracks/28/enabled = true
tracks/28/keys = {
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/29/type = "value"
tracks/29/path = NodePath("21/dia 1/RichTextLabel:visible")
tracks/29/interp = 1
tracks/29/loop_wrap = true
tracks/29/imported = false
tracks/29/enabled = true
tracks/29/keys = {
"times": PoolRealArray( 0.1 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/30/type = "value"
tracks/30/path = NodePath("21/dia 1/RichTextLabel:percent_visible")
tracks/30/interp = 1
tracks/30/loop_wrap = true
tracks/30/imported = false
tracks/30/enabled = true
tracks/30/keys = {
"times": PoolRealArray( 0, 0.1, 0.3, 0.5, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.0, 0.09, 0.09, 1.0 ]
}
tracks/31/type = "value"
tracks/31/path = NodePath("21/dia 1/Arrow:visible")
tracks/31/interp = 1
tracks/31/loop_wrap = true
tracks/31/imported = false
tracks/31/enabled = true
tracks/31/keys = {
"times": PoolRealArray( 0, 1.1, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=115]
resource_name = "Shot 16.1"
length = 1.2
tracks/0/type = "value"
tracks/0/path = NodePath("1:visible")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/1/type = "value"
tracks/1/path = NodePath("2:visible")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/2/type = "value"
tracks/2/path = NodePath("3:visible")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/3/type = "value"
tracks/3/path = NodePath("4:visible")
tracks/3/interp = 1
tracks/3/loop_wrap = true
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/4/type = "value"
tracks/4/path = NodePath("5:visible")
tracks/4/interp = 1
tracks/4/loop_wrap = true
tracks/4/imported = false
tracks/4/enabled = true
tracks/4/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/5/type = "value"
tracks/5/path = NodePath("6:visible")
tracks/5/interp = 1
tracks/5/loop_wrap = true
tracks/5/imported = false
tracks/5/enabled = true
tracks/5/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/6/type = "value"
tracks/6/path = NodePath("7:visible")
tracks/6/interp = 1
tracks/6/loop_wrap = true
tracks/6/imported = false
tracks/6/enabled = true
tracks/6/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/7/type = "value"
tracks/7/path = NodePath("8:visible")
tracks/7/interp = 1
tracks/7/loop_wrap = true
tracks/7/imported = false
tracks/7/enabled = true
tracks/7/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/8/type = "value"
tracks/8/path = NodePath("9:visible")
tracks/8/interp = 1
tracks/8/loop_wrap = true
tracks/8/imported = false
tracks/8/enabled = true
tracks/8/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/9/type = "value"
tracks/9/path = NodePath("10:visible")
tracks/9/interp = 1
tracks/9/loop_wrap = true
tracks/9/imported = false
tracks/9/enabled = true
tracks/9/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/10/type = "value"
tracks/10/path = NodePath("11:visible")
tracks/10/interp = 1
tracks/10/loop_wrap = true
tracks/10/imported = false
tracks/10/enabled = true
tracks/10/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/11/type = "value"
tracks/11/path = NodePath("12:visible")
tracks/11/interp = 1
tracks/11/loop_wrap = true
tracks/11/imported = false
tracks/11/enabled = true
tracks/11/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/12/type = "value"
tracks/12/path = NodePath("13:visible")
tracks/12/interp = 1
tracks/12/loop_wrap = true
tracks/12/imported = false
tracks/12/enabled = true
tracks/12/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/13/type = "value"
tracks/13/path = NodePath("14:visible")
tracks/13/interp = 1
tracks/13/loop_wrap = true
tracks/13/imported = false
tracks/13/enabled = true
tracks/13/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/14/type = "value"
tracks/14/path = NodePath("15:visible")
tracks/14/interp = 1
tracks/14/loop_wrap = true
tracks/14/imported = false
tracks/14/enabled = true
tracks/14/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/15/type = "value"
tracks/15/path = NodePath("16:visible")
tracks/15/interp = 1
tracks/15/loop_wrap = true
tracks/15/imported = false
tracks/15/enabled = true
tracks/15/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/16/type = "value"
tracks/16/path = NodePath("Scene control:tracking")
tracks/16/interp = 1
tracks/16/loop_wrap = true
tracks/16/imported = false
tracks/16/enabled = true
tracks/16/keys = {
"times": PoolRealArray( 0, 1.1, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
tracks/17/type = "value"
tracks/17/path = NodePath("17:visible")
tracks/17/interp = 1
tracks/17/loop_wrap = true
tracks/17/imported = false
tracks/17/enabled = true
tracks/17/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/18/type = "value"
tracks/18/path = NodePath("18:visible")
tracks/18/interp = 1
tracks/18/loop_wrap = true
tracks/18/imported = false
tracks/18/enabled = true
tracks/18/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/19/type = "value"
tracks/19/path = NodePath("19:visible")
tracks/19/interp = 1
tracks/19/loop_wrap = true
tracks/19/imported = false
tracks/19/enabled = true
tracks/19/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/20/type = "value"
tracks/20/path = NodePath("20:visible")
tracks/20/interp = 1
tracks/20/loop_wrap = true
tracks/20/imported = false
tracks/20/enabled = true
tracks/20/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/21/type = "value"
tracks/21/path = NodePath("21:visible")
tracks/21/interp = 1
tracks/21/loop_wrap = true
tracks/21/imported = false
tracks/21/enabled = true
tracks/21/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/22/type = "value"
tracks/22/path = NodePath("22:visible")
tracks/22/interp = 1
tracks/22/loop_wrap = true
tracks/22/imported = false
tracks/22/enabled = true
tracks/22/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/23/type = "value"
tracks/23/path = NodePath("21/2:visible")
tracks/23/interp = 1
tracks/23/loop_wrap = true
tracks/23/imported = false
tracks/23/enabled = true
tracks/23/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/24/type = "value"
tracks/24/path = NodePath("21/1:visible")
tracks/24/interp = 1
tracks/24/loop_wrap = true
tracks/24/imported = false
tracks/24/enabled = true
tracks/24/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/25/type = "value"
tracks/25/path = NodePath("21/dia 1:visible")
tracks/25/interp = 1
tracks/25/loop_wrap = true
tracks/25/imported = false
tracks/25/enabled = true
tracks/25/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/26/type = "value"
tracks/26/path = NodePath("21/dia 2:visible")
tracks/26/interp = 1
tracks/26/loop_wrap = true
tracks/26/imported = false
tracks/26/enabled = true
tracks/26/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/27/type = "value"
tracks/27/path = NodePath("21/dia 3:visible")
tracks/27/interp = 1
tracks/27/loop_wrap = true
tracks/27/imported = false
tracks/27/enabled = true
tracks/27/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/28/type = "value"
tracks/28/path = NodePath("21/dia 1:modulate")
tracks/28/interp = 1
tracks/28/loop_wrap = true
tracks/28/imported = false
tracks/28/enabled = true
tracks/28/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 1 ) ]
}
tracks/29/type = "value"
tracks/29/path = NodePath("21/dia 1/RichTextLabel:visible")
tracks/29/interp = 1
tracks/29/loop_wrap = true
tracks/29/imported = false
tracks/29/enabled = true
tracks/29/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/30/type = "value"
tracks/30/path = NodePath("21/dia 1/RichTextLabel:percent_visible")
tracks/30/interp = 1
tracks/30/loop_wrap = true
tracks/30/imported = false
tracks/30/enabled = true
tracks/30/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ 1.0 ]
}
tracks/31/type = "value"
tracks/31/path = NodePath("21/dia 1/Arrow:visible")
tracks/31/interp = 1
tracks/31/loop_wrap = true
tracks/31/imported = false
tracks/31/enabled = true
tracks/31/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/32/type = "value"
tracks/32/path = NodePath("21/dia 2:modulate")
tracks/32/interp = 1
tracks/32/loop_wrap = true
tracks/32/imported = false
tracks/32/enabled = true
tracks/32/keys = {
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/33/type = "value"
tracks/33/path = NodePath("21/dia 2/RichTextLabel:percent_visible")
tracks/33/interp = 1
tracks/33/loop_wrap = true
tracks/33/imported = false
tracks/33/enabled = true
tracks/33/keys = {
"times": PoolRealArray( 0, 0.1, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.0, 1.0 ]
}
tracks/34/type = "value"
tracks/34/path = NodePath("21/dia 2/RichTextLabel:visible")
tracks/34/interp = 1
tracks/34/loop_wrap = true
tracks/34/imported = false
tracks/34/enabled = true
tracks/34/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/35/type = "value"
tracks/35/path = NodePath("21/dia 2/Arrow:visible")
tracks/35/interp = 1
tracks/35/loop_wrap = true
tracks/35/imported = false
tracks/35/enabled = true
tracks/35/keys = {
"times": PoolRealArray( 0, 1.1, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=116]
resource_name = "Shot 16.2"
length = 1.2
tracks/0/type = "value"
tracks/0/path = NodePath("1:visible")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/1/type = "value"
tracks/1/path = NodePath("2:visible")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/2/type = "value"
tracks/2/path = NodePath("3:visible")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/3/type = "value"
tracks/3/path = NodePath("4:visible")
tracks/3/interp = 1
tracks/3/loop_wrap = true
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/4/type = "value"
tracks/4/path = NodePath("5:visible")
tracks/4/interp = 1
tracks/4/loop_wrap = true
tracks/4/imported = false
tracks/4/enabled = true
tracks/4/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/5/type = "value"
tracks/5/path = NodePath("6:visible")
tracks/5/interp = 1
tracks/5/loop_wrap = true
tracks/5/imported = false
tracks/5/enabled = true
tracks/5/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/6/type = "value"
tracks/6/path = NodePath("7:visible")
tracks/6/interp = 1
tracks/6/loop_wrap = true
tracks/6/imported = false
tracks/6/enabled = true
tracks/6/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/7/type = "value"
tracks/7/path = NodePath("8:visible")
tracks/7/interp = 1
tracks/7/loop_wrap = true
tracks/7/imported = false
tracks/7/enabled = true
tracks/7/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/8/type = "value"
tracks/8/path = NodePath("9:visible")
tracks/8/interp = 1
tracks/8/loop_wrap = true
tracks/8/imported = false
tracks/8/enabled = true
tracks/8/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/9/type = "value"
tracks/9/path = NodePath("10:visible")
tracks/9/interp = 1
tracks/9/loop_wrap = true
tracks/9/imported = false
tracks/9/enabled = true
tracks/9/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/10/type = "value"
tracks/10/path = NodePath("11:visible")
tracks/10/interp = 1
tracks/10/loop_wrap = true
tracks/10/imported = false
tracks/10/enabled = true
tracks/10/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/11/type = "value"
tracks/11/path = NodePath("12:visible")
tracks/11/interp = 1
tracks/11/loop_wrap = true
tracks/11/imported = false
tracks/11/enabled = true
tracks/11/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/12/type = "value"
tracks/12/path = NodePath("13:visible")
tracks/12/interp = 1
tracks/12/loop_wrap = true
tracks/12/imported = false
tracks/12/enabled = true
tracks/12/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/13/type = "value"
tracks/13/path = NodePath("14:visible")
tracks/13/interp = 1
tracks/13/loop_wrap = true
tracks/13/imported = false
tracks/13/enabled = true
tracks/13/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/14/type = "value"
tracks/14/path = NodePath("15:visible")
tracks/14/interp = 1
tracks/14/loop_wrap = true
tracks/14/imported = false
tracks/14/enabled = true
tracks/14/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/15/type = "value"
tracks/15/path = NodePath("16:visible")
tracks/15/interp = 1
tracks/15/loop_wrap = true
tracks/15/imported = false
tracks/15/enabled = true
tracks/15/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/16/type = "value"
tracks/16/path = NodePath("Scene control:tracking")
tracks/16/interp = 1
tracks/16/loop_wrap = true
tracks/16/imported = false
tracks/16/enabled = true
tracks/16/keys = {
"times": PoolRealArray( 0, 1.1, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
tracks/17/type = "value"
tracks/17/path = NodePath("17:visible")
tracks/17/interp = 1
tracks/17/loop_wrap = true
tracks/17/imported = false
tracks/17/enabled = true
tracks/17/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/18/type = "value"
tracks/18/path = NodePath("18:visible")
tracks/18/interp = 1
tracks/18/loop_wrap = true
tracks/18/imported = false
tracks/18/enabled = true
tracks/18/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/19/type = "value"
tracks/19/path = NodePath("19:visible")
tracks/19/interp = 1
tracks/19/loop_wrap = true
tracks/19/imported = false
tracks/19/enabled = true
tracks/19/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/20/type = "value"
tracks/20/path = NodePath("20:visible")
tracks/20/interp = 1
tracks/20/loop_wrap = true
tracks/20/imported = false
tracks/20/enabled = true
tracks/20/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/21/type = "value"
tracks/21/path = NodePath("21:visible")
tracks/21/interp = 1
tracks/21/loop_wrap = true
tracks/21/imported = false
tracks/21/enabled = true
tracks/21/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/22/type = "value"
tracks/22/path = NodePath("22:visible")
tracks/22/interp = 1
tracks/22/loop_wrap = true
tracks/22/imported = false
tracks/22/enabled = true
tracks/22/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/23/type = "value"
tracks/23/path = NodePath("21/2:visible")
tracks/23/interp = 1
tracks/23/loop_wrap = true
tracks/23/imported = false
tracks/23/enabled = true
tracks/23/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/24/type = "value"
tracks/24/path = NodePath("21/1:visible")
tracks/24/interp = 1
tracks/24/loop_wrap = true
tracks/24/imported = false
tracks/24/enabled = true
tracks/24/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/25/type = "value"
tracks/25/path = NodePath("21/dia 1:visible")
tracks/25/interp = 1
tracks/25/loop_wrap = true
tracks/25/imported = false
tracks/25/enabled = true
tracks/25/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/26/type = "value"
tracks/26/path = NodePath("21/dia 2:visible")
tracks/26/interp = 1
tracks/26/loop_wrap = true
tracks/26/imported = false
tracks/26/enabled = true
tracks/26/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/27/type = "value"
tracks/27/path = NodePath("21/dia 3:visible")
tracks/27/interp = 1
tracks/27/loop_wrap = true
tracks/27/imported = false
tracks/27/enabled = true
tracks/27/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/28/type = "value"
tracks/28/path = NodePath("21/dia 1:modulate")
tracks/28/interp = 1
tracks/28/loop_wrap = true
tracks/28/imported = false
tracks/28/enabled = true
tracks/28/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 1 ) ]
}
tracks/29/type = "value"
tracks/29/path = NodePath("21/dia 1/RichTextLabel:visible")
tracks/29/interp = 1
tracks/29/loop_wrap = true
tracks/29/imported = false
tracks/29/enabled = true
tracks/29/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/30/type = "value"
tracks/30/path = NodePath("21/dia 1/RichTextLabel:percent_visible")
tracks/30/interp = 1
tracks/30/loop_wrap = true
tracks/30/imported = false
tracks/30/enabled = true
tracks/30/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ 1.0 ]
}
tracks/31/type = "value"
tracks/31/path = NodePath("21/dia 1/Arrow:visible")
tracks/31/interp = 1
tracks/31/loop_wrap = true
tracks/31/imported = false
tracks/31/enabled = true
tracks/31/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/32/type = "value"
tracks/32/path = NodePath("21/dia 2:modulate")
tracks/32/interp = 1
tracks/32/loop_wrap = true
tracks/32/imported = false
tracks/32/enabled = true
tracks/32/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 1 ) ]
}
tracks/33/type = "value"
tracks/33/path = NodePath("21/dia 2/RichTextLabel:percent_visible")
tracks/33/interp = 1
tracks/33/loop_wrap = true
tracks/33/imported = false
tracks/33/enabled = true
tracks/33/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 0,
"values": [ 1.0 ]
}
tracks/34/type = "value"
tracks/34/path = NodePath("21/dia 2/RichTextLabel:visible")
tracks/34/interp = 1
tracks/34/loop_wrap = true
tracks/34/imported = false
tracks/34/enabled = true
tracks/34/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/35/type = "value"
tracks/35/path = NodePath("21/dia 2/Arrow:visible")
tracks/35/interp = 1
tracks/35/loop_wrap = true
tracks/35/imported = false
tracks/35/enabled = true
tracks/35/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
}
tracks/36/type = "value"
tracks/36/path = NodePath("21/dia 3:modulate")
tracks/36/interp = 1
tracks/36/loop_wrap = true
tracks/36/imported = false
tracks/36/enabled = true
tracks/36/keys = {
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/26/type = "value"
tracks/26/path = NodePath("18/dia 1/RichTextLabel:percent_visible")
tracks/26/interp = 1
tracks/26/loop_wrap = true
tracks/26/imported = false
tracks/26/enabled = true
tracks/26/keys = {
"times": PoolRealArray( 0, 0.1, 0.4, 0.6, 0.8, 1, 1.3 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
tracks/37/type = "value"
tracks/37/path = NodePath("21/dia 3/RichTextLabel:percent_visible")
tracks/37/interp = 1
tracks/37/loop_wrap = true
tracks/37/imported = false
tracks/37/enabled = true
tracks/37/keys = {
"times": PoolRealArray( 0, 0.1, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.0, 0.375, 0.375, 0.6875, 0.6875, 1.0 ]
"values": [ 0.0, 0.0, 1.0 ]
}
tracks/27/type = "value"
tracks/27/path = NodePath("18/dia 1/Arrow:visible")
tracks/27/interp = 1
tracks/27/loop_wrap = true
tracks/27/imported = false
tracks/27/enabled = true
tracks/27/keys = {
"times": PoolRealArray( 0, 1.2, 1.3 ),
tracks/38/type = "value"
tracks/38/path = NodePath("21/dia 3/RichTextLabel:visible")
tracks/38/interp = 1
tracks/38/loop_wrap = true
tracks/38/imported = false
tracks/38/enabled = true
tracks/38/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/39/type = "value"
tracks/39/path = NodePath("21/dia 3/Arrow:visible")
tracks/39/interp = 1
tracks/39/loop_wrap = true
tracks/39/imported = false
tracks/39/enabled = true
tracks/39/keys = {
"times": PoolRealArray( 0, 1.1, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=113]
resource_name = "Shot 15"
length = 2.8
[sub_resource type="Animation" id=117]
resource_name = "Shot 17"
length = 1.5
tracks/0/type = "value"
tracks/0/path = NodePath("1:visible")
tracks/0/interp = 1
......@@ -4196,10 +5844,10 @@ tracks/16/loop_wrap = true
tracks/16/imported = false
tracks/16/enabled = true
tracks/16/keys = {
"times": PoolRealArray( 0, 2.7, 2.8 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"times": PoolRealArray( 0, 0.001, 1.4, 1.5 ),
"transitions": PoolRealArray( 1, 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
"values": [ false, false, false, true ]
}
tracks/17/type = "value"
tracks/17/path = NodePath("17:visible")
......@@ -4232,10 +5880,10 @@ tracks/19/loop_wrap = true
tracks/19/imported = false
tracks/19/enabled = true
tracks/19/keys = {
"times": PoolRealArray( 0, 1 ),
"transitions": PoolRealArray( 1, 1 ),
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true, false ]
"values": [ false ]
}
tracks/20/type = "value"
tracks/20/path = NodePath("20:visible")
......@@ -4244,10 +5892,10 @@ tracks/20/loop_wrap = true
tracks/20/imported = false
tracks/20/enabled = true
tracks/20/keys = {
"times": PoolRealArray( 0, 1 ),
"transitions": PoolRealArray( 1, 1 ),
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false, true ]
"values": [ false ]
}
tracks/21/type = "value"
tracks/21/path = NodePath("21:visible")
......@@ -4271,10 +5919,10 @@ tracks/22/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
"values": [ true ]
}
tracks/23/type = "value"
tracks/23/path = NodePath("20/dia 1:visible")
tracks/23/path = NodePath("22/dia 1:visible")
tracks/23/interp = 1
tracks/23/loop_wrap = true
tracks/23/imported = false
......@@ -4286,19 +5934,19 @@ tracks/23/keys = {
"values": [ true ]
}
tracks/24/type = "value"
tracks/24/path = NodePath("20/dia 1:modulate")
tracks/24/path = NodePath("22/dia 1:modulate")
tracks/24/interp = 1
tracks/24/loop_wrap = true
tracks/24/imported = false
tracks/24/enabled = true
tracks/24/keys = {
"times": PoolRealArray( 0, 1.4, 1.5 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/25/type = "value"
tracks/25/path = NodePath("20/dia 1/RichTextLabel:visible")
tracks/25/path = NodePath("22/dia 1/RichTextLabel:visible")
tracks/25/interp = 1
tracks/25/loop_wrap = true
tracks/25/imported = false
......@@ -4310,32 +5958,31 @@ tracks/25/keys = {
"values": [ true ]
}
tracks/26/type = "value"
tracks/26/path = NodePath("20/dia 1/RichTextLabel:percent_visible")
tracks/26/path = NodePath("22/dia 1/RichTextLabel:percent_visible")
tracks/26/interp = 1
tracks/26/loop_wrap = true
tracks/26/imported = false
tracks/26/enabled = true
tracks/26/keys = {
"times": PoolRealArray( 0, 1.5, 1.8, 2, 2.2, 2.5, 2.8 ),
"times": PoolRealArray( 0, 0.1, 0.6, 0.7, 1.2, 1.3, 1.5 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.0, 0.25, 0.25, 0.36, 0.36, 1.0 ]
"values": [ 0.0, 0.0, 0.42, 0.42, 0.85, 0.85, 1.0 ]
}
tracks/27/type = "value"
tracks/27/path = NodePath("20/dia 1/Arrow:visible")
tracks/27/path = NodePath("22/dia 1/Arrow:visible")
tracks/27/interp = 1
tracks/27/loop_wrap = true
tracks/27/imported = false
tracks/27/enabled = true
tracks/27/keys = {
"times": PoolRealArray( 0, 2.7, 2.8 ),
"times": PoolRealArray( 0, 1.4, 1.5 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
[sub_resource type="Animation" id=5]
resource_name = "Shot 2"
[sub_resource type="Animation" id=15]
length = 2.8
tracks/0/type = "value"
tracks/0/path = NodePath("1:visible")
......@@ -4686,7 +6333,7 @@ tracks/28/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=72]
[sub_resource type="Animation" id=16]
resource_name = "Shot 3"
length = 0.9
tracks/0/type = "value"
......@@ -5026,7 +6673,7 @@ tracks/27/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=73]
[sub_resource type="Animation" id=17]
resource_name = "Shot 4"
length = 0.6
tracks/0/type = "value"
......@@ -5330,7 +6977,7 @@ tracks/24/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=74]
[sub_resource type="Animation" id=18]
resource_name = "Shot 5"
length = 0.8
tracks/0/type = "value"
......@@ -5670,7 +7317,7 @@ tracks/27/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=77]
[sub_resource type="Animation" id=19]
resource_name = "Shot 6"
length = 0.8
tracks/0/type = "value"
......@@ -6034,7 +7681,7 @@ tracks/29/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=78]
[sub_resource type="Animation" id=20]
resource_name = "Shot 6.1"
length = 0.8
tracks/0/type = "value"
......@@ -6434,7 +8081,7 @@ tracks/32/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=79]
[sub_resource type="Animation" id=21]
resource_name = "Shot 6.2"
length = 1.3
tracks/0/type = "value"
......@@ -6870,7 +8517,7 @@ tracks/35/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=80]
[sub_resource type="Animation" id=22]
resource_name = "Shot 7"
length = 0.2
tracks/0/type = "value"
......@@ -7234,7 +8881,7 @@ tracks/29/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=81]
[sub_resource type="Animation" id=23]
resource_name = "Shot 7.1"
length = 1.9
tracks/0/type = "value"
......@@ -7694,7 +9341,7 @@ tracks/37/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=82]
[sub_resource type="Animation" id=24]
resource_name = "Shot 8"
length = 5.5
tracks/0/type = "value"
......@@ -8070,7 +9717,7 @@ tracks/30/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=83]
[sub_resource type="Animation" id=25]
resource_name = "Shot 8.1"
length = 0.8
tracks/0/type = "value"
......@@ -8482,7 +10129,7 @@ tracks/33/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=84]
[sub_resource type="Animation" id=26]
resource_name = "Shot 9"
length = 0.6
tracks/0/type = "value"
......@@ -8834,7 +10481,7 @@ tracks/28/keys = {
"values": [ false ]
}
[sub_resource type="Animation" id=88]
[sub_resource type="Animation" id=27]
resource_name = "Shot 9.1"
length = 0.4
tracks/0/type = "value"
......@@ -9234,7 +10881,7 @@ tracks/32/keys = {
"values": [ false ]
}
[sub_resource type="StyleBoxFlat" id=6]
[sub_resource type="StyleBoxFlat" id=28]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9242,18 +10889,18 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFontData" id=7]
[sub_resource type="DynamicFontData" id=29]
font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf"
[sub_resource type="DynamicFont" id=8]
[sub_resource type="DynamicFont" id=30]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=9]
[sub_resource type="DynamicFont" id=31]
size = 40
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=10]
[sub_resource type="SpriteFrames" id=32]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9261,7 +10908,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="SpriteFrames" id=11]
[sub_resource type="SpriteFrames" id=33]
animations = [ {
"frames": [ ExtResource( 10 ), ExtResource( 10 ), ExtResource( 10 ), ExtResource( 10 ), ExtResource( 10 ), ExtResource( 10 ), ExtResource( 10 ), ExtResource( 10 ), ExtResource( 9 ), ExtResource( 11 ), ExtResource( 9 ), ExtResource( 11 ), ExtResource( 9 ), ExtResource( 11 ), ExtResource( 9 ), ExtResource( 11 ) ],
"loop": true,
......@@ -9269,7 +10916,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="SpriteFrames" id=12]
[sub_resource type="SpriteFrames" id=34]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9277,7 +10924,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=13]
[sub_resource type="StyleBoxFlat" id=35]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9285,15 +10932,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=75]
[sub_resource type="DynamicFont" id=36]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=76]
[sub_resource type="DynamicFont" id=37]
size = 43
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=16]
[sub_resource type="SpriteFrames" id=38]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9301,7 +10948,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=17]
[sub_resource type="StyleBoxFlat" id=39]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9309,15 +10956,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=14]
[sub_resource type="DynamicFont" id=40]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=15]
[sub_resource type="DynamicFont" id=41]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=18]
[sub_resource type="SpriteFrames" id=42]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9325,7 +10972,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=19]
[sub_resource type="StyleBoxFlat" id=43]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9333,15 +10980,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=20]
[sub_resource type="DynamicFont" id=44]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=21]
[sub_resource type="DynamicFont" id=45]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=22]
[sub_resource type="SpriteFrames" id=46]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9349,7 +10996,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=23]
[sub_resource type="StyleBoxFlat" id=47]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9357,15 +11004,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=24]
[sub_resource type="DynamicFont" id=48]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=25]
[sub_resource type="DynamicFont" id=49]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=26]
[sub_resource type="SpriteFrames" id=50]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9373,7 +11020,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=27]
[sub_resource type="StyleBoxFlat" id=51]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9381,18 +11028,18 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=28]
[sub_resource type="DynamicFont" id=52]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFontData" id=29]
[sub_resource type="DynamicFontData" id=53]
font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf"
[sub_resource type="DynamicFont" id=30]
[sub_resource type="DynamicFont" id=54]
size = 50
font_data = SubResource( 29 )
font_data = SubResource( 53 )
[sub_resource type="SpriteFrames" id=31]
[sub_resource type="SpriteFrames" id=55]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9400,7 +11047,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=32]
[sub_resource type="StyleBoxFlat" id=56]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9408,15 +11055,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=33]
[sub_resource type="DynamicFont" id=57]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=34]
[sub_resource type="DynamicFont" id=58]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=35]
[sub_resource type="SpriteFrames" id=59]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9424,7 +11071,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=36]
[sub_resource type="StyleBoxFlat" id=60]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9432,15 +11079,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=37]
[sub_resource type="DynamicFont" id=61]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=38]
[sub_resource type="DynamicFont" id=62]
size = 40
font_data = SubResource( 29 )
font_data = SubResource( 53 )
[sub_resource type="SpriteFrames" id=39]
[sub_resource type="SpriteFrames" id=63]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9448,7 +11095,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="SpriteFrames" id=40]
[sub_resource type="SpriteFrames" id=64]
animations = [ {
"frames": [ ExtResource( 17 ), ExtResource( 15 ), ExtResource( 18 ), ExtResource( 16 ) ],
"loop": false,
......@@ -9456,7 +11103,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=41]
[sub_resource type="StyleBoxFlat" id=65]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9464,15 +11111,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=42]
[sub_resource type="DynamicFont" id=66]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=43]
[sub_resource type="DynamicFont" id=67]
size = 40
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=44]
[sub_resource type="SpriteFrames" id=68]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9480,15 +11127,15 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="DynamicFont" id=45]
[sub_resource type="DynamicFont" id=69]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=46]
[sub_resource type="DynamicFont" id=70]
size = 40
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=47]
[sub_resource type="StyleBoxFlat" id=71]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9496,15 +11143,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=48]
[sub_resource type="DynamicFont" id=72]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=49]
[sub_resource type="DynamicFont" id=73]
size = 40
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=50]
[sub_resource type="SpriteFrames" id=74]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9512,7 +11159,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=51]
[sub_resource type="StyleBoxFlat" id=75]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9520,15 +11167,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=52]
[sub_resource type="DynamicFont" id=76]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=53]
[sub_resource type="DynamicFont" id=77]
size = 40
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=54]
[sub_resource type="SpriteFrames" id=78]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9536,7 +11183,7 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="StyleBoxFlat" id=55]
[sub_resource type="StyleBoxFlat" id=79]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9544,15 +11191,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=56]
[sub_resource type="DynamicFont" id=80]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=57]
[sub_resource type="DynamicFont" id=81]
size = 40
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=58]
[sub_resource type="SpriteFrames" id=82]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9560,23 +11207,23 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="DynamicFont" id=59]
[sub_resource type="DynamicFont" id=83]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=60]
[sub_resource type="DynamicFont" id=84]
size = 40
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=61]
[sub_resource type="DynamicFont" id=85]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=62]
[sub_resource type="DynamicFont" id=86]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=63]
[sub_resource type="StyleBoxFlat" id=87]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9584,15 +11231,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=64]
[sub_resource type="DynamicFont" id=88]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=65]
[sub_resource type="DynamicFont" id=89]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=66]
[sub_resource type="StyleBoxFlat" id=90]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9600,23 +11247,23 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=67]
[sub_resource type="DynamicFont" id=91]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=68]
[sub_resource type="DynamicFont" id=92]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=89]
[sub_resource type="DynamicFont" id=93]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=90]
[sub_resource type="DynamicFont" id=94]
size = 42
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=69]
[sub_resource type="StyleBoxFlat" id=95]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9624,15 +11271,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=70]
[sub_resource type="DynamicFont" id=96]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=71]
[sub_resource type="DynamicFont" id=97]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=91]
[sub_resource type="StyleBoxFlat" id=98]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9640,15 +11287,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=92]
[sub_resource type="DynamicFont" id=99]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=93]
[sub_resource type="DynamicFont" id=100]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=94]
[sub_resource type="StyleBoxFlat" id=101]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9656,15 +11303,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=95]
[sub_resource type="DynamicFont" id=102]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=96]
[sub_resource type="DynamicFont" id=103]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=97]
[sub_resource type="StyleBoxFlat" id=104]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9672,15 +11319,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=98]
[sub_resource type="DynamicFont" id=105]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=99]
[sub_resource type="DynamicFont" id=106]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=100]
[sub_resource type="SpriteFrames" id=107]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9688,15 +11335,15 @@ animations = [ {
"speed": 5.0
} ]
[sub_resource type="DynamicFont" id=101]
[sub_resource type="DynamicFont" id=108]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=102]
[sub_resource type="DynamicFont" id=109]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=103]
[sub_resource type="StyleBoxFlat" id=110]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120
corner_radius_top_right = 120
......@@ -9704,15 +11351,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120
corner_detail = 13
[sub_resource type="DynamicFont" id=104]
[sub_resource type="DynamicFont" id=111]
size = 21
font_data = SubResource( 7 )
font_data = SubResource( 29 )
[sub_resource type="DynamicFont" id=105]
[sub_resource type="DynamicFont" id=112]
size = 33
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=106]
[sub_resource type="SpriteFrames" id=113]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
......@@ -9774,7 +11421,6 @@ __meta__ = {
visible = false
input_pickable = true
script = ExtResource( 1 )
tracking = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Scene control"]
position = Vector2( 511.03, 299.848 )
......@@ -9783,32 +11429,35 @@ shape = SubResource( 2 )
[node name="Animator" type="AnimationPlayer" parent="."]
"anims/Shot 0" = SubResource( 3 )
"anims/Shot 1" = SubResource( 4 )
"anims/Shot 10" = SubResource( 85 )
"anims/Shot 10.1" = SubResource( 86 )
"anims/Shot 11" = SubResource( 87 )
"anims/Shot 12" = SubResource( 107 )
"anims/Shot 12.1" = SubResource( 108 )
"anims/Shot 13" = SubResource( 109 )
"anims/Shot 13.1" = SubResource( 110 )
"anims/Shot 13.2" = SubResource( 111 )
"anims/Shot 14" = SubResource( 112 )
"anims/Shot 15" = SubResource( 113 )
"anims/Shot 2" = SubResource( 5 )
"anims/Shot 3" = SubResource( 72 )
"anims/Shot 4" = SubResource( 73 )
"anims/Shot 5" = SubResource( 74 )
"anims/Shot 6" = SubResource( 77 )
"anims/Shot 6.1" = SubResource( 78 )
"anims/Shot 6.2" = SubResource( 79 )
"anims/Shot 7" = SubResource( 80 )
"anims/Shot 7.1" = SubResource( 81 )
"anims/Shot 8" = SubResource( 82 )
"anims/Shot 8.1" = SubResource( 83 )
"anims/Shot 9" = SubResource( 84 )
"anims/Shot 9.1" = SubResource( 88 )
"anims/Shot 10" = SubResource( 5 )
"anims/Shot 10.1" = SubResource( 6 )
"anims/Shot 11" = SubResource( 7 )
"anims/Shot 12" = SubResource( 8 )
"anims/Shot 12.1" = SubResource( 9 )
"anims/Shot 13" = SubResource( 10 )
"anims/Shot 13.1" = SubResource( 11 )
"anims/Shot 13.2" = SubResource( 12 )
"anims/Shot 14" = SubResource( 13 )
"anims/Shot 15" = SubResource( 14 )
"anims/Shot 16" = SubResource( 114 )
"anims/Shot 16.1" = SubResource( 115 )
"anims/Shot 16.2" = SubResource( 116 )
"anims/Shot 17" = SubResource( 117 )
"anims/Shot 2" = SubResource( 15 )
"anims/Shot 3" = SubResource( 16 )
"anims/Shot 4" = SubResource( 17 )
"anims/Shot 5" = SubResource( 18 )
"anims/Shot 6" = SubResource( 19 )
"anims/Shot 6.1" = SubResource( 20 )
"anims/Shot 6.2" = SubResource( 21 )
"anims/Shot 7" = SubResource( 22 )
"anims/Shot 7.1" = SubResource( 23 )
"anims/Shot 8" = SubResource( 24 )
"anims/Shot 8.1" = SubResource( 25 )
"anims/Shot 9" = SubResource( 26 )
"anims/Shot 9.1" = SubResource( 27 )
[node name="1" type="Sprite" parent="."]
visible = false
position = Vector2( 375.906, 339.341 )
scale = Vector2( 0.431069, 0.43107 )
texture = ExtResource( 4 )
......@@ -9819,7 +11468,7 @@ margin_left = 460.925
margin_top = -308.656
margin_right = 1323.92
margin_bottom = -61.6556
custom_styles/panel = SubResource( 6 )
custom_styles/panel = SubResource( 28 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -9831,8 +11480,8 @@ margin_top = 45.0
margin_right = 817.0
margin_bottom = 212.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 8 )
custom_fonts/normal_font = SubResource( 9 )
custom_fonts/bold_font = SubResource( 30 )
custom_fonts/normal_font = SubResource( 31 )
visible_characters = 0
percent_visible = 0.0
text = "Okay! Now that I've finished my chores from last night, what else is on my To-Do List?"
......@@ -9845,7 +11494,8 @@ __meta__ = {
visible = false
position = Vector2( 479.889, 182.543 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 10 )
frames = SubResource( 32 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -9866,7 +11516,7 @@ margin_left = 500.643
margin_top = -309.0
margin_right = 1363.64
margin_bottom = -117.0
custom_styles/panel = SubResource( 6 )
custom_styles/panel = SubResource( 28 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -9878,10 +11528,8 @@ margin_top = 45.9594
margin_right = 814.0
margin_bottom = 177.959
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 8 )
custom_fonts/normal_font = SubResource( 9 )
visible_characters = 0
percent_visible = 0.0
custom_fonts/bold_font = SubResource( 30 )
custom_fonts/normal_font = SubResource( 31 )
text = "Oh. Right... Lab. Okay, let's get this over wi--"
scroll_active = false
__meta__ = {
......@@ -9889,10 +11537,10 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="3/dia 1"]
visible = false
position = Vector2( 291.426, 129.284 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 10 )
frames = SubResource( 32 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -9907,7 +11555,7 @@ margin_left = 530.958
margin_top = -140.477
margin_right = 1351.96
margin_bottom = 22.5228
custom_styles/panel = SubResource( 6 )
custom_styles/panel = SubResource( 28 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -9919,8 +11567,8 @@ margin_top = 51.0
margin_right = 764.0
margin_bottom = 141.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 8 )
custom_fonts/normal_font = SubResource( 9 )
custom_fonts/bold_font = SubResource( 30 )
custom_fonts/normal_font = SubResource( 31 )
text = "Huh? Is that my phone ringing?!"
scroll_active = false
__meta__ = {
......@@ -9930,7 +11578,8 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="4/dia 1"]
position = Vector2( 740.838, 86.3772 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 10 )
frames = SubResource( 32 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -9938,17 +11587,15 @@ playing = true
visible = false
position = Vector2( 502.473, 294.831 )
scale = Vector2( 0.4, 0.4 )
frames = SubResource( 11 )
frame = 9
frames = SubResource( 33 )
speed_scale = 1.8
playing = true
[node name="Arrow" type="AnimatedSprite" parent="5"]
modulate = Color( 0.168627, 0.156863, 0.219608, 0 )
modulate = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
position = Vector2( 793.066, 80.2328 )
scale = Vector2( 3, 3 )
frames = SubResource( 12 )
frame = 1
frames = SubResource( 34 )
speed_scale = 0.7
playing = true
......@@ -9959,12 +11606,11 @@ scale = Vector2( 0.431069, 0.43107 )
texture = ExtResource( 12 )
[node name="dia 1" type="Panel" parent="6"]
modulate = Color( 1, 1, 1, 0 )
margin_left = 612.0
margin_top = -274.0
margin_right = 1249.0
margin_bottom = -123.0
custom_styles/panel = SubResource( 13 )
custom_styles/panel = SubResource( 35 )
__meta__ = {
"_edit_use_anchors_": false
}
......@@ -9975,10 +11621,8 @@ margin_top = 56.8455
margin_right = 571.541
margin_bottom = 146.846
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 75 )
custom_fonts/normal_font = SubResource( 76 )
visible_characters = 0
percent_visible = 0.0
custom_fonts/bold_font = SubResource( 36 )
custom_fonts/normal_font = SubResource( 37 )
text = "Hello? J.C. what's up?"
scroll_active = false
__meta__ = {
......@@ -9986,10 +11630,10 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="6/dia 1"]
visible = false
position = Vector2( 557.997, 86.3772 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 16 )
frames = SubResource( 38 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -10004,7 +11648,7 @@ margin_left = 119.509
margin_top = -484.531
margin_right = 807.509
margin_bottom = -308.531
custom_styles/panel = SubResource( 17 )
custom_styles/panel = SubResource( 39 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10016,8 +11660,8 @@ margin_top = 45.0
margin_right = 638.0
margin_bottom = 162.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 14 )
custom_fonts/normal_font = SubResource( 15 )
custom_fonts/bold_font = SubResource( 40 )
custom_fonts/normal_font = SubResource( 41 )
text = "Hey Moxie! I hope you're ready for our D&D session this weekend!"
scroll_active = false
__meta__ = {
......@@ -10028,8 +11672,7 @@ __meta__ = {
visible = false
position = Vector2( 593.273, 116.537 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 18 )
frame = 1
frames = SubResource( 42 )
speed_scale = 0.7
playing = true
......@@ -10038,7 +11681,7 @@ margin_left = -967.0
margin_top = 180.0
margin_right = -301.0
margin_bottom = 345.0
custom_styles/panel = SubResource( 19 )
custom_styles/panel = SubResource( 43 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10050,8 +11693,8 @@ margin_top = 38.9639
margin_right = 641.527
margin_bottom = 175.964
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 20 )
custom_fonts/normal_font = SubResource( 21 )
custom_fonts/bold_font = SubResource( 44 )
custom_fonts/normal_font = SubResource( 45 )
text = "What do you mean? I thought you
were still arriving next week?"
scroll_active = false
......@@ -10063,18 +11706,16 @@ __meta__ = {
visible = false
position = Vector2( 556.828, 113.087 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 22 )
frame = 1
frames = SubResource( 46 )
speed_scale = 0.7
playing = true
[node name="dia 3" type="Panel" parent="7"]
modulate = Color( 1, 1, 1, 0 )
margin_left = -428.041
margin_top = 391.265
margin_right = 340.959
margin_bottom = 552.265
custom_styles/panel = SubResource( 23 )
margin_left = -20.5015
margin_top = 418.234
margin_right = 748.499
margin_bottom = 579.234
custom_styles/panel = SubResource( 47 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10086,10 +11727,8 @@ margin_top = 34.0
margin_right = 714.0
margin_bottom = 137.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 24 )
custom_fonts/normal_font = SubResource( 25 )
visible_characters = 0
percent_visible = 0.0
custom_fonts/bold_font = SubResource( 48 )
custom_fonts/normal_font = SubResource( 49 )
text = "Weeeell... Change of plans! I'm arriving tomorrow, so we can play sooner!"
scroll_active = false
__meta__ = {
......@@ -10097,11 +11736,9 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="7/dia 3"]
visible = false
position = Vector2( 643.364, 107.911 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 26 )
frame = 1
frames = SubResource( 50 )
speed_scale = 0.7
playing = true
......@@ -10116,7 +11753,7 @@ margin_left = -970.155
margin_top = -541.39
margin_right = -564.155
margin_bottom = -362.39
custom_styles/panel = SubResource( 27 )
custom_styles/panel = SubResource( 51 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10128,8 +11765,8 @@ margin_top = 55.6396
margin_right = 333.843
margin_bottom = 145.64
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 28 )
custom_fonts/normal_font = SubResource( 30 )
custom_fonts/bold_font = SubResource( 52 )
custom_fonts/normal_font = SubResource( 54 )
text = "WHAT?!?!"
scroll_active = false
__meta__ = {
......@@ -10140,17 +11777,17 @@ __meta__ = {
visible = false
position = Vector2( 351.534, 107.255 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 31 )
frames = SubResource( 55 )
frame = 1
speed_scale = 0.7
playing = true
[node name="dia 2" type="Panel" parent="8"]
modulate = Color( 1, 1, 1, 0 )
margin_left = 41.4679
margin_top = -344.976
margin_right = 843.468
margin_bottom = -129.976
custom_styles/panel = SubResource( 32 )
custom_styles/panel = SubResource( 56 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10162,10 +11799,8 @@ margin_top = 46.0
margin_right = 743.0
margin_bottom = 215.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 33 )
custom_fonts/normal_font = SubResource( 34 )
visible_characters = 0
percent_visible = 0.0
custom_fonts/bold_font = SubResource( 57 )
custom_fonts/normal_font = SubResource( 58 )
text = "SURPRISE! Can't wait to see what kind of adventure you came up with! See you soon Moxie!"
scroll_active = false
__meta__ = {
......@@ -10176,34 +11811,30 @@ __meta__ = {
visible = false
position = Vector2( 290.439, 166.707 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frames = SubResource( 59 )
frame = 1
speed_scale = 0.7
playing = true
[node name="dia 3" type="Panel" parent="8"]
visible = false
modulate = Color( 1, 1, 1, 0 )
margin_left = 697.347
margin_top = -96.2482
margin_right = 985.347
margin_bottom = 34.7518
custom_styles/panel = SubResource( 36 )
margin_left = 691.354
margin_top = -99.2448
margin_right = 979.354
margin_bottom = 31.7552
custom_styles/panel = SubResource( 60 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="8/dia 3"]
visible = false
margin_left = 48.0001
margin_top = 41.0001
margin_right = 234.0
margin_bottom = 131.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 37 )
custom_fonts/normal_font = SubResource( 38 )
visible_characters = 0
percent_visible = 0.0
custom_fonts/bold_font = SubResource( 61 )
custom_fonts/normal_font = SubResource( 62 )
text = "*CLICK*"
scroll_active = false
__meta__ = {
......@@ -10211,11 +11842,9 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="8/dia 3"]
visible = false
position = Vector2( 235.133, 79.7091 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 39 )
frame = 1
frames = SubResource( 63 )
speed_scale = 0.7
playing = true
......@@ -10223,7 +11852,8 @@ playing = true
visible = false
position = Vector2( 482.906, 339.341 )
scale = Vector2( 0.431069, 0.43107 )
frames = SubResource( 40 )
frames = SubResource( 64 )
frame = 2
speed_scale = 0.25
[node name="10" type="Sprite" parent="."]
......@@ -10237,7 +11867,7 @@ margin_left = -989.044
margin_top = -432.093
margin_right = -362.044
margin_bottom = -177.093
custom_styles/panel = SubResource( 41 )
custom_styles/panel = SubResource( 65 )
__meta__ = {
"_edit_use_anchors_": false
}
......@@ -10248,8 +11878,8 @@ margin_top = 50.0
margin_right = 584.009
margin_bottom = 247.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 42 )
custom_fonts/normal_font = SubResource( 43 )
custom_fonts/bold_font = SubResource( 66 )
custom_fonts/normal_font = SubResource( 67 )
text = "WHAT??? J.C is coming over THIS week? How am I supposed to--? "
scroll_active = false
__meta__ = {
......@@ -10260,17 +11890,17 @@ __meta__ = {
visible = false
position = Vector2( 430.353, 197.104 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 44 )
frames = SubResource( 68 )
frame = 1
speed_scale = 0.7
playing = true
[node name="dia 2" type="Panel" parent="10"]
modulate = Color( 1, 1, 1, 0 )
margin_left = 392.715
margin_top = 301.625
margin_right = 950.715
margin_bottom = 492.625
custom_styles/panel = SubResource( 41 )
custom_styles/panel = SubResource( 65 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10282,10 +11912,8 @@ margin_top = 40.0
margin_right = 530.079
margin_bottom = 166.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 45 )
custom_fonts/normal_font = SubResource( 46 )
visible_characters = 0
percent_visible = 0.0
custom_fonts/bold_font = SubResource( 69 )
custom_fonts/normal_font = SubResource( 70 )
text = " I can't plan for our D&D campaign yet!"
scroll_active = false
__meta__ = {
......@@ -10293,10 +11921,10 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="10/dia 2"]
visible = false
position = Vector2( 478.026, 132.212 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 44 )
frames = SubResource( 68 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -10311,7 +11939,7 @@ margin_left = -975.0
margin_top = 103.0
margin_right = -272.0
margin_bottom = 285.0
custom_styles/panel = SubResource( 47 )
custom_styles/panel = SubResource( 71 )
__meta__ = {
"_edit_use_anchors_": false
}
......@@ -10322,8 +11950,8 @@ margin_top = 40.8647
margin_right = 641.865
margin_bottom = 279.865
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 48 )
custom_fonts/normal_font = SubResource( 49 )
custom_fonts/bold_font = SubResource( 72 )
custom_fonts/normal_font = SubResource( 73 )
text = "I still have like a billion other things on my To-Do List! "
scroll_active = false
__meta__ = {
......@@ -10334,18 +11962,16 @@ __meta__ = {
visible = false
position = Vector2( 585.084, 126.629 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 50 )
frame = 1
frames = SubResource( 74 )
speed_scale = 0.7
playing = true
[node name="dia 2" type="Panel" parent="11"]
modulate = Color( 1, 1, 1, 0 )
margin_left = 243.541
margin_top = 310.352
margin_right = 943.541
margin_bottom = 495.352
custom_styles/panel = SubResource( 51 )
custom_styles/panel = SubResource( 75 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10357,10 +11983,8 @@ margin_top = 40.8648
margin_right = 645.486
margin_bottom = 155.865
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 52 )
custom_fonts/normal_font = SubResource( 53 )
visible_characters = 0
percent_visible = 0.0
custom_fonts/bold_font = SubResource( 76 )
custom_fonts/normal_font = SubResource( 77 )
text = "Now I have to rearrange my entire life and--"
scroll_active = false
__meta__ = {
......@@ -10368,10 +11992,10 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="11/dia 2"]
visible = false
position = Vector2( 413.838, 126.629 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 54 )
frames = SubResource( 78 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -10386,7 +12010,7 @@ margin_left = 451.318
margin_top = -235.602
margin_right = 1394.32
margin_bottom = 28.3982
custom_styles/panel = SubResource( 55 )
custom_styles/panel = SubResource( 79 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10398,10 +12022,8 @@ margin_top = 53.5952
margin_right = 901.214
margin_bottom = 330.595
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 56 )
custom_fonts/normal_font = SubResource( 57 )
visible_characters = 107
percent_visible = 0.915
custom_fonts/bold_font = SubResource( 80 )
custom_fonts/normal_font = SubResource( 81 )
text = "UGH. If you would just pull it all together and stop being so lazy for once, you wouldn't have gotten into this mess! "
scroll_active = false
__meta__ = {
......@@ -10412,18 +12034,16 @@ __meta__ = {
visible = false
position = Vector2( 811.604, 195.818 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 58 )
frame = 1
frames = SubResource( 82 )
speed_scale = 0.7
playing = true
[node name="dia 2" type="Panel" parent="12"]
visible = false
margin_left = 658.469
margin_top = 107.322
margin_right = 1201.47
margin_bottom = 265.322
custom_styles/panel = SubResource( 55 )
custom_styles/panel = SubResource( 79 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10435,10 +12055,8 @@ margin_top = 49.9336
margin_right = 508.845
margin_bottom = 130.934
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 59 )
custom_fonts/normal_font = SubResource( 60 )
visible_characters = 2
percent_visible = 0.111111
custom_fonts/bold_font = SubResource( 83 )
custom_fonts/normal_font = SubResource( 84 )
text = " Way to go, Moxie..."
scroll_active = false
__meta__ = {
......@@ -10446,11 +12064,9 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="12/dia 2"]
visible = false
position = Vector2( 470.68, 91.76 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 58 )
frame = 1
frames = SubResource( 82 )
speed_scale = 0.7
playing = true
......@@ -10477,7 +12093,7 @@ margin_left = 473.899
margin_top = -109.025
margin_right = 890.899
margin_bottom = 24.975
custom_styles/panel = SubResource( 32 )
custom_styles/panel = SubResource( 56 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10489,8 +12105,8 @@ margin_top = 43.88
margin_right = 369.88
margin_bottom = 101.88
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 61 )
custom_fonts/normal_font = SubResource( 62 )
custom_fonts/bold_font = SubResource( 85 )
custom_fonts/normal_font = SubResource( 86 )
text = "Huh? What's this?"
scroll_active = false
__meta__ = {
......@@ -10500,7 +12116,8 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="15/dia 1"]
position = Vector2( 361.021, 76.8747 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frames = SubResource( 59 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -10515,7 +12132,7 @@ margin_left = 280.0
margin_top = -492.0
margin_right = 1013.0
margin_bottom = -285.0
custom_styles/panel = SubResource( 63 )
custom_styles/panel = SubResource( 87 )
__meta__ = {
"_edit_use_anchors_": false
}
......@@ -10526,8 +12143,8 @@ margin_top = 38.34
margin_right = 690.358
margin_bottom = 215.34
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 64 )
custom_fonts/normal_font = SubResource( 65 )
custom_fonts/bold_font = SubResource( 88 )
custom_fonts/normal_font = SubResource( 89 )
text = "Oh yeah. My therapist told me that everyone has 'cognitive flexibility', which lets them adapt to changes."
scroll_active = false
__meta__ = {
......@@ -10538,8 +12155,7 @@ __meta__ = {
visible = false
position = Vector2( 670.288, 155.607 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frame = 1
frames = SubResource( 59 )
speed_scale = 0.7
playing = true
......@@ -10548,7 +12164,7 @@ margin_left = -990.666
margin_top = 56.5456
margin_right = -313.666
margin_bottom = 367.546
custom_styles/panel = SubResource( 66 )
custom_styles/panel = SubResource( 90 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10562,10 +12178,8 @@ margin_top = 46.0
margin_right = 642.0
margin_bottom = 274.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 67 )
custom_fonts/normal_font = SubResource( 68 )
visible_characters = 153
percent_visible = 0.9525
custom_fonts/bold_font = SubResource( 91 )
custom_fonts/normal_font = SubResource( 92 )
text = "So whenever I'm having a hard time multitasking, switching tasks & finding alternative solutions... that means something is hindering my cognitive flexibility..."
scroll_active = false
__meta__ = {
......@@ -10573,14 +12187,15 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="16/dia 2"]
visible = false
position = Vector2( 491.928, 252.067 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frames = SubResource( 59 )
frame = 1
speed_scale = 0.7
playing = true
[node name="17" type="Sprite" parent="."]
visible = false
position = Vector2( 508.714, 301.888 )
scale = Vector2( 0.49534, 0.49534 )
texture = ExtResource( 26 )
......@@ -10590,7 +12205,7 @@ margin_left = 374.0
margin_top = -283.0
margin_right = 866.0
margin_bottom = -131.0
custom_styles/panel = SubResource( 63 )
custom_styles/panel = SubResource( 87 )
__meta__ = {
"_edit_use_anchors_": false
}
......@@ -10601,8 +12216,8 @@ margin_top = 49.0872
margin_right = 433.174
margin_bottom = 130.087
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 89 )
custom_fonts/normal_font = SubResource( 90 )
custom_fonts/bold_font = SubResource( 93 )
custom_fonts/normal_font = SubResource( 94 )
text = "OH. Now I get it. "
scroll_active = false
__meta__ = {
......@@ -10613,7 +12228,8 @@ __meta__ = {
visible = false
position = Vector2( 421.177, 92.1361 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frames = SubResource( 59 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -10622,7 +12238,7 @@ margin_left = -964.146
margin_top = 67.338
margin_right = -229.146
margin_bottom = 328.338
custom_styles/panel = SubResource( 66 )
custom_styles/panel = SubResource( 90 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10634,8 +12250,8 @@ margin_top = 44.9129
margin_right = 679.544
margin_bottom = 255.913
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 67 )
custom_fonts/normal_font = SubResource( 68 )
custom_fonts/bold_font = SubResource( 91 )
custom_fonts/normal_font = SubResource( 92 )
text = "I have to reorganize my whole day AND switch to an entirely different set of tasks - OF COURSE I’m having a hard time!"
scroll_active = false
__meta__ = {
......@@ -10646,8 +12262,7 @@ __meta__ = {
visible = false
position = Vector2( 433.205, 207.738 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frame = 1
frames = SubResource( 59 )
speed_scale = 0.7
playing = true
......@@ -10656,7 +12271,7 @@ margin_left = 222.892
margin_top = 299.979
margin_right = 921.892
margin_bottom = 524.979
custom_styles/panel = SubResource( 69 )
custom_styles/panel = SubResource( 95 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10668,8 +12283,8 @@ margin_top = 51.0869
margin_right = 645.979
margin_bottom = 267.087
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 70 )
custom_fonts/normal_font = SubResource( 71 )
custom_fonts/bold_font = SubResource( 96 )
custom_fonts/normal_font = SubResource( 97 )
text = "Ms. Therapist told me how bad my cognitive flexibility is when I'm stressed… Oops."
scroll_active = false
__meta__ = {
......@@ -10679,8 +12294,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="17/dia 3"]
position = Vector2( 440.88, 166.777 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frame = 1
frames = SubResource( 59 )
speed_scale = 0.7
playing = true
......@@ -10695,7 +12309,7 @@ margin_left = -937.628
margin_top = -330.215
margin_right = -252.628
margin_bottom = -155.215
custom_styles/panel = SubResource( 66 )
custom_styles/panel = SubResource( 90 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10707,8 +12321,8 @@ margin_top = 44.9999
margin_right = 591.872
margin_bottom = 147.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 67 )
custom_fonts/normal_font = SubResource( 68 )
custom_fonts/bold_font = SubResource( 91 )
custom_fonts/normal_font = SubResource( 92 )
text = "Don’t blame yourself... It’s not your fault. Take a deep breath."
scroll_active = false
__meta__ = {
......@@ -10716,11 +12330,9 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="18/dia 1"]
visible = false
position = Vector2( 603.543, 121.782 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frame = 1
frames = SubResource( 59 )
speed_scale = 0.7
playing = true
......@@ -10741,7 +12353,7 @@ margin_left = 282.016
margin_top = 41.9922
margin_right = 933.016
margin_bottom = 216.992
custom_styles/panel = SubResource( 91 )
custom_styles/panel = SubResource( 98 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10753,8 +12365,8 @@ margin_top = 44.9999
margin_right = 591.872
margin_bottom = 147.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 92 )
custom_fonts/normal_font = SubResource( 93 )
custom_fonts/bold_font = SubResource( 99 )
custom_fonts/normal_font = SubResource( 100 )
text = "Much better... Okay. So what’s making it hard right now?"
scroll_active = false
__meta__ = {
......@@ -10764,8 +12376,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="20/dia 1"]
position = Vector2( 512.313, 121.782 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frame = 1
frames = SubResource( 59 )
speed_scale = 0.7
playing = true
......@@ -10775,18 +12386,20 @@ position = Vector2( 508.714, 301.888 )
scale = Vector2( 0.49534, 0.49534 )
texture = ExtResource( 30 )
[node name="1" type="Sprite" parent="21"]
texture = ExtResource( 27 )
[node name="2" type="Sprite" parent="21"]
visible = false
texture = ExtResource( 29 )
[node name="1" type="Sprite" parent="21"]
visible = false
texture = ExtResource( 27 )
[node name="dia 1" type="Panel" parent="21"]
margin_left = 337.218
margin_top = -507.781
margin_right = 988.218
margin_bottom = -291.781
custom_styles/panel = SubResource( 94 )
custom_styles/panel = SubResource( 101 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10795,11 +12408,11 @@ __meta__ = {
[node name="RichTextLabel" type="RichTextLabel" parent="21/dia 1"]
margin_left = 74.0
margin_top = 45.0
margin_right = 592.0
margin_right = 622.0
margin_bottom = 193.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 95 )
custom_fonts/normal_font = SubResource( 96 )
custom_fonts/bold_font = SubResource( 102 )
custom_fonts/normal_font = SubResource( 103 )
text = "Well, there's a new thing on my schedule so I have to rearrange everything."
scroll_active = false
__meta__ = {
......@@ -10807,10 +12420,10 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="21/dia 1"]
visible = false
position = Vector2( 279.436, 162.596 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 35 )
frame = 1
frames = SubResource( 59 )
speed_scale = 0.7
playing = true
......@@ -10819,20 +12432,19 @@ margin_left = -998.202
margin_top = -65.3889
margin_right = -383.202
margin_bottom = 150.611
custom_styles/panel = SubResource( 97 )
custom_styles/panel = SubResource( 104 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="21/dia 2"]
margin_left = 74.0
margin_top = 45.0
margin_right = 568.0
margin_right = 541.0
margin_bottom = 193.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 98 )
custom_fonts/normal_font = SubResource( 99 )
custom_fonts/bold_font = SubResource( 105 )
custom_fonts/normal_font = SubResource( 106 )
text = "There's also a bunch of other chores to finish so I feel overwhelmed,"
scroll_active = false
__meta__ = {
......@@ -10840,9 +12452,11 @@ __meta__ = {
}
[node name="Arrow" type="AnimatedSprite" parent="21/dia 2"]
position = Vector2( 327.452, 167.397 )
visible = false
position = Vector2( 402.148, 167.397 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 100 )
frames = SubResource( 107 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -10851,7 +12465,7 @@ margin_left = 375.607
margin_top = 356.806
margin_right = 980.607
margin_bottom = 517.806
custom_styles/panel = SubResource( 97 )
custom_styles/panel = SubResource( 104 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10863,8 +12477,8 @@ margin_top = 40.1985
margin_right = 589.599
margin_bottom = 188.198
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 101 )
custom_fonts/normal_font = SubResource( 102 )
custom_fonts/bold_font = SubResource( 108 )
custom_fonts/normal_font = SubResource( 109 )
text = "And of course I'm stressed so it’s hard to focus..."
scroll_active = false
__meta__ = {
......@@ -10874,7 +12488,8 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="21/dia 3"]
position = Vector2( 399.476, 119.382 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 100 )
frames = SubResource( 107 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -10889,7 +12504,7 @@ margin_left = 292.119
margin_top = 62.6604
margin_right = 982.119
margin_bottom = 271.66
custom_styles/panel = SubResource( 103 )
custom_styles/panel = SubResource( 110 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
......@@ -10901,8 +12516,8 @@ margin_top = 42.9811
margin_right = 645.817
margin_bottom = 190.981
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 104 )
custom_fonts/normal_font = SubResource( 105 )
custom_fonts/bold_font = SubResource( 111 )
custom_fonts/normal_font = SubResource( 112 )
text = "Okay let’s deal with this one at a time. I’ll write it all down so that it’s easier. I can do this!"
scroll_active = false
__meta__ = {
......@@ -10912,6 +12527,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="22/dia 1"]
position = Vector2( 489.931, 160.577 )
scale = Vector2( 0.8, 0.8 )
frames = SubResource( 106 )
frames = SubResource( 113 )
frame = 1
speed_scale = 0.7
playing = true
......@@ -80,21 +80,11 @@ func _groceries_put_away(): # when the groceries are put away
func _eaten(): # completing first "Eat" quest
quests.finishQuest("Eat")
_start_cutscene_2()
func _start_lab(): # trying the lab the first time, adds the new quests
if !quests.hasQuest("Eat") and !quests.hasQuest("Do laundry"):
_start_cutscene_2b()
quests.add("Clean bathroom")
quests.add("Figure out what's making that noise & get rid of it")
quests.add("Feed Banana")
quests.add("Repot plants")
quests.add("Do Lab")
newQuests = true
movementHandle.finishTutorial()
get_parent().get_node("Desk/Laptop").start()
#change sprite for terrarium
bedroom.get_node("Terrarium").flavorText = "OMG! Where did Banana go??"
func _start_lab(): # trying the lab the first time, adds the new quests -> no longer in effect, moved to Cutscene 2
#if !quests.hasQuest("Eat") and !quests.hasQuest("Do laundry"):
#_start_cutscene_2b()
pass
func _finish_lab():
if quests.size() == 1 and quests.get_quest(0) == "Do Lab":
......@@ -102,6 +92,7 @@ func _finish_lab():
else:
dialogue.text = "Too tired. Gotta relax first. Need carbohydrates. Can't I do something less stressful first? Please and thank you."
dialogue.playText()
func _add_quest(questName): # adding a quest to the quest list
quests.add(questName)
......@@ -170,6 +161,17 @@ func _start_cutscene_2():
inventory.unselect_all()
cutsceneHandler.get_node("2").show()
cutsceneHandler.get_node("2/Scene control").start()
# adding quests and shifting to next phase
quests.add("Clean bathroom")
quests.add("Figure out what's making that noise & get rid of it")
quests.add("Feed Banana")
quests.add("Repot plants")
quests.add("Do Lab")
newQuests = true
movementHandle.finishTutorial()
get_parent().get_node("Desk/Laptop").start()
#change sprite for terrarium
bedroom.get_node("Terrarium").flavorText = "OMG! Where did Banana go??"
func _start_cutscene_2b():
inventory.unselect_all()
......@@ -214,7 +216,7 @@ func _laundry_finished(): # finishing notebook puzzle for laundry
quests.finishQuest("Do laundry")
inventory.remove_item_name("Dirty clothes")
inventory.remove_item_name("Laundry detergent")
_start_cutscene_2()
func _return_laundry_notepad(): # exiting laundry notebook puzzle
zoom_out()
......@@ -225,6 +227,7 @@ func _return_laundry_notepad(): # exiting laundry notebook puzzle
notepad.get_node("Title").text = "To do (click to expand):"
notepad.get_node("Words").hide()
movementHandle.checkRoom()
_start_cutscene_2()
func _enter_notebook_plants(): # trying to engage in the notebook puzzle for doing laundry
if !quests.hasQuest("Repot plants"):
......@@ -384,6 +387,7 @@ func _return_fridge(): # returning from fridge view
kitchen.show()
zoom_out()
notepad.show()
_start_cutscene_2()
func _open_cabinet(): # looking inside kitchen cabinet
zoom_in()
......
......@@ -598,7 +598,6 @@ __meta__ = {
z_index = 2
[node name="0" parent="Cutscenes" instance=ExtResource( 42 )]
visible = false
[node name="1" parent="Cutscenes" instance=ExtResource( 15 )]
visible = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment