Commit ea6c07be authored by Julia Santos's avatar Julia Santos

Fixed last custcene and made Nana disappear from the terrarium and balcony as needed

parent 345ec0f3
source_md5="6f3d5bc83f677d4009c6da903cef6c50"
dest_md5="8c9c4123d6ee4bf4e409f54d3e92274d"
source_md5="25ea2d877aa25a58c45cc16ed101c4b7"
dest_md5="988644182b402a58e129cbe9fe9abf6a"
source_md5="3b0ecf4a2964965c6d5e6fa284569ce3"
dest_md5="1a22f3ae7f3ba67df2629c945a946940"
...@@ -5,7 +5,7 @@ export(bool) var tracking = false ...@@ -5,7 +5,7 @@ export(bool) var tracking = false
# Called when the node enters the scene tree for the first time. # Called when the node enters the scene tree for the first time.
func _ready(): func _ready():
pass # Replace with function body. tracking = false
func _input(event): # executes when clicked on func _input(event): # executes when clicked on
if event is InputEventMouseButton: if event is InputEventMouseButton:
...@@ -31,12 +31,17 @@ func getShot(): ...@@ -31,12 +31,17 @@ func getShot():
anim.play("Shot 4") anim.play("Shot 4")
sceneProgress += 1 sceneProgress += 1
5: 5:
anim.play("Shot 5")
sceneProgress += 1
6:
anim.play("Shot 6")
sceneProgress += 1
7:
sceneProgress = 0 sceneProgress = 0
get_parent().queue_free() # dont need that scene anymore get_parent().queue_free() # dont need that scene anymore
tracking = false tracking = false
print("Deleting scene 1") print("Deleting scene 1")
func start(): func start():
tracking = true tracking = true
anim.play("Shot 1") anim.play("Shot 1")
[gd_scene load_steps=28 format=2] [gd_scene load_steps=38 format=2]
[ext_resource path="res://Cutscenes/Cutscene 1.gd" type="Script" id=1] [ext_resource path="res://Cutscenes/Cutscene 1.gd" type="Script" id=1]
[ext_resource path="res://assets/Thesis Clickables/clothes pile.png" type="Texture" id=2] [ext_resource path="res://assets/Cutscenes/01 - Notepad intro/0.png" type="Texture" id=2]
[ext_resource path="res://assets/Thesis Clickables/arrow-white-normal.png" type="Texture" id=3] [ext_resource path="res://assets/Thesis Clickables/arrow-white-normal.png" type="Texture" id=3]
[ext_resource path="res://assets/Thesis Clickables/arrow-white-down.png" type="Texture" id=4] [ext_resource path="res://assets/Thesis Clickables/arrow-white-down.png" type="Texture" id=4]
[ext_resource path="res://assets/Fonts/BeVietnamPro-Medium.ttf" type="DynamicFontData" id=5] [ext_resource path="res://assets/Fonts/BeVietnamPro-Medium.ttf" type="DynamicFontData" id=5]
...@@ -9,13 +9,14 @@ ...@@ -9,13 +9,14 @@
[ext_resource path="res://assets/Cutscenes/01 - Notepad intro/4.png" type="Texture" id=7] [ext_resource path="res://assets/Cutscenes/01 - Notepad intro/4.png" type="Texture" id=7]
[ext_resource path="res://assets/Cutscenes/01 - Notepad intro/3.png" type="Texture" id=8] [ext_resource path="res://assets/Cutscenes/01 - Notepad intro/3.png" type="Texture" id=8]
[ext_resource path="res://assets/Cutscenes/01 - Notepad intro/2.png" type="Texture" id=9] [ext_resource path="res://assets/Cutscenes/01 - Notepad intro/2.png" type="Texture" id=9]
[ext_resource path="res://assets/Cutscenes/01 - Notepad intro/5.png" type="Texture" id=10]
[ext_resource path="res://assets/Cutscenes/01 - Notepad intro/6.png" type="Texture" id=11]
[sub_resource type="StyleBoxFlat" id=18] [sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 1, 1, 1, 1 ) bg_color = Color( 1, 1, 1, 1 )
[sub_resource type="Animation" id=1] [sub_resource type="Animation" id=2]
resource_name = "Shot 1" length = 1.7
length = 1.3
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
tracks/0/interp = 1 tracks/0/interp = 1
...@@ -41,43 +42,43 @@ tracks/1/keys = { ...@@ -41,43 +42,43 @@ tracks/1/keys = {
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ] "values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
} }
tracks/2/type = "value" tracks/2/type = "value"
tracks/2/path = NodePath("1/Arrow:visible") tracks/2/path = NodePath("1/dia 1/RichTextLabel:visible")
tracks/2/interp = 1 tracks/2/interp = 1
tracks/2/loop_wrap = true tracks/2/loop_wrap = true
tracks/2/imported = false tracks/2/imported = false
tracks/2/enabled = true tracks/2/enabled = true
tracks/2/keys = { tracks/2/keys = {
"times": PoolRealArray( 0, 1.2, 1.3 ), "times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1, 1, 1 ), "transitions": PoolRealArray( 1 ),
"update": 1, "update": 1,
"values": [ false, false, true ] "values": [ true ]
} }
tracks/3/type = "value" tracks/3/type = "value"
tracks/3/path = NodePath("1/RichTextLabel:visible") tracks/3/path = NodePath("1/dia 1/RichTextLabel:percent_visible")
tracks/3/interp = 1 tracks/3/interp = 1
tracks/3/loop_wrap = true tracks/3/loop_wrap = true
tracks/3/imported = false tracks/3/imported = false
tracks/3/enabled = true tracks/3/enabled = true
tracks/3/keys = { tracks/3/keys = {
"times": PoolRealArray( 0 ), "times": PoolRealArray( 0, 0.3, 0.4, 0.6, 1 ),
"transitions": PoolRealArray( 1 ), "transitions": PoolRealArray( 1, 1, 1, 1, 1 ),
"update": 1, "update": 0,
"values": [ true ] "values": [ 0.0, 0.0, 0.16, 0.16, 1.0 ]
} }
tracks/4/type = "value" tracks/4/type = "value"
tracks/4/path = NodePath("1/RichTextLabel:percent_visible") tracks/4/path = NodePath("2:visible")
tracks/4/interp = 1 tracks/4/interp = 1
tracks/4/loop_wrap = true tracks/4/loop_wrap = true
tracks/4/imported = false tracks/4/imported = false
tracks/4/enabled = true tracks/4/enabled = true
tracks/4/keys = { tracks/4/keys = {
"times": PoolRealArray( 0, 0.3, 0.4, 0.6, 0.9, 1.1, 1.3 ), "times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ), "transitions": PoolRealArray( 1 ),
"update": 0, "update": 1,
"values": [ 0.0, 0.0, 0.16, 0.16, 0.84, 0.84, 1.0 ] "values": [ false ]
} }
tracks/5/type = "value" tracks/5/type = "value"
tracks/5/path = NodePath("2:visible") tracks/5/path = NodePath("3:visible")
tracks/5/interp = 1 tracks/5/interp = 1
tracks/5/loop_wrap = true tracks/5/loop_wrap = true
tracks/5/imported = false tracks/5/imported = false
...@@ -89,7 +90,7 @@ tracks/5/keys = { ...@@ -89,7 +90,7 @@ tracks/5/keys = {
"values": [ false ] "values": [ false ]
} }
tracks/6/type = "value" tracks/6/type = "value"
tracks/6/path = NodePath("3:visible") tracks/6/path = NodePath("4:visible")
tracks/6/interp = 1 tracks/6/interp = 1
tracks/6/loop_wrap = true tracks/6/loop_wrap = true
tracks/6/imported = false tracks/6/imported = false
...@@ -101,7 +102,7 @@ tracks/6/keys = { ...@@ -101,7 +102,7 @@ tracks/6/keys = {
"values": [ false ] "values": [ false ]
} }
tracks/7/type = "value" tracks/7/type = "value"
tracks/7/path = NodePath("4:visible") tracks/7/path = NodePath("5:visible")
tracks/7/interp = 1 tracks/7/interp = 1
tracks/7/loop_wrap = true tracks/7/loop_wrap = true
tracks/7/imported = false tracks/7/imported = false
...@@ -113,32 +114,79 @@ tracks/7/keys = { ...@@ -113,32 +114,79 @@ tracks/7/keys = {
"values": [ false ] "values": [ false ]
} }
tracks/8/type = "value" tracks/8/type = "value"
tracks/8/path = NodePath("5:visible") tracks/8/path = NodePath("Scene control:tracking")
tracks/8/interp = 1 tracks/8/interp = 1
tracks/8/loop_wrap = true tracks/8/loop_wrap = true
tracks/8/imported = false tracks/8/imported = false
tracks/8/enabled = true tracks/8/enabled = true
tracks/8/keys = { tracks/8/keys = {
"times": PoolRealArray( 0 ), "times": PoolRealArray( 0, 1.6, 1.7 ),
"transitions": PoolRealArray( 1 ), "transitions": PoolRealArray( 1, 1, 1 ),
"update": 1, "update": 1,
"values": [ false ] "values": [ false, false, true ]
} }
tracks/9/type = "value" tracks/9/type = "value"
tracks/9/path = NodePath("Scene control:tracking") tracks/9/path = NodePath("1/dia 2:visible")
tracks/9/interp = 1 tracks/9/interp = 1
tracks/9/loop_wrap = true tracks/9/loop_wrap = true
tracks/9/imported = false tracks/9/imported = false
tracks/9/enabled = true tracks/9/enabled = true
tracks/9/keys = { tracks/9/keys = {
"times": PoolRealArray( 0, 1.2, 1.3 ), "times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ true ]
}
tracks/10/type = "value"
tracks/10/path = NodePath("1/dia 2:modulate")
tracks/10/interp = 1
tracks/10/loop_wrap = true
tracks/10/imported = false
tracks/10/enabled = true
tracks/10/keys = {
"times": PoolRealArray( 0, 1.4, 1.5 ),
"transitions": PoolRealArray( 1, 1, 1 ), "transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/11/type = "value"
tracks/11/path = NodePath("1/dia 2/RichTextLabel: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, "update": 1,
"values": [ false, false, true ] "values": [ true ]
}
tracks/12/type = "value"
tracks/12/path = NodePath("1/dia 2/RichTextLabel:percent_visible")
tracks/12/interp = 1
tracks/12/loop_wrap = true
tracks/12/imported = false
tracks/12/enabled = true
tracks/12/keys = {
"times": PoolRealArray( 0, 1.5, 1.7 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.0, 1.0 ]
}
tracks/13/type = "value"
tracks/13/path = NodePath("6: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 ]
} }
[sub_resource type="Animation" id=2] [sub_resource type="Animation" id=3]
resource_name = "Shot 2"
length = 1.3 length = 1.3
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -150,7 +198,7 @@ tracks/0/keys = { ...@@ -150,7 +198,7 @@ tracks/0/keys = {
"times": PoolRealArray( 0 ), "times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ), "transitions": PoolRealArray( 1 ),
"update": 1, "update": 1,
"values": [ false ] "values": [ true ]
} }
tracks/1/type = "value" tracks/1/type = "value"
tracks/1/path = NodePath("3:visible") tracks/1/path = NodePath("3:visible")
...@@ -231,10 +279,10 @@ tracks/7/loop_wrap = true ...@@ -231,10 +279,10 @@ tracks/7/loop_wrap = true
tracks/7/imported = false tracks/7/imported = false
tracks/7/enabled = true tracks/7/enabled = true
tracks/7/keys = { tracks/7/keys = {
"times": PoolRealArray( 0, 0.1 ), "times": PoolRealArray( 0, 0.1, 0.2 ),
"transitions": PoolRealArray( 1, 1 ), "transitions": PoolRealArray( 1, 1, 1 ),
"update": 0, "update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ] "values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
} }
tracks/8/type = "value" tracks/8/type = "value"
tracks/8/path = NodePath("2/dia 1/RichTextLabel:percent_visible") tracks/8/path = NodePath("2/dia 1/RichTextLabel:percent_visible")
...@@ -243,7 +291,7 @@ tracks/8/loop_wrap = true ...@@ -243,7 +291,7 @@ tracks/8/loop_wrap = true
tracks/8/imported = false tracks/8/imported = false
tracks/8/enabled = true tracks/8/enabled = true
tracks/8/keys = { tracks/8/keys = {
"times": PoolRealArray( 0, 0.1, 0.3, 0.5, 0.8, 1, 1.2 ), "times": PoolRealArray( 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ), "transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
"update": 0, "update": 0,
"values": [ 0.0, 0.0, 0.222, 0.222, 0.740667, 0.740667, 1.0 ] "values": [ 0.0, 0.0, 0.222, 0.222, 0.740667, 0.740667, 1.0 ]
...@@ -284,9 +332,32 @@ tracks/11/keys = { ...@@ -284,9 +332,32 @@ tracks/11/keys = {
"update": 1, "update": 1,
"values": [ false, false, true ] "values": [ false, false, true ]
} }
tracks/12/type = "value"
tracks/12/path = NodePath("2:modulate")
tracks/12/interp = 1
tracks/12/loop_wrap = true
tracks/12/imported = false
tracks/12/enabled = true
tracks/12/keys = {
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/13/type = "value"
tracks/13/path = NodePath("6: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 ]
}
[sub_resource type="Animation" id=3] [sub_resource type="Animation" id=4]
resource_name = "Shot 2.5"
length = 0.7 length = 0.7
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -456,9 +527,20 @@ tracks/13/keys = { ...@@ -456,9 +527,20 @@ tracks/13/keys = {
"update": 1, "update": 1,
"values": [ false, false, true ] "values": [ false, false, true ]
} }
tracks/14/type = "value"
tracks/14/path = NodePath("6: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 ]
}
[sub_resource type="Animation" id=4] [sub_resource type="Animation" id=5]
resource_name = "Shot 3"
length = 2.5 length = 2.5
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -566,7 +648,7 @@ tracks/8/keys = { ...@@ -566,7 +648,7 @@ tracks/8/keys = {
"times": PoolRealArray( 0, 1.2, 1.4, 1.5, 1.8, 2.1, 2.4 ), "times": PoolRealArray( 0, 1.2, 1.4, 1.5, 1.8, 2.1, 2.4 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ), "transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
"update": 0, "update": 0,
"values": [ 0.0, 0.0, 0.134, 0.134, 0.55, 0.555, 1.0 ] "values": [ 0.0, 0.0, 0.134, 0.134, 0.55, 0.55, 1.0 ]
} }
tracks/9/type = "value" tracks/9/type = "value"
tracks/9/path = NodePath("4/dia 1/Arrow:visible") tracks/9/path = NodePath("4/dia 1/Arrow:visible")
...@@ -592,9 +674,20 @@ tracks/10/keys = { ...@@ -592,9 +674,20 @@ tracks/10/keys = {
"update": 1, "update": 1,
"values": [ false, false, true ] "values": [ false, false, true ]
} }
tracks/11/type = "value"
tracks/11/path = NodePath("6: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 ]
}
[sub_resource type="Animation" id=5] [sub_resource type="Animation" id=6]
resource_name = "Shot 4"
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
tracks/0/interp = 1 tracks/0/interp = 1
...@@ -727,182 +820,646 @@ tracks/10/keys = { ...@@ -727,182 +820,646 @@ tracks/10/keys = {
"update": 1, "update": 1,
"values": [ false, false, true ] "values": [ false, false, true ]
} }
tracks/11/type = "value"
[sub_resource type="RectangleShape2D" id=6] tracks/11/path = NodePath("6:visible")
extents = Vector2( 515.38, 299.307 ) tracks/11/interp = 1
tracks/11/loop_wrap = true
[sub_resource type="SpriteFrames" id=7] tracks/11/imported = false
animations = [ { tracks/11/enabled = true
"frames": [ ExtResource( 3 ), ExtResource( 4 ) ], tracks/11/keys = {
"loop": true, "times": PoolRealArray( 0 ),
"name": "default", "transitions": PoolRealArray( 1 ),
"speed": 5.0 "update": 1,
} ] "values": [ false ]
[sub_resource type="DynamicFont" id=8]
size = 21
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=9]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 36
corner_radius_top_right = 36
corner_radius_bottom_right = 36
corner_radius_bottom_left = 36
[sub_resource type="DynamicFontData" id=10]
font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf"
[sub_resource type="DynamicFont" id=11]
size = 21
font_data = SubResource( 10 )
[sub_resource type="DynamicFont" id=12]
size = 17
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=13]
size = 17
font_data = SubResource( 10 )
[sub_resource type="DynamicFont" id=14]
size = 17
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=15]
size = 21
font_data = SubResource( 10 )
[sub_resource type="DynamicFont" id=16]
size = 17
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=17]
size = 17
font_data = SubResource( 10 )
[node name="Node2D" type="Node2D"]
[node name="Panel" type="Panel" parent="."]
margin_left = -15.0
margin_top = -13.0
margin_right = 1047.0
margin_bottom = 628.0
input_pass_on_modal_close_click = false
custom_styles/panel = SubResource( 18 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
visible = false
margin_left = 101.975
margin_top = 61.2005
margin_right = 238.975
margin_bottom = 143.2
rect_scale = Vector2( 6, 6 )
text = "Cutscene 1"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
} }
[node name="Dialogue" type="Label" parent="."] [sub_resource type="Animation" id=7]
visible = false resource_name = "Shot 5"
margin_left = 293.916 length = 1.3
margin_top = 382.225 tracks/0/type = "value"
margin_right = 430.916 tracks/0/path = NodePath("1:visible")
margin_bottom = 464.225 tracks/0/interp = 1
rect_scale = Vector2( 3, 3 ) tracks/0/loop_wrap = true
text = "Dialogue 1" tracks/0/imported = false
align = 1 tracks/0/enabled = true
valign = 1 tracks/0/keys = {
__meta__ = { "times": PoolRealArray( 0 ),
"_edit_use_anchors_": false "transitions": PoolRealArray( 1 ),
"update": 1,
"values": [ false ]
} }
tracks/1/type = "value"
[node name="Animator" type="AnimationPlayer" parent="."] tracks/1/path = NodePath("2:visible")
"anims/Shot 1" = SubResource( 1 ) tracks/1/interp = 1
"anims/Shot 2" = SubResource( 2 ) tracks/1/loop_wrap = true
"anims/Shot 2.5" = SubResource( 3 ) tracks/1/imported = false
"anims/Shot 3" = SubResource( 4 ) tracks/1/enabled = true
"anims/Shot 4" = SubResource( 5 ) tracks/1/keys = {
"times": PoolRealArray( 0 ),
[node name="Scene control" type="StaticBody2D" parent="."] "transitions": PoolRealArray( 1 ),
script = ExtResource( 1 ) "update": 1,
"values": [ false ]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Scene control"]
position = Vector2( 511.03, 299.848 )
shape = SubResource( 6 )
[node name="1" type="Sprite" parent="."]
visible = false
modulate = Color( 1, 1, 1, 0 )
position = Vector2( 515.455, 309.25 )
[node name="Arrow" type="AnimatedSprite" parent="1"]
visible = false
position = Vector2( 34.2625, -160.578 )
scale = Vector2( 0.6, 0.6 )
frames = SubResource( 7 )
frame = 1
speed_scale = 0.7
playing = true
[node name="RichTextLabel" type="RichTextLabel" parent="1"]
margin_left = -423.093
margin_top = -181.206
margin_right = 32.9069
margin_bottom = -135.206
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/normal_font = SubResource( 8 )
visible_characters = 0
percent_visible = 0.0
text = "Okay, so I should do my laundry now, but..."
__meta__ = {
"_edit_use_anchors_": false
} }
tracks/2/type = "value"
[node name="laundry" type="Sprite" parent="1"] tracks/2/path = NodePath("3:visible")
position = Vector2( 9.53522, 24.3676 ) tracks/2/interp = 1
scale = Vector2( 0.46815, 0.46815 ) 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": [ true ]
}
tracks/6/type = "value"
tracks/6/path = NodePath("6/dia 1: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": [ true ]
}
tracks/7/type = "value"
tracks/7/path = NodePath("6/dia 1:modulate")
tracks/7/interp = 1
tracks/7/loop_wrap = true
tracks/7/imported = false
tracks/7/enabled = true
tracks/7/keys = {
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/8/type = "value"
tracks/8/path = NodePath("6/dia 1/RichTextLabel: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": [ true ]
}
tracks/9/type = "value"
tracks/9/path = NodePath("6/dia 1/RichTextLabel:percent_visible")
tracks/9/interp = 1
tracks/9/loop_wrap = true
tracks/9/imported = false
tracks/9/enabled = true
tracks/9/keys = {
"times": PoolRealArray( 0, 0.1, 0.3, 0.4, 0.7, 1, 1.3 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.0, 0.1, 0.1, 0.45, 0.45, 1.0 ]
}
tracks/10/type = "value"
tracks/10/path = NodePath("6/dia 1/Arrow:visible")
tracks/10/interp = 1
tracks/10/loop_wrap = true
tracks/10/imported = false
tracks/10/enabled = true
tracks/10/keys = {
"times": PoolRealArray( 0, 1.2, 1.3 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
tracks/11/type = "value"
tracks/11/path = NodePath("Scene control:tracking")
tracks/11/interp = 1
tracks/11/loop_wrap = true
tracks/11/imported = false
tracks/11/enabled = true
tracks/11/keys = {
"times": PoolRealArray( 0, 1.2, 1.3 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
tracks/12/type = "value"
tracks/12/path = NodePath("6/dia 2: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("6/Sprite: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 ]
}
[sub_resource type="Animation" id=8]
resource_name = "Shot 6"
length = 2.0
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": [ true ]
}
tracks/6/type = "value"
tracks/6/path = NodePath("Scene control:tracking")
tracks/6/interp = 1
tracks/6/loop_wrap = true
tracks/6/imported = false
tracks/6/enabled = true
tracks/6/keys = {
"times": PoolRealArray( 0, 1.9, 2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
tracks/7/type = "value"
tracks/7/path = NodePath("6/dia 1: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": [ true ]
}
tracks/8/type = "value"
tracks/8/path = NodePath("6/dia 1:modulate")
tracks/8/interp = 1
tracks/8/loop_wrap = true
tracks/8/imported = false
tracks/8/enabled = true
tracks/8/keys = {
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ) ]
}
tracks/9/type = "value"
tracks/9/path = NodePath("6/dia 1/RichTextLabel:percent_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": 0,
"values": [ 1.0 ]
}
tracks/10/type = "value"
tracks/10/path = NodePath("6/dia 1/Arrow: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": [ true ]
}
tracks/11/type = "value"
tracks/11/path = NodePath("6/dia 2:modulate")
tracks/11/interp = 1
tracks/11/loop_wrap = true
tracks/11/imported = false
tracks/11/enabled = true
tracks/11/keys = {
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0.439216 ), Color( 1, 1, 1, 1 ) ]
}
tracks/12/type = "value"
tracks/12/path = NodePath("6/dia 2/RichTextLabel: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": [ true ]
}
tracks/13/type = "value"
tracks/13/path = NodePath("6/dia 2/RichTextLabel/Arrow:visible")
tracks/13/interp = 1
tracks/13/loop_wrap = true
tracks/13/imported = false
tracks/13/enabled = true
tracks/13/keys = {
"times": PoolRealArray( 0, 1.9, 2 ),
"transitions": PoolRealArray( 1, 1, 1 ),
"update": 1,
"values": [ false, false, true ]
}
tracks/14/type = "value"
tracks/14/path = NodePath("6/dia 2: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": [ true ]
}
tracks/15/type = "value"
tracks/15/path = NodePath("6/Sprite: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": [ true ]
}
tracks/16/type = "value"
tracks/16/path = NodePath("6/Sprite:modulate")
tracks/16/interp = 1
tracks/16/loop_wrap = true
tracks/16/imported = false
tracks/16/enabled = true
tracks/16/keys = {
"times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/17/type = "value"
tracks/17/path = NodePath("6/dia 2/RichTextLabel:percent_visible")
tracks/17/interp = 1
tracks/17/loop_wrap = true
tracks/17/imported = false
tracks/17/enabled = true
tracks/17/keys = {
"times": PoolRealArray( 0, 0.1, 0.2, 0.4, 2 ),
"transitions": PoolRealArray( 1, 1, 1, 1, 1 ),
"update": 0,
"values": [ 0.0, 0.0, 0.035, 0.035, 1.0 ]
}
[sub_resource type="RectangleShape2D" id=9]
extents = Vector2( 515.38, 299.307 )
[sub_resource type="StyleBoxFlat" id=10]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 50
corner_radius_top_right = 50
corner_radius_bottom_right = 50
corner_radius_bottom_left = 50
[sub_resource type="DynamicFont" id=11]
size = 19
font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=12]
animations = [ {
"frames": [ ExtResource( 3 ), ExtResource( 4 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]
[sub_resource type="DynamicFontData" id=13]
font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf"
[sub_resource type="DynamicFont" id=14]
size = 21
font_data = SubResource( 13 )
[sub_resource type="DynamicFont" id=15]
size = 17
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=16]
size = 17
font_data = SubResource( 13 )
[sub_resource type="DynamicFont" id=17]
size = 17
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=18]
size = 21
font_data = SubResource( 13 )
[sub_resource type="DynamicFont" id=19]
size = 17
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=20]
size = 17
font_data = SubResource( 13 )
[sub_resource type="DynamicFont" id=21]
size = 17
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=22]
size = 17
font_data = SubResource( 13 )
[sub_resource type="DynamicFont" id=23]
size = 17
font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=26]
bg_color = Color( 1, 1, 1, 0.937255 )
corner_radius_top_left = 50
corner_radius_top_right = 50
corner_radius_bottom_right = 50
corner_radius_bottom_left = 50
[sub_resource type="DynamicFont" id=24]
size = 21
font_data = SubResource( 13 )
[sub_resource type="DynamicFont" id=25]
size = 19
font_data = ExtResource( 5 )
[node name="Node2D" type="Node2D"]
[node name="Panel" type="Panel" parent="."]
margin_left = -15.0
margin_top = -13.0
margin_right = 1047.0
margin_bottom = 628.0
input_pass_on_modal_close_click = false
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
visible = false
margin_left = 101.975
margin_top = 61.2005
margin_right = 238.975
margin_bottom = 143.2
rect_scale = Vector2( 6, 6 )
text = "Cutscene 1"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Dialogue" type="Label" parent="."]
visible = false
margin_left = 293.916
margin_top = 382.225
margin_right = 430.916
margin_bottom = 464.225
rect_scale = Vector2( 3, 3 )
text = "Dialogue 1"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Animator" type="AnimationPlayer" parent="."]
"anims/Shot 1" = SubResource( 2 )
"anims/Shot 2" = SubResource( 3 )
"anims/Shot 2.5" = SubResource( 4 )
"anims/Shot 3" = SubResource( 5 )
"anims/Shot 4" = SubResource( 6 )
"anims/Shot 5" = SubResource( 7 )
"anims/Shot 6" = SubResource( 8 )
[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 )
shape = SubResource( 9 )
[node name="1" type="Sprite" parent="."]
visible = false
modulate = Color( 1, 1, 1, 0 )
position = Vector2( 512.088, 301.393 )
texture = ExtResource( 2 ) texture = ExtResource( 2 )
[node name="dia 1" type="Panel" parent="1"]
margin_left = -482.862
margin_top = -59.2482
margin_right = -177.862
margin_bottom = 26.7518
custom_styles/panel = SubResource( 10 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="1/dia 1"]
margin_left = 43.3483
margin_top = 17.5902
margin_right = 271.348
margin_bottom = 66.5902
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/normal_font = SubResource( 11 )
visible_characters = 0
percent_visible = 0.0
text = "Okay, so I should do my laundry now,"
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="dia 2" type="Panel" parent="1"]
modulate = Color( 1, 1, 1, 0 )
margin_left = 288.216
margin_top = 83.8857
margin_right = 398.216
margin_bottom = 150.886
custom_styles/panel = SubResource( 10 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Arrow" type="AnimatedSprite" parent="1/dia 2"]
position = Vector2( 80.4618, 38.7292 )
scale = Vector2( 0.6, 0.6 )
frames = SubResource( 12 )
frame = 1
speed_scale = 0.7
playing = true
[node name="RichTextLabel" type="RichTextLabel" parent="1/dia 2"]
margin_left = 19.1224
margin_top = 23.4899
margin_right = 88.1224
margin_bottom = 72.4899
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/normal_font = SubResource( 11 )
visible_characters = 0
percent_visible = 0.0
text = "But..."
__meta__ = {
"_edit_use_anchors_": false
}
[node name="2" type="Sprite" parent="."] [node name="2" type="Sprite" parent="."]
visible = false visible = false
position = Vector2( 511.116, 300.236 ) position = Vector2( 511.116, 300.236 )
texture = ExtResource( 6 ) texture = ExtResource( 6 )
[node name="dia 2" type="Panel" parent="2"] [node name="dia 2" type="Panel" parent="2"]
modulate = Color( 1, 1, 1, 0 )
margin_left = 159.0 margin_left = 159.0
margin_top = 13.0 margin_top = 13.0
margin_right = 477.0 margin_right = 477.0
margin_bottom = 77.0 margin_bottom = 77.0
custom_styles/panel = SubResource( 9 ) custom_styles/panel = SubResource( 10 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
[node name="RichTextLabel2" type="RichTextLabel" parent="2/dia 2"] [node name="RichTextLabel2" type="RichTextLabel" parent="2/dia 2"]
margin_left = 26.9685 margin_left = 26.9685
margin_top = 19.0479 margin_top = 20.2371
margin_right = 292.969 margin_right = 292.969
margin_bottom = 49.0479 margin_bottom = 50.2371
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 11 ) custom_fonts/bold_font = SubResource( 14 )
custom_fonts/normal_font = SubResource( 12 ) custom_fonts/normal_font = SubResource( 15 )
text = "...a LOT of things to deal with." text = "...a LOT of things to deal with."
scroll_active = false
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
[node name="Arrow" type="AnimatedSprite" parent="2/dia 2"] [node name="Arrow" type="AnimatedSprite" parent="2/dia 2"]
visible = false position = Vector2( 289.456, 38.1354 )
position = Vector2( 292.429, 36.9462 )
scale = Vector2( 0.35, 0.35 ) scale = Vector2( 0.35, 0.35 )
frames = SubResource( 7 ) frames = SubResource( 12 )
frame = 1 frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -912,7 +1469,7 @@ margin_left = -490.158 ...@@ -912,7 +1469,7 @@ margin_left = -490.158
margin_top = -203.776 margin_top = -203.776
margin_right = -111.158 margin_right = -111.158
margin_bottom = -138.776 margin_bottom = -138.776
custom_styles/panel = SubResource( 9 ) custom_styles/panel = SubResource( 10 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
...@@ -921,7 +1478,7 @@ __meta__ = { ...@@ -921,7 +1478,7 @@ __meta__ = {
visible = false visible = false
position = Vector2( 351.228, 33.5649 ) position = Vector2( 351.228, 33.5649 )
scale = Vector2( 0.35, 0.35 ) scale = Vector2( 0.35, 0.35 )
frames = SubResource( 7 ) frames = SubResource( 12 )
frame = 1 frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -932,8 +1489,8 @@ margin_top = 19.8877 ...@@ -932,8 +1489,8 @@ margin_top = 19.8877
margin_right = 350.014 margin_right = 350.014
margin_bottom = 53.8877 margin_bottom = 53.8877
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 13 ) custom_fonts/bold_font = SubResource( 16 )
custom_fonts/normal_font = SubResource( 14 ) custom_fonts/normal_font = SubResource( 17 )
bbcode_enabled = true bbcode_enabled = true
bbcode_text = "Oh gosh, [b]how do I start this?[/b] This is..." bbcode_text = "Oh gosh, [b]how do I start this?[/b] This is..."
text = "Oh gosh, how do I start this? This is..." text = "Oh gosh, how do I start this? This is..."
...@@ -947,31 +1504,27 @@ position = Vector2( 511.116, 300.236 ) ...@@ -947,31 +1504,27 @@ position = Vector2( 511.116, 300.236 )
texture = ExtResource( 9 ) texture = ExtResource( 9 )
[node name="4" type="Sprite" parent="."] [node name="4" type="Sprite" parent="."]
visible = false
position = Vector2( 511.116, 300.236 ) position = Vector2( 511.116, 300.236 )
texture = ExtResource( 8 ) texture = ExtResource( 8 )
[node name="dia 1" type="Panel" parent="4"] [node name="dia 1" type="Panel" parent="4"]
modulate = Color( 1, 1, 1, 0 )
margin_left = -466.0 margin_left = -466.0
margin_top = -114.0 margin_top = -114.0
margin_right = -208.0 margin_right = -208.0
margin_bottom = -21.0 margin_bottom = -21.0
custom_styles/panel = SubResource( 9 ) custom_styles/panel = SubResource( 10 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
[node name="RichTextLabel2" type="RichTextLabel" parent="4/dia 1"] [node name="RichTextLabel2" type="RichTextLabel" parent="4/dia 1"]
margin_left = 25.7568 margin_left = 28.5884
margin_top = 22.0 margin_top = 23.8877
margin_right = 236.757 margin_right = 239.589
margin_bottom = 71.0 margin_bottom = 72.8877
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 15 ) custom_fonts/bold_font = SubResource( 18 )
custom_fonts/normal_font = SubResource( 16 ) custom_fonts/normal_font = SubResource( 19 )
visible_characters = 0
percent_visible = 0.0
text = "Okay, calm down Moxie. You can do this. " text = "Okay, calm down Moxie. You can do this. "
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -979,14 +1532,14 @@ __meta__ = { ...@@ -979,14 +1532,14 @@ __meta__ = {
} }
[node name="Arrow" type="AnimatedSprite" parent="4/dia 1"] [node name="Arrow" type="AnimatedSprite" parent="4/dia 1"]
visible = false
position = Vector2( 172.67, 59.6554 ) position = Vector2( 172.67, 59.6554 )
scale = Vector2( 0.35, 0.35 ) scale = Vector2( 0.35, 0.35 )
frames = SubResource( 7 ) frames = SubResource( 12 )
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
[node name="5" type="Sprite" parent="."] [node name="5" type="Sprite" parent="."]
visible = false
position = Vector2( 511.116, 300.236 ) position = Vector2( 511.116, 300.236 )
texture = ExtResource( 7 ) texture = ExtResource( 7 )
...@@ -996,19 +1549,19 @@ margin_left = 114.839 ...@@ -996,19 +1549,19 @@ margin_left = 114.839
margin_top = -163.146 margin_top = -163.146
margin_right = 476.839 margin_right = 476.839
margin_bottom = -68.1456 margin_bottom = -68.1456
custom_styles/panel = SubResource( 9 ) custom_styles/panel = SubResource( 10 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
[node name="RichTextLabel2" type="RichTextLabel" parent="5/dia 1"] [node name="RichTextLabel2" type="RichTextLabel" parent="5/dia 1"]
margin_left = 30.0 margin_left = 31.0
margin_top = 23.0 margin_top = 24.0
margin_right = 337.0 margin_right = 338.0
margin_bottom = 109.0 margin_bottom = 110.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 17 ) custom_fonts/bold_font = SubResource( 20 )
custom_fonts/normal_font = SubResource( 12 ) custom_fonts/normal_font = SubResource( 21 )
bbcode_enabled = true bbcode_enabled = true
bbcode_text = "Remember what your therapist said about [b]being overwhelmed[/b]..." bbcode_text = "Remember what your therapist said about [b]being overwhelmed[/b]..."
visible_characters = 0 visible_characters = 0
...@@ -1023,6 +1576,84 @@ __meta__ = { ...@@ -1023,6 +1576,84 @@ __meta__ = {
visible = false visible = false
position = Vector2( 281.004, 61.5689 ) position = Vector2( 281.004, 61.5689 )
scale = Vector2( 0.35, 0.430991 ) scale = Vector2( 0.35, 0.430991 )
frames = SubResource( 7 ) frames = SubResource( 12 )
speed_scale = 0.7
playing = true
[node name="6" type="Sprite" parent="."]
visible = false
position = Vector2( 511.116, 300.236 )
texture = ExtResource( 10 )
[node name="dia 1" type="Panel" parent="6"]
modulate = Color( 1, 1, 1, 0 )
margin_left = 25.4007
margin_top = -84.7004
margin_right = 382.401
margin_bottom = 10.2996
custom_styles/panel = SubResource( 10 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="6/dia 1"]
margin_left = 33.9685
margin_top = 23.7937
margin_right = 340.969
margin_bottom = 109.794
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 22 )
custom_fonts/normal_font = SubResource( 23 )
text = "Okay, what are the smallest, most basic tasks for doing laundry?"
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Arrow" type="AnimatedSprite" parent="6/dia 1"]
position = Vector2( 299.163, 64.5689 )
scale = Vector2( 0.35, 0.430991 )
frames = SubResource( 12 )
speed_scale = 0.7
playing = true
[node name="Sprite" type="Sprite" parent="6"]
position = Vector2( -1.68326, -1.46188 )
texture = ExtResource( 11 )
[node name="dia 2" type="Panel" parent="6"]
margin_left = -97.8589
margin_top = -252.295
margin_right = 481.141
margin_bottom = -96.295
custom_styles/panel = SubResource( 26 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="6/dia 2"]
margin_left = 20.0
margin_top = 23.0
margin_right = 554.0
margin_bottom = 168.0
rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 24 )
custom_fonts/normal_font = SubResource( 25 )
custom_colors/default_color = Color( 0.0627451, 0.0431373, 0.152941, 1 )
bbcode_enabled = true
bbcode_text = "[b]Hint![/b] When you don’t know how to start something, use the notepad on it! Once in Notepad mode, click on one of the words listed on the notepad, and then on one of the objects on the screen, to perform that verb on the object."
text = "Hint! When you don’t know how to start something, use the notepad on it! Once in Notepad mode, click on one of the words listed on the notepad, and then on one of the objects on the screen, to perform that verb on the object."
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Arrow" type="AnimatedSprite" parent="6/dia 2/RichTextLabel"]
modulate = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
position = Vector2( 75.1358, 124.982 )
scale = Vector2( 0.35, 0.430991 )
frames = SubResource( 12 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -7,7 +7,7 @@ onready var sceneDecimal = 0 ...@@ -7,7 +7,7 @@ onready var sceneDecimal = 0
# Called when the node enters the scene tree for the first time. # Called when the node enters the scene tree for the first time.
func _ready(): func _ready():
pass # Replace with function body. tracking = false
func _input(event): # executes when clicked on func _input(event): # executes when clicked on
if event is InputEventMouseButton: if event is InputEventMouseButton:
...@@ -21,14 +21,12 @@ func getShot(): ...@@ -21,14 +21,12 @@ func getShot():
shotName = "Shot " + str(sceneProgress + 1) + "." + str(sceneDecimal) shotName = "Shot " + str(sceneProgress + 1) + "." + str(sceneDecimal)
else: else:
shotName = "Shot " + str(sceneProgress + 1) shotName = "Shot " + str(sceneProgress + 1)
print(shotName)
if (sceneProgress+1) != 18: if (sceneProgress+1) != 18:
anim.play(shotName) anim.play(shotName)
match (sceneProgress + 1): match (sceneProgress + 1):
7, 8, 9, 10, 12: 7, 8, 9, 10, 12:
if sceneDecimal == 0: if sceneDecimal == 0:
sceneDecimal += 1 sceneDecimal += 1
print("Adding decimal for 6, 7, etc")
else: else:
sceneDecimal = 0 sceneDecimal = 0
sceneProgress += 1 sceneProgress += 1
......
...@@ -34,16 +34,16 @@ ...@@ -34,16 +34,16 @@
[ext_resource path="res://assets/Cutscenes/02 - Finished Tutorial Puzzles/20.jpg" type="Texture" id=32] [ext_resource path="res://assets/Cutscenes/02 - Finished Tutorial Puzzles/20.jpg" type="Texture" id=32]
[ext_resource path="res://assets/Cutscenes/02 - Finished Tutorial Puzzles/22.jpg" type="Texture" id=33] [ext_resource path="res://assets/Cutscenes/02 - Finished Tutorial Puzzles/22.jpg" type="Texture" id=33]
[sub_resource type="StyleBoxFlat" id=119] [sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 1, 1, 1, 1 ) bg_color = Color( 1, 1, 1, 1 )
[sub_resource type="StyleBoxFlat" id=1] [sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 1, 1, 1, 1 ) bg_color = Color( 1, 1, 1, 1 )
[sub_resource type="RectangleShape2D" id=2] [sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 515.38, 299.307 ) extents = Vector2( 515.38, 299.307 )
[sub_resource type="Animation" id=3] [sub_resource type="Animation" id=4]
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
tracks/0/interp = 1 tracks/0/interp = 1
...@@ -321,7 +321,7 @@ tracks/22/keys = { ...@@ -321,7 +321,7 @@ tracks/22/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=4] [sub_resource type="Animation" id=5]
length = 1.5 length = 1.5
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -660,7 +660,7 @@ tracks/27/keys = { ...@@ -660,7 +660,7 @@ tracks/27/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=5] [sub_resource type="Animation" id=6]
length = 1.8 length = 1.8
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -999,7 +999,7 @@ tracks/27/keys = { ...@@ -999,7 +999,7 @@ tracks/27/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=6] [sub_resource type="Animation" id=7]
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
tracks/0/interp = 1 tracks/0/interp = 1
...@@ -1385,7 +1385,7 @@ tracks/31/keys = { ...@@ -1385,7 +1385,7 @@ tracks/31/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=7] [sub_resource type="Animation" id=8]
length = 2.4 length = 2.4
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -1724,7 +1724,7 @@ tracks/27/keys = { ...@@ -1724,7 +1724,7 @@ tracks/27/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=8] [sub_resource type="Animation" id=9]
length = 1.5 length = 1.5
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -2075,7 +2075,7 @@ tracks/28/keys = { ...@@ -2075,7 +2075,7 @@ tracks/28/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=9] [sub_resource type="Animation" id=10]
length = 2.5 length = 2.5
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -2474,7 +2474,7 @@ tracks/32/keys = { ...@@ -2474,7 +2474,7 @@ tracks/32/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=10] [sub_resource type="Animation" id=11]
length = 0.7 length = 0.7
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -2825,7 +2825,7 @@ tracks/28/keys = { ...@@ -2825,7 +2825,7 @@ tracks/28/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=11] [sub_resource type="Animation" id=12]
length = 1.7 length = 1.7
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -3212,7 +3212,7 @@ tracks/31/keys = { ...@@ -3212,7 +3212,7 @@ tracks/31/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=12] [sub_resource type="Animation" id=13]
length = 1.5 length = 1.5
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -3647,7 +3647,7 @@ tracks/35/keys = { ...@@ -3647,7 +3647,7 @@ tracks/35/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=13] [sub_resource type="Animation" id=14]
length = 1.3 length = 1.3
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -3986,7 +3986,7 @@ tracks/27/keys = { ...@@ -3986,7 +3986,7 @@ tracks/27/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=14] [sub_resource type="Animation" id=15]
length = 2.8 length = 2.8
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -4325,8 +4325,7 @@ tracks/27/keys = { ...@@ -4325,8 +4325,7 @@ tracks/27/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=15] [sub_resource type="Animation" id=16]
resource_name = "Shot 16"
length = 1.2 length = 1.2
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -4713,8 +4712,7 @@ tracks/31/keys = { ...@@ -4713,8 +4712,7 @@ tracks/31/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=16] [sub_resource type="Animation" id=17]
resource_name = "Shot 16.1"
length = 1.2 length = 1.2
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -5149,8 +5147,7 @@ tracks/35/keys = { ...@@ -5149,8 +5147,7 @@ tracks/35/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=17] [sub_resource type="Animation" id=18]
resource_name = "Shot 16.2"
length = 1.2 length = 1.2
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -5633,8 +5630,7 @@ tracks/39/keys = { ...@@ -5633,8 +5630,7 @@ tracks/39/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=18] [sub_resource type="Animation" id=19]
resource_name = "Shot 17"
length = 1.5 length = 1.5
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -5973,7 +5969,7 @@ tracks/27/keys = { ...@@ -5973,7 +5969,7 @@ tracks/27/keys = {
"values": [ false, false, true ] "values": [ false, false, true ]
} }
[sub_resource type="Animation" id=19] [sub_resource type="Animation" id=20]
length = 2.8 length = 2.8
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -6324,7 +6320,7 @@ tracks/28/keys = { ...@@ -6324,7 +6320,7 @@ tracks/28/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=20] [sub_resource type="Animation" id=21]
length = 0.9 length = 0.9
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -6663,7 +6659,7 @@ tracks/27/keys = { ...@@ -6663,7 +6659,7 @@ tracks/27/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=21] [sub_resource type="Animation" id=22]
length = 0.6 length = 0.6
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -6966,7 +6962,7 @@ tracks/24/keys = { ...@@ -6966,7 +6962,7 @@ tracks/24/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=22] [sub_resource type="Animation" id=23]
length = 0.8 length = 0.8
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -7305,7 +7301,7 @@ tracks/27/keys = { ...@@ -7305,7 +7301,7 @@ tracks/27/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=23] [sub_resource type="Animation" id=24]
length = 0.8 length = 0.8
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -7668,7 +7664,7 @@ tracks/29/keys = { ...@@ -7668,7 +7664,7 @@ tracks/29/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=24] [sub_resource type="Animation" id=25]
length = 0.8 length = 0.8
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -8067,7 +8063,7 @@ tracks/32/keys = { ...@@ -8067,7 +8063,7 @@ tracks/32/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=25] [sub_resource type="Animation" id=26]
length = 1.3 length = 1.3
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -8502,7 +8498,7 @@ tracks/35/keys = { ...@@ -8502,7 +8498,7 @@ tracks/35/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=26] [sub_resource type="Animation" id=27]
length = 0.2 length = 0.2
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -8865,7 +8861,7 @@ tracks/29/keys = { ...@@ -8865,7 +8861,7 @@ tracks/29/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=27] [sub_resource type="Animation" id=28]
length = 1.9 length = 1.9
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -9324,7 +9320,7 @@ tracks/37/keys = { ...@@ -9324,7 +9320,7 @@ tracks/37/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=28] [sub_resource type="Animation" id=29]
length = 5.5 length = 5.5
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -9699,7 +9695,7 @@ tracks/30/keys = { ...@@ -9699,7 +9695,7 @@ tracks/30/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=29] [sub_resource type="Animation" id=30]
length = 0.8 length = 0.8
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -10110,7 +10106,7 @@ tracks/33/keys = { ...@@ -10110,7 +10106,7 @@ tracks/33/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=30] [sub_resource type="Animation" id=31]
length = 0.6 length = 0.6
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -10461,7 +10457,7 @@ tracks/28/keys = { ...@@ -10461,7 +10457,7 @@ tracks/28/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="Animation" id=31] [sub_resource type="Animation" id=32]
length = 0.4 length = 0.4
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("1:visible") tracks/0/path = NodePath("1:visible")
...@@ -10860,7 +10856,7 @@ tracks/32/keys = { ...@@ -10860,7 +10856,7 @@ tracks/32/keys = {
"values": [ false ] "values": [ false ]
} }
[sub_resource type="StyleBoxFlat" id=32] [sub_resource type="StyleBoxFlat" id=33]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -10868,18 +10864,18 @@ corner_radius_bottom_right = 120 ...@@ -10868,18 +10864,18 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFontData" id=33] [sub_resource type="DynamicFontData" id=34]
font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf" font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf"
[sub_resource type="DynamicFont" id=34] [sub_resource type="DynamicFont" id=35]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=35] [sub_resource type="DynamicFont" id=36]
size = 40 size = 40
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=36] [sub_resource type="SpriteFrames" id=37]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -10887,7 +10883,7 @@ animations = [ { ...@@ -10887,7 +10883,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="SpriteFrames" id=37] [sub_resource type="SpriteFrames" id=38]
animations = [ { 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 ) ], "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, "loop": true,
...@@ -10895,7 +10891,7 @@ animations = [ { ...@@ -10895,7 +10891,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="SpriteFrames" id=38] [sub_resource type="SpriteFrames" id=39]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -10903,7 +10899,7 @@ animations = [ { ...@@ -10903,7 +10899,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=39] [sub_resource type="StyleBoxFlat" id=40]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -10911,15 +10907,15 @@ corner_radius_bottom_right = 120 ...@@ -10911,15 +10907,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=40] [sub_resource type="DynamicFont" id=41]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=41] [sub_resource type="DynamicFont" id=42]
size = 43 size = 43
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=42] [sub_resource type="SpriteFrames" id=43]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -10927,7 +10923,7 @@ animations = [ { ...@@ -10927,7 +10923,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=43] [sub_resource type="StyleBoxFlat" id=44]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -10935,18 +10931,18 @@ corner_radius_bottom_right = 120 ...@@ -10935,18 +10931,18 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFontData" id=44] [sub_resource type="DynamicFontData" id=45]
font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf" font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf"
[sub_resource type="DynamicFont" id=45] [sub_resource type="DynamicFont" id=46]
size = 21 size = 21
font_data = SubResource( 44 ) font_data = SubResource( 45 )
[sub_resource type="DynamicFont" id=46] [sub_resource type="DynamicFont" id=47]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=47] [sub_resource type="SpriteFrames" id=48]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -10954,7 +10950,7 @@ animations = [ { ...@@ -10954,7 +10950,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=48] [sub_resource type="StyleBoxFlat" id=49]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -10962,15 +10958,15 @@ corner_radius_bottom_right = 120 ...@@ -10962,15 +10958,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=49] [sub_resource type="DynamicFont" id=50]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=50] [sub_resource type="DynamicFont" id=51]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=51] [sub_resource type="SpriteFrames" id=52]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -10978,7 +10974,7 @@ animations = [ { ...@@ -10978,7 +10974,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=52] [sub_resource type="StyleBoxFlat" id=53]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -10986,15 +10982,15 @@ corner_radius_bottom_right = 120 ...@@ -10986,15 +10982,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=53] [sub_resource type="DynamicFont" id=54]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=54] [sub_resource type="DynamicFont" id=55]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=55] [sub_resource type="SpriteFrames" id=56]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11002,7 +10998,7 @@ animations = [ { ...@@ -11002,7 +10998,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=56] [sub_resource type="StyleBoxFlat" id=57]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11010,18 +11006,18 @@ corner_radius_bottom_right = 120 ...@@ -11010,18 +11006,18 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=57] [sub_resource type="DynamicFont" id=58]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFontData" id=58] [sub_resource type="DynamicFontData" id=59]
font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf" font_path = "res://assets/Fonts/BeVietnamPro-Bold.ttf"
[sub_resource type="DynamicFont" id=59] [sub_resource type="DynamicFont" id=60]
size = 50 size = 50
font_data = SubResource( 58 ) font_data = SubResource( 59 )
[sub_resource type="SpriteFrames" id=60] [sub_resource type="SpriteFrames" id=61]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11029,7 +11025,7 @@ animations = [ { ...@@ -11029,7 +11025,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=61] [sub_resource type="StyleBoxFlat" id=62]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11037,15 +11033,15 @@ corner_radius_bottom_right = 120 ...@@ -11037,15 +11033,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=62] [sub_resource type="DynamicFont" id=63]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=63] [sub_resource type="DynamicFont" id=64]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=64] [sub_resource type="SpriteFrames" id=65]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11053,7 +11049,7 @@ animations = [ { ...@@ -11053,7 +11049,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=65] [sub_resource type="StyleBoxFlat" id=66]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11061,15 +11057,15 @@ corner_radius_bottom_right = 120 ...@@ -11061,15 +11057,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=66] [sub_resource type="DynamicFont" id=67]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=67] [sub_resource type="DynamicFont" id=68]
size = 40 size = 40
font_data = SubResource( 58 ) font_data = SubResource( 59 )
[sub_resource type="SpriteFrames" id=68] [sub_resource type="SpriteFrames" id=69]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11077,7 +11073,7 @@ animations = [ { ...@@ -11077,7 +11073,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="SpriteFrames" id=69] [sub_resource type="SpriteFrames" id=70]
animations = [ { animations = [ {
"frames": [ ExtResource( 17 ), ExtResource( 15 ), ExtResource( 18 ), ExtResource( 16 ) ], "frames": [ ExtResource( 17 ), ExtResource( 15 ), ExtResource( 18 ), ExtResource( 16 ) ],
"loop": false, "loop": false,
...@@ -11085,7 +11081,7 @@ animations = [ { ...@@ -11085,7 +11081,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=70] [sub_resource type="StyleBoxFlat" id=71]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11093,15 +11089,15 @@ corner_radius_bottom_right = 120 ...@@ -11093,15 +11089,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=71] [sub_resource type="DynamicFont" id=72]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=72] [sub_resource type="DynamicFont" id=73]
size = 40 size = 40
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=73] [sub_resource type="SpriteFrames" id=74]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11109,15 +11105,15 @@ animations = [ { ...@@ -11109,15 +11105,15 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="DynamicFont" id=74] [sub_resource type="DynamicFont" id=75]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=75] [sub_resource type="DynamicFont" id=76]
size = 40 size = 40
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=76] [sub_resource type="StyleBoxFlat" id=77]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11125,15 +11121,15 @@ corner_radius_bottom_right = 120 ...@@ -11125,15 +11121,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=77] [sub_resource type="DynamicFont" id=78]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=78] [sub_resource type="DynamicFont" id=79]
size = 40 size = 40
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=79] [sub_resource type="SpriteFrames" id=80]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11141,7 +11137,7 @@ animations = [ { ...@@ -11141,7 +11137,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=80] [sub_resource type="StyleBoxFlat" id=81]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11149,15 +11145,15 @@ corner_radius_bottom_right = 120 ...@@ -11149,15 +11145,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=81] [sub_resource type="DynamicFont" id=82]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=82] [sub_resource type="DynamicFont" id=83]
size = 40 size = 40
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=83] [sub_resource type="SpriteFrames" id=84]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11165,7 +11161,7 @@ animations = [ { ...@@ -11165,7 +11161,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="StyleBoxFlat" id=84] [sub_resource type="StyleBoxFlat" id=85]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11173,15 +11169,15 @@ corner_radius_bottom_right = 120 ...@@ -11173,15 +11169,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=85] [sub_resource type="DynamicFont" id=86]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=86] [sub_resource type="DynamicFont" id=87]
size = 40 size = 40
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=87] [sub_resource type="SpriteFrames" id=88]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11189,23 +11185,23 @@ animations = [ { ...@@ -11189,23 +11185,23 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="DynamicFont" id=88] [sub_resource type="DynamicFont" id=89]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=89] [sub_resource type="DynamicFont" id=90]
size = 40 size = 40
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=90] [sub_resource type="DynamicFont" id=91]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=91] [sub_resource type="DynamicFont" id=92]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=92] [sub_resource type="StyleBoxFlat" id=93]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11213,15 +11209,15 @@ corner_radius_bottom_right = 120 ...@@ -11213,15 +11209,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=93] [sub_resource type="DynamicFont" id=94]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=94] [sub_resource type="DynamicFont" id=95]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=95] [sub_resource type="StyleBoxFlat" id=96]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11229,23 +11225,23 @@ corner_radius_bottom_right = 120 ...@@ -11229,23 +11225,23 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=96] [sub_resource type="DynamicFont" id=97]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=97] [sub_resource type="DynamicFont" id=98]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=98] [sub_resource type="DynamicFont" id=99]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=99] [sub_resource type="DynamicFont" id=100]
size = 42 size = 42
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=100] [sub_resource type="StyleBoxFlat" id=101]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11253,15 +11249,15 @@ corner_radius_bottom_right = 120 ...@@ -11253,15 +11249,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=101] [sub_resource type="DynamicFont" id=102]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=102] [sub_resource type="DynamicFont" id=103]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=103] [sub_resource type="StyleBoxFlat" id=104]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11269,15 +11265,15 @@ corner_radius_bottom_right = 120 ...@@ -11269,15 +11265,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=104] [sub_resource type="DynamicFont" id=105]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=105] [sub_resource type="DynamicFont" id=106]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=106] [sub_resource type="StyleBoxFlat" id=107]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11285,15 +11281,15 @@ corner_radius_bottom_right = 120 ...@@ -11285,15 +11281,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=107] [sub_resource type="DynamicFont" id=108]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=108] [sub_resource type="DynamicFont" id=109]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=109] [sub_resource type="StyleBoxFlat" id=110]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11301,15 +11297,15 @@ corner_radius_bottom_right = 120 ...@@ -11301,15 +11297,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=110] [sub_resource type="DynamicFont" id=111]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=111] [sub_resource type="DynamicFont" id=112]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=112] [sub_resource type="SpriteFrames" id=113]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11317,15 +11313,15 @@ animations = [ { ...@@ -11317,15 +11313,15 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[sub_resource type="DynamicFont" id=113] [sub_resource type="DynamicFont" id=114]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=114] [sub_resource type="DynamicFont" id=115]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="StyleBoxFlat" id=115] [sub_resource type="StyleBoxFlat" id=116]
bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) bg_color = Color( 0.168627, 0.156863, 0.219608, 0.937255 )
corner_radius_top_left = 120 corner_radius_top_left = 120
corner_radius_top_right = 120 corner_radius_top_right = 120
...@@ -11333,15 +11329,15 @@ corner_radius_bottom_right = 120 ...@@ -11333,15 +11329,15 @@ corner_radius_bottom_right = 120
corner_radius_bottom_left = 120 corner_radius_bottom_left = 120
corner_detail = 13 corner_detail = 13
[sub_resource type="DynamicFont" id=116] [sub_resource type="DynamicFont" id=117]
size = 21 size = 21
font_data = SubResource( 33 ) font_data = SubResource( 34 )
[sub_resource type="DynamicFont" id=117] [sub_resource type="DynamicFont" id=118]
size = 33 size = 33
font_data = ExtResource( 5 ) font_data = ExtResource( 5 )
[sub_resource type="SpriteFrames" id=118] [sub_resource type="SpriteFrames" id=119]
animations = [ { animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ) ], "frames": [ ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true, "loop": true,
...@@ -11357,7 +11353,7 @@ margin_top = -13.0 ...@@ -11357,7 +11353,7 @@ margin_top = -13.0
margin_right = 1047.0 margin_right = 1047.0
margin_bottom = 628.0 margin_bottom = 628.0
input_pass_on_modal_close_click = false input_pass_on_modal_close_click = false
custom_styles/panel = SubResource( 119 ) custom_styles/panel = SubResource( 1 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
...@@ -11394,7 +11390,7 @@ __meta__ = { ...@@ -11394,7 +11390,7 @@ __meta__ = {
margin_top = 1.0 margin_top = 1.0
margin_right = 1022.0 margin_right = 1022.0
margin_bottom = 598.0 margin_bottom = 598.0
custom_styles/panel = SubResource( 1 ) custom_styles/panel = SubResource( 2 )
__meta__ = { __meta__ = {
"_edit_lock_": true, "_edit_lock_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11404,43 +11400,45 @@ __meta__ = { ...@@ -11404,43 +11400,45 @@ __meta__ = {
visible = false visible = false
input_pickable = true input_pickable = true
script = ExtResource( 1 ) script = ExtResource( 1 )
tracking = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Scene control"] [node name="CollisionShape2D" type="CollisionShape2D" parent="Scene control"]
position = Vector2( 511.03, 299.848 ) position = Vector2( 511.03, 299.848 )
shape = SubResource( 2 ) shape = SubResource( 3 )
[node name="Animator" type="AnimationPlayer" parent="."] [node name="Animator" type="AnimationPlayer" parent="."]
"anims/Shot 0" = SubResource( 3 ) "anims/Shot 0" = SubResource( 4 )
"anims/Shot 1" = SubResource( 4 ) "anims/Shot 1" = SubResource( 5 )
"anims/Shot 10" = SubResource( 5 ) "anims/Shot 10" = SubResource( 6 )
"anims/Shot 10.1" = SubResource( 6 ) "anims/Shot 10.1" = SubResource( 7 )
"anims/Shot 11" = SubResource( 7 ) "anims/Shot 11" = SubResource( 8 )
"anims/Shot 12" = SubResource( 8 ) "anims/Shot 12" = SubResource( 9 )
"anims/Shot 12.1" = SubResource( 9 ) "anims/Shot 12.1" = SubResource( 10 )
"anims/Shot 13" = SubResource( 10 ) "anims/Shot 13" = SubResource( 11 )
"anims/Shot 13.1" = SubResource( 11 ) "anims/Shot 13.1" = SubResource( 12 )
"anims/Shot 13.2" = SubResource( 12 ) "anims/Shot 13.2" = SubResource( 13 )
"anims/Shot 14" = SubResource( 13 ) "anims/Shot 14" = SubResource( 14 )
"anims/Shot 15" = SubResource( 14 ) "anims/Shot 15" = SubResource( 15 )
"anims/Shot 16" = SubResource( 15 ) "anims/Shot 16" = SubResource( 16 )
"anims/Shot 16.1" = SubResource( 16 ) "anims/Shot 16.1" = SubResource( 17 )
"anims/Shot 16.2" = SubResource( 17 ) "anims/Shot 16.2" = SubResource( 18 )
"anims/Shot 17" = SubResource( 18 ) "anims/Shot 17" = SubResource( 19 )
"anims/Shot 2" = SubResource( 19 ) "anims/Shot 2" = SubResource( 20 )
"anims/Shot 3" = SubResource( 20 ) "anims/Shot 3" = SubResource( 21 )
"anims/Shot 4" = SubResource( 21 ) "anims/Shot 4" = SubResource( 22 )
"anims/Shot 5" = SubResource( 22 ) "anims/Shot 5" = SubResource( 23 )
"anims/Shot 6" = SubResource( 23 ) "anims/Shot 6" = SubResource( 24 )
"anims/Shot 6.1" = SubResource( 24 ) "anims/Shot 6.1" = SubResource( 25 )
"anims/Shot 6.2" = SubResource( 25 ) "anims/Shot 6.2" = SubResource( 26 )
"anims/Shot 7" = SubResource( 26 ) "anims/Shot 7" = SubResource( 27 )
"anims/Shot 7.1" = SubResource( 27 ) "anims/Shot 7.1" = SubResource( 28 )
"anims/Shot 8" = SubResource( 28 ) "anims/Shot 8" = SubResource( 29 )
"anims/Shot 8.1" = SubResource( 29 ) "anims/Shot 8.1" = SubResource( 30 )
"anims/Shot 9" = SubResource( 30 ) "anims/Shot 9" = SubResource( 31 )
"anims/Shot 9.1" = SubResource( 31 ) "anims/Shot 9.1" = SubResource( 32 )
[node name="1" type="Sprite" parent="."] [node name="1" type="Sprite" parent="."]
visible = false
position = Vector2( 375.906, 339.341 ) position = Vector2( 375.906, 339.341 )
scale = Vector2( 0.431069, 0.43107 ) scale = Vector2( 0.431069, 0.43107 )
texture = ExtResource( 4 ) texture = ExtResource( 4 )
...@@ -11451,7 +11449,7 @@ margin_left = 460.925 ...@@ -11451,7 +11449,7 @@ margin_left = 460.925
margin_top = -308.656 margin_top = -308.656
margin_right = 1323.92 margin_right = 1323.92
margin_bottom = -61.6556 margin_bottom = -61.6556
custom_styles/panel = SubResource( 32 ) custom_styles/panel = SubResource( 33 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11463,8 +11461,8 @@ margin_top = 45.0 ...@@ -11463,8 +11461,8 @@ margin_top = 45.0
margin_right = 817.0 margin_right = 817.0
margin_bottom = 212.0 margin_bottom = 212.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 34 ) custom_fonts/bold_font = SubResource( 35 )
custom_fonts/normal_font = SubResource( 35 ) custom_fonts/normal_font = SubResource( 36 )
visible_characters = 0 visible_characters = 0
percent_visible = 0.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?" text = "Okay! Now that I've finished my chores from last night, what else is on my To-Do List?"
...@@ -11477,8 +11475,7 @@ __meta__ = { ...@@ -11477,8 +11475,7 @@ __meta__ = {
visible = false visible = false
position = Vector2( 479.889, 182.543 ) position = Vector2( 479.889, 182.543 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 36 ) frames = SubResource( 37 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11499,7 +11496,7 @@ margin_left = 500.643 ...@@ -11499,7 +11496,7 @@ margin_left = 500.643
margin_top = -309.0 margin_top = -309.0
margin_right = 1363.64 margin_right = 1363.64
margin_bottom = -117.0 margin_bottom = -117.0
custom_styles/panel = SubResource( 32 ) custom_styles/panel = SubResource( 33 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11511,8 +11508,8 @@ margin_top = 45.9594 ...@@ -11511,8 +11508,8 @@ margin_top = 45.9594
margin_right = 814.0 margin_right = 814.0
margin_bottom = 177.959 margin_bottom = 177.959
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 34 ) custom_fonts/bold_font = SubResource( 35 )
custom_fonts/normal_font = SubResource( 35 ) custom_fonts/normal_font = SubResource( 36 )
text = "Oh. Right... Lab. Okay, let's get this over wi--" text = "Oh. Right... Lab. Okay, let's get this over wi--"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11522,8 +11519,7 @@ __meta__ = { ...@@ -11522,8 +11519,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="3/dia 1"] [node name="Arrow" type="AnimatedSprite" parent="3/dia 1"]
position = Vector2( 291.426, 129.284 ) position = Vector2( 291.426, 129.284 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 36 ) frames = SubResource( 37 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11538,7 +11534,7 @@ margin_left = 530.958 ...@@ -11538,7 +11534,7 @@ margin_left = 530.958
margin_top = -140.477 margin_top = -140.477
margin_right = 1351.96 margin_right = 1351.96
margin_bottom = 22.5228 margin_bottom = 22.5228
custom_styles/panel = SubResource( 32 ) custom_styles/panel = SubResource( 33 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11550,8 +11546,8 @@ margin_top = 51.0 ...@@ -11550,8 +11546,8 @@ margin_top = 51.0
margin_right = 764.0 margin_right = 764.0
margin_bottom = 141.0 margin_bottom = 141.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 34 ) custom_fonts/bold_font = SubResource( 35 )
custom_fonts/normal_font = SubResource( 35 ) custom_fonts/normal_font = SubResource( 36 )
text = "Huh? Is that my phone ringing?!" text = "Huh? Is that my phone ringing?!"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11561,8 +11557,7 @@ __meta__ = { ...@@ -11561,8 +11557,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="4/dia 1"] [node name="Arrow" type="AnimatedSprite" parent="4/dia 1"]
position = Vector2( 740.838, 86.3772 ) position = Vector2( 740.838, 86.3772 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 36 ) frames = SubResource( 37 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11570,21 +11565,21 @@ playing = true ...@@ -11570,21 +11565,21 @@ playing = true
visible = false visible = false
position = Vector2( 502.473, 294.831 ) position = Vector2( 502.473, 294.831 )
scale = Vector2( 0.4, 0.4 ) scale = Vector2( 0.4, 0.4 )
frames = SubResource( 37 ) frames = SubResource( 38 )
frame = 5 frame = 6
speed_scale = 1.8 speed_scale = 1.8
playing = true playing = true
[node name="Arrow" type="AnimatedSprite" parent="5"] [node name="Arrow" type="AnimatedSprite" parent="5"]
modulate = Color( 0.168627, 0.156863, 0.219608, 0.937255 ) modulate = Color( 0.168627, 0.156863, 0.219608, 0 )
position = Vector2( 793.066, 80.2328 ) position = Vector2( 793.066, 80.2328 )
scale = Vector2( 3, 3 ) scale = Vector2( 3, 3 )
frames = SubResource( 38 ) frames = SubResource( 39 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
[node name="6" type="Sprite" parent="."] [node name="6" type="Sprite" parent="."]
visible = false
position = Vector2( 375.906, 339.341 ) position = Vector2( 375.906, 339.341 )
scale = Vector2( 0.431069, 0.43107 ) scale = Vector2( 0.431069, 0.43107 )
texture = ExtResource( 12 ) texture = ExtResource( 12 )
...@@ -11594,19 +11589,19 @@ margin_left = 612.0 ...@@ -11594,19 +11589,19 @@ margin_left = 612.0
margin_top = -274.0 margin_top = -274.0
margin_right = 1249.0 margin_right = 1249.0
margin_bottom = -123.0 margin_bottom = -123.0
custom_styles/panel = SubResource( 39 ) custom_styles/panel = SubResource( 40 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
[node name="RichTextLabel" type="RichTextLabel" parent="6/dia 1"] [node name="RichTextLabel" type="RichTextLabel" parent="6/dia 1"]
margin_left = 72.5405 margin_left = 72.5405
margin_top = 56.8455 margin_top = 47.5663
margin_right = 571.541 margin_right = 571.541
margin_bottom = 146.846 margin_bottom = 137.567
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 40 ) custom_fonts/bold_font = SubResource( 41 )
custom_fonts/normal_font = SubResource( 41 ) custom_fonts/normal_font = SubResource( 42 )
text = "Hello? J.C. what's up?" text = "Hello? J.C. what's up?"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11614,10 +11609,9 @@ __meta__ = { ...@@ -11614,10 +11609,9 @@ __meta__ = {
} }
[node name="Arrow" type="AnimatedSprite" parent="6/dia 1"] [node name="Arrow" type="AnimatedSprite" parent="6/dia 1"]
position = Vector2( 557.997, 86.3772 ) position = Vector2( 557.997, 91.0169 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 42 ) frames = SubResource( 43 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11632,7 +11626,7 @@ margin_left = 119.509 ...@@ -11632,7 +11626,7 @@ margin_left = 119.509
margin_top = -484.531 margin_top = -484.531
margin_right = 807.509 margin_right = 807.509
margin_bottom = -308.531 margin_bottom = -308.531
custom_styles/panel = SubResource( 43 ) custom_styles/panel = SubResource( 44 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11644,8 +11638,8 @@ margin_top = 45.0 ...@@ -11644,8 +11638,8 @@ margin_top = 45.0
margin_right = 638.0 margin_right = 638.0
margin_bottom = 162.0 margin_bottom = 162.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 45 ) custom_fonts/bold_font = SubResource( 46 )
custom_fonts/normal_font = SubResource( 46 ) custom_fonts/normal_font = SubResource( 47 )
text = "Hey Moxie! I hope you're ready for our D&D session this weekend!" text = "Hey Moxie! I hope you're ready for our D&D session this weekend!"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11656,7 +11650,8 @@ __meta__ = { ...@@ -11656,7 +11650,8 @@ __meta__ = {
visible = false visible = false
position = Vector2( 593.273, 116.537 ) position = Vector2( 593.273, 116.537 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 47 ) frames = SubResource( 48 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11665,7 +11660,7 @@ margin_left = -967.0 ...@@ -11665,7 +11660,7 @@ margin_left = -967.0
margin_top = 180.0 margin_top = 180.0
margin_right = -301.0 margin_right = -301.0
margin_bottom = 345.0 margin_bottom = 345.0
custom_styles/panel = SubResource( 48 ) custom_styles/panel = SubResource( 49 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11677,8 +11672,8 @@ margin_top = 38.9639 ...@@ -11677,8 +11672,8 @@ margin_top = 38.9639
margin_right = 641.527 margin_right = 641.527
margin_bottom = 175.964 margin_bottom = 175.964
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 49 ) custom_fonts/bold_font = SubResource( 50 )
custom_fonts/normal_font = SubResource( 50 ) custom_fonts/normal_font = SubResource( 51 )
text = "What do you mean? I thought you text = "What do you mean? I thought you
were still arriving next week?" were still arriving next week?"
scroll_active = false scroll_active = false
...@@ -11690,7 +11685,8 @@ __meta__ = { ...@@ -11690,7 +11685,8 @@ __meta__ = {
visible = false visible = false
position = Vector2( 556.828, 113.087 ) position = Vector2( 556.828, 113.087 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 51 ) frames = SubResource( 52 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11699,7 +11695,7 @@ margin_left = -20.5015 ...@@ -11699,7 +11695,7 @@ margin_left = -20.5015
margin_top = 418.234 margin_top = 418.234
margin_right = 748.499 margin_right = 748.499
margin_bottom = 579.234 margin_bottom = 579.234
custom_styles/panel = SubResource( 52 ) custom_styles/panel = SubResource( 53 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11711,8 +11707,10 @@ margin_top = 34.0 ...@@ -11711,8 +11707,10 @@ margin_top = 34.0
margin_right = 714.0 margin_right = 714.0
margin_bottom = 137.0 margin_bottom = 137.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 53 ) custom_fonts/bold_font = SubResource( 54 )
custom_fonts/normal_font = SubResource( 54 ) custom_fonts/normal_font = SubResource( 55 )
visible_characters = 0
percent_visible = 0.265306
text = "Weeeell... Change of plans! I'm arriving tomorrow, so we can play sooner!" text = "Weeeell... Change of plans! I'm arriving tomorrow, so we can play sooner!"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11720,9 +11718,11 @@ __meta__ = { ...@@ -11720,9 +11718,11 @@ __meta__ = {
} }
[node name="Arrow" type="AnimatedSprite" parent="7/dia 3"] [node name="Arrow" type="AnimatedSprite" parent="7/dia 3"]
visible = false
position = Vector2( 643.364, 107.911 ) position = Vector2( 643.364, 107.911 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 55 ) frames = SubResource( 56 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11737,7 +11737,7 @@ margin_left = -970.155 ...@@ -11737,7 +11737,7 @@ margin_left = -970.155
margin_top = -541.39 margin_top = -541.39
margin_right = -564.155 margin_right = -564.155
margin_bottom = -362.39 margin_bottom = -362.39
custom_styles/panel = SubResource( 56 ) custom_styles/panel = SubResource( 57 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11749,8 +11749,8 @@ margin_top = 55.6396 ...@@ -11749,8 +11749,8 @@ margin_top = 55.6396
margin_right = 333.843 margin_right = 333.843
margin_bottom = 145.64 margin_bottom = 145.64
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 57 ) custom_fonts/bold_font = SubResource( 58 )
custom_fonts/normal_font = SubResource( 59 ) custom_fonts/normal_font = SubResource( 60 )
text = "WHAT?!?!" text = "WHAT?!?!"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11761,8 +11761,7 @@ __meta__ = { ...@@ -11761,8 +11761,7 @@ __meta__ = {
visible = false visible = false
position = Vector2( 351.534, 107.255 ) position = Vector2( 351.534, 107.255 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 60 ) frames = SubResource( 61 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11771,7 +11770,7 @@ margin_left = 41.4679 ...@@ -11771,7 +11770,7 @@ margin_left = 41.4679
margin_top = -344.976 margin_top = -344.976
margin_right = 843.468 margin_right = 843.468
margin_bottom = -129.976 margin_bottom = -129.976
custom_styles/panel = SubResource( 61 ) custom_styles/panel = SubResource( 62 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11783,8 +11782,8 @@ margin_top = 46.0 ...@@ -11783,8 +11782,8 @@ margin_top = 46.0
margin_right = 743.0 margin_right = 743.0
margin_bottom = 215.0 margin_bottom = 215.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 62 ) custom_fonts/bold_font = SubResource( 63 )
custom_fonts/normal_font = SubResource( 63 ) custom_fonts/normal_font = SubResource( 64 )
text = "SURPRISE! Can't wait to see what kind of adventure you came up with! See you soon Moxie!" text = "SURPRISE! Can't wait to see what kind of adventure you came up with! See you soon Moxie!"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11795,8 +11794,7 @@ __meta__ = { ...@@ -11795,8 +11794,7 @@ __meta__ = {
visible = false visible = false
position = Vector2( 290.439, 166.707 ) position = Vector2( 290.439, 166.707 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11805,7 +11803,7 @@ margin_left = 691.354 ...@@ -11805,7 +11803,7 @@ margin_left = 691.354
margin_top = -99.2448 margin_top = -99.2448
margin_right = 979.354 margin_right = 979.354
margin_bottom = 31.7552 margin_bottom = 31.7552
custom_styles/panel = SubResource( 65 ) custom_styles/panel = SubResource( 66 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11817,8 +11815,8 @@ margin_top = 41.0001 ...@@ -11817,8 +11815,8 @@ margin_top = 41.0001
margin_right = 234.0 margin_right = 234.0
margin_bottom = 131.0 margin_bottom = 131.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 66 ) custom_fonts/bold_font = SubResource( 67 )
custom_fonts/normal_font = SubResource( 67 ) custom_fonts/normal_font = SubResource( 68 )
text = "*CLICK*" text = "*CLICK*"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11828,7 +11826,8 @@ __meta__ = { ...@@ -11828,7 +11826,8 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="8/dia 3"] [node name="Arrow" type="AnimatedSprite" parent="8/dia 3"]
position = Vector2( 235.133, 79.7091 ) position = Vector2( 235.133, 79.7091 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 68 ) frames = SubResource( 69 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11836,7 +11835,7 @@ playing = true ...@@ -11836,7 +11835,7 @@ playing = true
visible = false visible = false
position = Vector2( 482.906, 339.341 ) position = Vector2( 482.906, 339.341 )
scale = Vector2( 0.431069, 0.43107 ) scale = Vector2( 0.431069, 0.43107 )
frames = SubResource( 69 ) frames = SubResource( 70 )
frame = 2 frame = 2
speed_scale = 0.25 speed_scale = 0.25
...@@ -11851,7 +11850,7 @@ margin_left = -989.044 ...@@ -11851,7 +11850,7 @@ margin_left = -989.044
margin_top = -432.093 margin_top = -432.093
margin_right = -362.044 margin_right = -362.044
margin_bottom = -177.093 margin_bottom = -177.093
custom_styles/panel = SubResource( 70 ) custom_styles/panel = SubResource( 71 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
...@@ -11862,8 +11861,8 @@ margin_top = 50.0 ...@@ -11862,8 +11861,8 @@ margin_top = 50.0
margin_right = 584.009 margin_right = 584.009
margin_bottom = 247.0 margin_bottom = 247.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 71 ) custom_fonts/bold_font = SubResource( 72 )
custom_fonts/normal_font = SubResource( 72 ) custom_fonts/normal_font = SubResource( 73 )
text = "WHAT??? J.C is coming over THIS week? How am I supposed to--? " text = "WHAT??? J.C is coming over THIS week? How am I supposed to--? "
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11874,8 +11873,7 @@ __meta__ = { ...@@ -11874,8 +11873,7 @@ __meta__ = {
visible = false visible = false
position = Vector2( 430.353, 197.104 ) position = Vector2( 430.353, 197.104 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 73 ) frames = SubResource( 74 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11884,7 +11882,7 @@ margin_left = 392.715 ...@@ -11884,7 +11882,7 @@ margin_left = 392.715
margin_top = 301.625 margin_top = 301.625
margin_right = 950.715 margin_right = 950.715
margin_bottom = 492.625 margin_bottom = 492.625
custom_styles/panel = SubResource( 70 ) custom_styles/panel = SubResource( 71 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11896,8 +11894,8 @@ margin_top = 40.0 ...@@ -11896,8 +11894,8 @@ margin_top = 40.0
margin_right = 530.079 margin_right = 530.079
margin_bottom = 166.0 margin_bottom = 166.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 74 ) custom_fonts/bold_font = SubResource( 75 )
custom_fonts/normal_font = SubResource( 75 ) custom_fonts/normal_font = SubResource( 76 )
text = " I can't plan for our D&D campaign yet!" text = " I can't plan for our D&D campaign yet!"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11907,8 +11905,7 @@ __meta__ = { ...@@ -11907,8 +11905,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="10/dia 2"] [node name="Arrow" type="AnimatedSprite" parent="10/dia 2"]
position = Vector2( 478.026, 132.212 ) position = Vector2( 478.026, 132.212 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 73 ) frames = SubResource( 74 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11923,7 +11920,7 @@ margin_left = -975.0 ...@@ -11923,7 +11920,7 @@ margin_left = -975.0
margin_top = 103.0 margin_top = 103.0
margin_right = -272.0 margin_right = -272.0
margin_bottom = 285.0 margin_bottom = 285.0
custom_styles/panel = SubResource( 76 ) custom_styles/panel = SubResource( 77 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
...@@ -11934,8 +11931,8 @@ margin_top = 40.8647 ...@@ -11934,8 +11931,8 @@ margin_top = 40.8647
margin_right = 641.865 margin_right = 641.865
margin_bottom = 279.865 margin_bottom = 279.865
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 77 ) custom_fonts/bold_font = SubResource( 78 )
custom_fonts/normal_font = SubResource( 78 ) custom_fonts/normal_font = SubResource( 79 )
text = "I still have like a billion other things on my To-Do List! " text = "I still have like a billion other things on my To-Do List! "
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11946,7 +11943,8 @@ __meta__ = { ...@@ -11946,7 +11943,8 @@ __meta__ = {
visible = false visible = false
position = Vector2( 585.084, 126.629 ) position = Vector2( 585.084, 126.629 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 79 ) frames = SubResource( 80 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11955,7 +11953,7 @@ margin_left = 243.541 ...@@ -11955,7 +11953,7 @@ margin_left = 243.541
margin_top = 310.352 margin_top = 310.352
margin_right = 943.541 margin_right = 943.541
margin_bottom = 495.352 margin_bottom = 495.352
custom_styles/panel = SubResource( 80 ) custom_styles/panel = SubResource( 81 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -11967,8 +11965,8 @@ margin_top = 40.8648 ...@@ -11967,8 +11965,8 @@ margin_top = 40.8648
margin_right = 645.486 margin_right = 645.486
margin_bottom = 155.865 margin_bottom = 155.865
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 81 ) custom_fonts/bold_font = SubResource( 82 )
custom_fonts/normal_font = SubResource( 82 ) custom_fonts/normal_font = SubResource( 83 )
text = "Now I have to rearrange my entire life and--" text = "Now I have to rearrange my entire life and--"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -11978,8 +11976,7 @@ __meta__ = { ...@@ -11978,8 +11976,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="11/dia 2"] [node name="Arrow" type="AnimatedSprite" parent="11/dia 2"]
position = Vector2( 413.838, 126.629 ) position = Vector2( 413.838, 126.629 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 83 ) frames = SubResource( 84 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -11994,7 +11991,7 @@ margin_left = 451.318 ...@@ -11994,7 +11991,7 @@ margin_left = 451.318
margin_top = -235.602 margin_top = -235.602
margin_right = 1394.32 margin_right = 1394.32
margin_bottom = 28.3982 margin_bottom = 28.3982
custom_styles/panel = SubResource( 84 ) custom_styles/panel = SubResource( 85 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12006,8 +12003,8 @@ margin_top = 53.5952 ...@@ -12006,8 +12003,8 @@ margin_top = 53.5952
margin_right = 901.214 margin_right = 901.214
margin_bottom = 330.595 margin_bottom = 330.595
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 85 ) custom_fonts/bold_font = SubResource( 86 )
custom_fonts/normal_font = SubResource( 86 ) custom_fonts/normal_font = SubResource( 87 )
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! " 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 scroll_active = false
__meta__ = { __meta__ = {
...@@ -12018,7 +12015,8 @@ __meta__ = { ...@@ -12018,7 +12015,8 @@ __meta__ = {
visible = false visible = false
position = Vector2( 811.604, 195.818 ) position = Vector2( 811.604, 195.818 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 87 ) frames = SubResource( 88 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12027,7 +12025,7 @@ margin_left = 658.469 ...@@ -12027,7 +12025,7 @@ margin_left = 658.469
margin_top = 107.322 margin_top = 107.322
margin_right = 1201.47 margin_right = 1201.47
margin_bottom = 265.322 margin_bottom = 265.322
custom_styles/panel = SubResource( 84 ) custom_styles/panel = SubResource( 85 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12039,8 +12037,8 @@ margin_top = 49.9336 ...@@ -12039,8 +12037,8 @@ margin_top = 49.9336
margin_right = 508.845 margin_right = 508.845
margin_bottom = 130.934 margin_bottom = 130.934
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 88 ) custom_fonts/bold_font = SubResource( 89 )
custom_fonts/normal_font = SubResource( 89 ) custom_fonts/normal_font = SubResource( 90 )
text = " Way to go, Moxie..." text = " Way to go, Moxie..."
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12050,7 +12048,8 @@ __meta__ = { ...@@ -12050,7 +12048,8 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="12/dia 2"] [node name="Arrow" type="AnimatedSprite" parent="12/dia 2"]
position = Vector2( 470.68, 91.76 ) position = Vector2( 470.68, 91.76 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 87 ) frames = SubResource( 88 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12077,7 +12076,7 @@ margin_left = 473.899 ...@@ -12077,7 +12076,7 @@ margin_left = 473.899
margin_top = -109.025 margin_top = -109.025
margin_right = 890.899 margin_right = 890.899
margin_bottom = 24.975 margin_bottom = 24.975
custom_styles/panel = SubResource( 61 ) custom_styles/panel = SubResource( 62 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12089,8 +12088,8 @@ margin_top = 43.88 ...@@ -12089,8 +12088,8 @@ margin_top = 43.88
margin_right = 369.88 margin_right = 369.88
margin_bottom = 101.88 margin_bottom = 101.88
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 90 ) custom_fonts/bold_font = SubResource( 91 )
custom_fonts/normal_font = SubResource( 91 ) custom_fonts/normal_font = SubResource( 92 )
text = "Huh? What's this?" text = "Huh? What's this?"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12100,8 +12099,7 @@ __meta__ = { ...@@ -12100,8 +12099,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="15/dia 1"] [node name="Arrow" type="AnimatedSprite" parent="15/dia 1"]
position = Vector2( 361.021, 76.8747 ) position = Vector2( 361.021, 76.8747 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12116,7 +12114,7 @@ margin_left = 280.0 ...@@ -12116,7 +12114,7 @@ margin_left = 280.0
margin_top = -492.0 margin_top = -492.0
margin_right = 1013.0 margin_right = 1013.0
margin_bottom = -285.0 margin_bottom = -285.0
custom_styles/panel = SubResource( 92 ) custom_styles/panel = SubResource( 93 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
...@@ -12127,8 +12125,8 @@ margin_top = 38.34 ...@@ -12127,8 +12125,8 @@ margin_top = 38.34
margin_right = 690.358 margin_right = 690.358
margin_bottom = 215.34 margin_bottom = 215.34
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 93 ) custom_fonts/bold_font = SubResource( 94 )
custom_fonts/normal_font = SubResource( 94 ) custom_fonts/normal_font = SubResource( 95 )
text = "Oh yeah. My therapist told me that everyone has 'cognitive flexibility', which lets them adapt to changes." text = "Oh yeah. My therapist told me that everyone has 'cognitive flexibility', which lets them adapt to changes."
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12139,7 +12137,8 @@ __meta__ = { ...@@ -12139,7 +12137,8 @@ __meta__ = {
visible = false visible = false
position = Vector2( 670.288, 155.607 ) position = Vector2( 670.288, 155.607 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12148,7 +12147,7 @@ margin_left = -990.666 ...@@ -12148,7 +12147,7 @@ margin_left = -990.666
margin_top = 56.5456 margin_top = 56.5456
margin_right = -313.666 margin_right = -313.666
margin_bottom = 367.546 margin_bottom = 367.546
custom_styles/panel = SubResource( 95 ) custom_styles/panel = SubResource( 96 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12162,8 +12161,8 @@ margin_top = 46.0 ...@@ -12162,8 +12161,8 @@ margin_top = 46.0
margin_right = 642.0 margin_right = 642.0
margin_bottom = 274.0 margin_bottom = 274.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 96 ) custom_fonts/bold_font = SubResource( 97 )
custom_fonts/normal_font = SubResource( 97 ) custom_fonts/normal_font = SubResource( 98 )
text = "So whenever I'm having a hard time multitasking, switching tasks & finding alternative solutions... that means something is hindering my cognitive flexibility..." 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 scroll_active = false
__meta__ = { __meta__ = {
...@@ -12173,8 +12172,7 @@ __meta__ = { ...@@ -12173,8 +12172,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="16/dia 2"] [node name="Arrow" type="AnimatedSprite" parent="16/dia 2"]
position = Vector2( 491.928, 252.067 ) position = Vector2( 491.928, 252.067 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12189,7 +12187,7 @@ margin_left = 374.0 ...@@ -12189,7 +12187,7 @@ margin_left = 374.0
margin_top = -283.0 margin_top = -283.0
margin_right = 866.0 margin_right = 866.0
margin_bottom = -131.0 margin_bottom = -131.0
custom_styles/panel = SubResource( 92 ) custom_styles/panel = SubResource( 93 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
...@@ -12200,8 +12198,8 @@ margin_top = 49.0872 ...@@ -12200,8 +12198,8 @@ margin_top = 49.0872
margin_right = 433.174 margin_right = 433.174
margin_bottom = 130.087 margin_bottom = 130.087
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 98 ) custom_fonts/bold_font = SubResource( 99 )
custom_fonts/normal_font = SubResource( 99 ) custom_fonts/normal_font = SubResource( 100 )
text = "OH. Now I get it. " text = "OH. Now I get it. "
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12212,8 +12210,7 @@ __meta__ = { ...@@ -12212,8 +12210,7 @@ __meta__ = {
visible = false visible = false
position = Vector2( 421.177, 92.1361 ) position = Vector2( 421.177, 92.1361 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12222,7 +12219,7 @@ margin_left = -964.146 ...@@ -12222,7 +12219,7 @@ margin_left = -964.146
margin_top = 67.338 margin_top = 67.338
margin_right = -229.146 margin_right = -229.146
margin_bottom = 328.338 margin_bottom = 328.338
custom_styles/panel = SubResource( 95 ) custom_styles/panel = SubResource( 96 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12234,8 +12231,8 @@ margin_top = 44.9129 ...@@ -12234,8 +12231,8 @@ margin_top = 44.9129
margin_right = 679.544 margin_right = 679.544
margin_bottom = 255.913 margin_bottom = 255.913
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 96 ) custom_fonts/bold_font = SubResource( 97 )
custom_fonts/normal_font = SubResource( 97 ) custom_fonts/normal_font = SubResource( 98 )
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!" 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 scroll_active = false
__meta__ = { __meta__ = {
...@@ -12246,7 +12243,8 @@ __meta__ = { ...@@ -12246,7 +12243,8 @@ __meta__ = {
visible = false visible = false
position = Vector2( 433.205, 207.738 ) position = Vector2( 433.205, 207.738 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12255,7 +12253,7 @@ margin_left = 222.892 ...@@ -12255,7 +12253,7 @@ margin_left = 222.892
margin_top = 299.979 margin_top = 299.979
margin_right = 921.892 margin_right = 921.892
margin_bottom = 524.979 margin_bottom = 524.979
custom_styles/panel = SubResource( 100 ) custom_styles/panel = SubResource( 101 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12267,8 +12265,8 @@ margin_top = 51.0869 ...@@ -12267,8 +12265,8 @@ margin_top = 51.0869
margin_right = 645.979 margin_right = 645.979
margin_bottom = 267.087 margin_bottom = 267.087
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 101 ) custom_fonts/bold_font = SubResource( 102 )
custom_fonts/normal_font = SubResource( 102 ) custom_fonts/normal_font = SubResource( 103 )
text = "Ms. Therapist told me how bad my cognitive flexibility is when I'm stressed… Oops." text = "Ms. Therapist told me how bad my cognitive flexibility is when I'm stressed… Oops."
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12278,7 +12276,8 @@ __meta__ = { ...@@ -12278,7 +12276,8 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="17/dia 3"] [node name="Arrow" type="AnimatedSprite" parent="17/dia 3"]
position = Vector2( 440.88, 166.777 ) position = Vector2( 440.88, 166.777 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12293,7 +12292,7 @@ margin_left = -937.628 ...@@ -12293,7 +12292,7 @@ margin_left = -937.628
margin_top = -330.215 margin_top = -330.215
margin_right = -252.628 margin_right = -252.628
margin_bottom = -155.215 margin_bottom = -155.215
custom_styles/panel = SubResource( 95 ) custom_styles/panel = SubResource( 96 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12305,8 +12304,8 @@ margin_top = 44.9999 ...@@ -12305,8 +12304,8 @@ margin_top = 44.9999
margin_right = 591.872 margin_right = 591.872
margin_bottom = 147.0 margin_bottom = 147.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 96 ) custom_fonts/bold_font = SubResource( 97 )
custom_fonts/normal_font = SubResource( 97 ) custom_fonts/normal_font = SubResource( 98 )
text = "Don’t blame yourself... It’s not your fault. Take a deep breath." text = "Don’t blame yourself... It’s not your fault. Take a deep breath."
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12316,7 +12315,8 @@ __meta__ = { ...@@ -12316,7 +12315,8 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="18/dia 1"] [node name="Arrow" type="AnimatedSprite" parent="18/dia 1"]
position = Vector2( 603.543, 121.782 ) position = Vector2( 603.543, 121.782 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12337,7 +12337,7 @@ margin_left = 282.016 ...@@ -12337,7 +12337,7 @@ margin_left = 282.016
margin_top = 41.9922 margin_top = 41.9922
margin_right = 933.016 margin_right = 933.016
margin_bottom = 216.992 margin_bottom = 216.992
custom_styles/panel = SubResource( 103 ) custom_styles/panel = SubResource( 104 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12349,8 +12349,8 @@ margin_top = 44.9999 ...@@ -12349,8 +12349,8 @@ margin_top = 44.9999
margin_right = 591.872 margin_right = 591.872
margin_bottom = 147.0 margin_bottom = 147.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 104 ) custom_fonts/bold_font = SubResource( 105 )
custom_fonts/normal_font = SubResource( 105 ) custom_fonts/normal_font = SubResource( 106 )
text = "Much better... Okay. So what’s making it hard right now?" text = "Much better... Okay. So what’s making it hard right now?"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12360,7 +12360,8 @@ __meta__ = { ...@@ -12360,7 +12360,8 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="20/dia 1"] [node name="Arrow" type="AnimatedSprite" parent="20/dia 1"]
position = Vector2( 512.313, 121.782 ) position = Vector2( 512.313, 121.782 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12383,7 +12384,7 @@ margin_left = 337.218 ...@@ -12383,7 +12384,7 @@ margin_left = 337.218
margin_top = -507.781 margin_top = -507.781
margin_right = 988.218 margin_right = 988.218
margin_bottom = -291.781 margin_bottom = -291.781
custom_styles/panel = SubResource( 106 ) custom_styles/panel = SubResource( 107 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12395,8 +12396,8 @@ margin_top = 45.0 ...@@ -12395,8 +12396,8 @@ margin_top = 45.0
margin_right = 622.0 margin_right = 622.0
margin_bottom = 193.0 margin_bottom = 193.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 107 ) custom_fonts/bold_font = SubResource( 108 )
custom_fonts/normal_font = SubResource( 108 ) custom_fonts/normal_font = SubResource( 109 )
text = "Well, there's a new thing on my schedule so I have to rearrange everything." text = "Well, there's a new thing on my schedule so I have to rearrange everything."
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12407,7 +12408,8 @@ __meta__ = { ...@@ -12407,7 +12408,8 @@ __meta__ = {
visible = false visible = false
position = Vector2( 279.436, 162.596 ) position = Vector2( 279.436, 162.596 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 64 ) frames = SubResource( 65 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12416,7 +12418,7 @@ margin_left = -998.202 ...@@ -12416,7 +12418,7 @@ margin_left = -998.202
margin_top = -65.3889 margin_top = -65.3889
margin_right = -383.202 margin_right = -383.202
margin_bottom = 150.611 margin_bottom = 150.611
custom_styles/panel = SubResource( 109 ) custom_styles/panel = SubResource( 110 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
...@@ -12427,8 +12429,8 @@ margin_top = 45.0 ...@@ -12427,8 +12429,8 @@ margin_top = 45.0
margin_right = 541.0 margin_right = 541.0
margin_bottom = 193.0 margin_bottom = 193.0
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 110 ) custom_fonts/bold_font = SubResource( 111 )
custom_fonts/normal_font = SubResource( 111 ) custom_fonts/normal_font = SubResource( 112 )
text = "There's also a bunch of other chores to finish so I feel overwhelmed," text = "There's also a bunch of other chores to finish so I feel overwhelmed,"
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12439,8 +12441,7 @@ __meta__ = { ...@@ -12439,8 +12441,7 @@ __meta__ = {
visible = false visible = false
position = Vector2( 402.148, 167.397 ) position = Vector2( 402.148, 167.397 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 112 ) frames = SubResource( 113 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12449,7 +12450,7 @@ margin_left = 375.607 ...@@ -12449,7 +12450,7 @@ margin_left = 375.607
margin_top = 356.806 margin_top = 356.806
margin_right = 980.607 margin_right = 980.607
margin_bottom = 517.806 margin_bottom = 517.806
custom_styles/panel = SubResource( 109 ) custom_styles/panel = SubResource( 110 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12461,8 +12462,8 @@ margin_top = 40.1985 ...@@ -12461,8 +12462,8 @@ margin_top = 40.1985
margin_right = 589.599 margin_right = 589.599
margin_bottom = 188.198 margin_bottom = 188.198
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 113 ) custom_fonts/bold_font = SubResource( 114 )
custom_fonts/normal_font = SubResource( 114 ) custom_fonts/normal_font = SubResource( 115 )
text = "And of course I'm stressed so it’s hard to focus..." text = "And of course I'm stressed so it’s hard to focus..."
scroll_active = false scroll_active = false
__meta__ = { __meta__ = {
...@@ -12472,8 +12473,7 @@ __meta__ = { ...@@ -12472,8 +12473,7 @@ __meta__ = {
[node name="Arrow" type="AnimatedSprite" parent="21/dia 3"] [node name="Arrow" type="AnimatedSprite" parent="21/dia 3"]
position = Vector2( 399.476, 119.382 ) position = Vector2( 399.476, 119.382 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 112 ) frames = SubResource( 113 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -12488,7 +12488,7 @@ margin_left = 292.119 ...@@ -12488,7 +12488,7 @@ margin_left = 292.119
margin_top = 62.6604 margin_top = 62.6604
margin_right = 982.119 margin_right = 982.119
margin_bottom = 271.66 margin_bottom = 271.66
custom_styles/panel = SubResource( 115 ) custom_styles/panel = SubResource( 116 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_use_anchors_": false "_edit_use_anchors_": false
...@@ -12500,8 +12500,10 @@ margin_top = 42.9811 ...@@ -12500,8 +12500,10 @@ margin_top = 42.9811
margin_right = 645.817 margin_right = 645.817
margin_bottom = 190.981 margin_bottom = 190.981
rect_pivot_offset = Vector2( -1182.04, -589.897 ) rect_pivot_offset = Vector2( -1182.04, -589.897 )
custom_fonts/bold_font = SubResource( 116 ) custom_fonts/bold_font = SubResource( 117 )
custom_fonts/normal_font = SubResource( 117 ) custom_fonts/normal_font = SubResource( 118 )
visible_characters = 0
percent_visible = 0.336
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!" 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 scroll_active = false
__meta__ = { __meta__ = {
...@@ -12509,9 +12511,9 @@ __meta__ = { ...@@ -12509,9 +12511,9 @@ __meta__ = {
} }
[node name="Arrow" type="AnimatedSprite" parent="22/dia 1"] [node name="Arrow" type="AnimatedSprite" parent="22/dia 1"]
visible = false
position = Vector2( 489.931, 160.577 ) position = Vector2( 489.931, 160.577 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
frames = SubResource( 118 ) frames = SubResource( 119 )
frame = 1
speed_scale = 0.7 speed_scale = 0.7
playing = true playing = true
...@@ -6,7 +6,7 @@ export(bool) var tracking = false ...@@ -6,7 +6,7 @@ export(bool) var tracking = false
# Called when the node enters the scene tree for the first time. # Called when the node enters the scene tree for the first time.
func _ready(): func _ready():
pass # Replace with function body. tracking = false
func _input(event): # executes when clicked on func _input(event): # executes when clicked on
if event is InputEventMouseButton: if event is InputEventMouseButton:
......
...@@ -47,6 +47,7 @@ onready var cleaningMaterials = 0 # how many times the cleaning materials have b ...@@ -47,6 +47,7 @@ onready var cleaningMaterials = 0 # how many times the cleaning materials have b
onready var canFrontDoor = false # whether or not Moxie has a reason to go to leave their apartment, and so go to the hallway onready var canFrontDoor = false # whether or not Moxie has a reason to go to leave their apartment, and so go to the hallway
onready var foundBanana = false # whether or not Moxie has spotted Banana in the balcony onready var foundBanana = false # whether or not Moxie has spotted Banana in the balcony
onready var plungerUsed = false # whether or not the plunger was used to travel between balconies onready var plungerUsed = false # whether or not the plunger was used to travel between balconies
onready var takenBanana = false
#items in the rooms that need access to the event handler #items in the rooms that need access to the event handler
export(Array, NodePath) onready var eventItems export(Array, NodePath) onready var eventItems
...@@ -69,6 +70,8 @@ func _get_notebook(): # when To Do list is retrieved for the first time ...@@ -69,6 +70,8 @@ func _get_notebook(): # when To Do list is retrieved for the first time
movementHandle.enableMovement() movementHandle.enableMovement()
lockedNotepad = false lockedNotepad = false
bedroom.get_node("Laundry basket").finished() bedroom.get_node("Laundry basket").finished()
dialogue.text = "Found it! Guess I have unfinished business to deal with."
dialogue.playText()
func _groceries_put_away(): # when the groceries are put away func _groceries_put_away(): # when the groceries are put away
kitchen.get_node("Granola bar").show() kitchen.get_node("Granola bar").show()
...@@ -150,11 +153,18 @@ func _balcony_outer_lock(): ...@@ -150,11 +153,18 @@ func _balcony_outer_lock():
func getPlungered(): func getPlungered():
return plungerUsed return plungerUsed
func bananaTaken(): # when banana is taken from the balcony, hides her from neighbor's balcony
if !takenBanana:
neighborsBalcony.get_node("Nana from afar").queue_free()
takenBanana = true
# ----------------- Cutscene initiators ----------------- # ----------------- Cutscene initiators -----------------
func _start_cutscene_1(): func _start_cutscene_1():
inventory.unselect_all() inventory.unselect_all()
cutsceneHandler.get_node("1").show() cutsceneHandler.get_node("1").show()
cutsceneHandler.get_node("1/Scene control").start() cutsceneHandler.get_node("1/Scene control").start()
dialogue.text = "Laundry time! Let's see if I can practice breaking things down."
func _start_cutscene_2(): func _start_cutscene_2():
if !quests.hasQuest("Eat") and !quests.hasQuest("Do laundry"): if !quests.hasQuest("Eat") and !quests.hasQuest("Do laundry"):
...@@ -170,8 +180,9 @@ func _start_cutscene_2(): ...@@ -170,8 +180,9 @@ func _start_cutscene_2():
newQuests = true newQuests = true
movementHandle.finishTutorial() movementHandle.finishTutorial()
get_parent().get_node("Desk/Laptop").start() get_parent().get_node("Desk/Laptop").start()
#change sprite for terrarium bedroom.get_node("Terrarium").removeBanana()
bedroom.get_node("Terrarium").flavorText = "OMG! Where did Banana go??" bedroom.get_node("Terrarium").flavorText = "OMG! Where did Banana go??"
dialogue.text = "Alright, let's...try and get things done!"
func _start_cutscene_2b(): func _start_cutscene_2b():
inventory.unselect_all() inventory.unselect_all()
...@@ -217,7 +228,6 @@ func _laundry_finished(): # finishing notebook puzzle for laundry ...@@ -217,7 +228,6 @@ func _laundry_finished(): # finishing notebook puzzle for laundry
inventory.remove_item_name("Dirty clothes") inventory.remove_item_name("Dirty clothes")
inventory.remove_item_name("Laundry detergent") inventory.remove_item_name("Laundry detergent")
func _return_laundry_notepad(): # exiting laundry notebook puzzle func _return_laundry_notepad(): # exiting laundry notebook puzzle
zoom_out() zoom_out()
laundryArea.show() laundryArea.show()
......
...@@ -37,6 +37,8 @@ func add_item(text, icon=null, selectable=true): ...@@ -37,6 +37,8 @@ func add_item(text, icon=null, selectable=true):
if text == "Bobby pins": if text == "Bobby pins":
bobbyPins = true bobbyPins = true
print("Took bobby pins") print("Took bobby pins")
elif text == "Nana":
get_parent().get_parent().get_node("Event Handler").bananaTaken()
func updateUI(): func updateUI():
UI.updateUI() UI.updateUI()
......
...@@ -198,5 +198,4 @@ __meta__ = { ...@@ -198,5 +198,4 @@ __meta__ = {
} }
[node name="Sprite" type="Sprite" parent="Nana/Hitbox"] [node name="Sprite" type="Sprite" parent="Nana/Hitbox"]
scale = Vector2( 1, 1 )
texture = ExtResource( 4 ) texture = ExtResource( 4 )
[gd_scene load_steps=12 format=2] [gd_scene load_steps=12 format=2]
[ext_resource path="res://assets/Thesis Clickables/nana from a distance.png" type="Texture" id=1] [ext_resource path="res://assets/Thesis Clickables/banana under.png" type="Texture" id=1]
[ext_resource path="res://Scripts/Dialogue control/Dialogue Control - Neighbor's balcony.gd" type="Script" id=2] [ext_resource path="res://Scripts/Dialogue control/Dialogue Control - Neighbor's balcony.gd" type="Script" id=2]
[ext_resource path="res://assets/Thesis Clickables/other balcony.png" type="Texture" id=3] [ext_resource path="res://assets/Thesis Clickables/other balcony.png" type="Texture" id=3]
[ext_resource path="res://Item.gd" type="Script" id=4] [ext_resource path="res://Item.gd" type="Script" id=4]
...@@ -62,20 +62,22 @@ position = Vector2( 455.988, 220.863 ) ...@@ -62,20 +62,22 @@ position = Vector2( 455.988, 220.863 )
scale = Vector2( 0.829244, 0.829244 ) scale = Vector2( 0.829244, 0.829244 )
input_pickable = true input_pickable = true
script = ExtResource( 4 ) script = ExtResource( 4 )
__meta__ = {
"_edit_group_": true
}
interactable = true interactable = true
flavorText = "I can see Banana from here. So near yet so far." flavorText = "I can see Banana from here. So near yet so far."
[node name="Hitbox" type="CollisionShape2D" parent="Nana from afar"] [node name="h" type="CollisionShape2D" parent="Nana from afar"]
position = Vector2( -16.8367, -2.11676 ) position = Vector2( -16.8367, -2.11676 )
scale = Vector2( 5, 5 ) scale = Vector2( 5, 5 )
shape = SubResource( 2 ) shape = SubResource( 2 )
[node name="Hitbox" type="CollisionPolygon2D" parent="Nana from afar"]
position = Vector2( 15.5351, 43.8314 )
rotation = -2.15723
scale = Vector2( 0.278156, 0.278156 )
polygon = PoolVector2Array( 60.2, -171.3, 118.5, -177, 118.5, -168.6, 134.2, -149.5, 128.8, -138, 127.7, -138, 108.3, -99.3, 124.5, -98.6, 124.5, -87.9, 123.2, -44, 111.7, -44, 37.9, -55.4, 24.6, -47.7, 5, 41.4, 29.3, 66.9, 24.1, 79, 20.4, 79, -9.60001, 107, -11, 107, -2.7, 124.1, 38.5, 140.2, 38.5, 176, 28.5, 176, -26.5, 187.3, -26.5, 180.4, -87.5, 153.5, -87.5, 147.3, -116.5, 89.4, -116.5, 82, -120.1, 19.9, -154.2, -4, -149.8, -18, -144.4, -18, -122.5, -31.6, -122.5, -33, -98.1, -91, -91.5, -91, -11.6, -123.1, 18.5, -182.3, 18.5, -187, 29.2, -192.7 )
[node name="Sprite" type="Sprite" parent="Nana from afar/Hitbox"] [node name="Sprite" type="Sprite" parent="Nana from afar/Hitbox"]
position = Vector2( -0.158181, -0.0184715 ) rotation = -2.98023e-08
scale = Vector2( 0.101337, 0.101337 )
texture = ExtResource( 1 ) texture = ExtResource( 1 )
[node name="Balcony to neighbor\'s room" type="StaticBody2D" parent="."] [node name="Balcony to neighbor\'s room" type="StaticBody2D" parent="."]
......
...@@ -199,7 +199,7 @@ scale = Vector2( 0.0197574, 0.0197574 ) ...@@ -199,7 +199,7 @@ scale = Vector2( 0.0197574, 0.0197574 )
texture = SubResource( 7 ) texture = SubResource( 7 )
[node name="Pants" type="StaticBody2D" parent="."] [node name="Pants" type="StaticBody2D" parent="."]
position = Vector2( 99.5713, 491.212 ) position = Vector2( 128.755, 482.232 )
scale = Vector2( 0.8, 0.8 ) scale = Vector2( 0.8, 0.8 )
input_pickable = true input_pickable = true
script = ExtResource( 13 ) script = ExtResource( 13 )
...@@ -221,14 +221,14 @@ scale = Vector2( 0.0395079, 0.0395079 ) ...@@ -221,14 +221,14 @@ scale = Vector2( 0.0395079, 0.0395079 )
texture = ExtResource( 6 ) texture = ExtResource( 6 )
[node name="Shirt" type="StaticBody2D" parent="."] [node name="Shirt" type="StaticBody2D" parent="."]
position = Vector2( 227.393, 409.988 ) position = Vector2( 252.087, 439.172 )
input_pickable = true input_pickable = true
script = ExtResource( 13 ) script = ExtResource( 13 )
__meta__ = { __meta__ = {
"_edit_group_": true "_edit_group_": true
} }
retrievable = true retrievable = true
flavorText = "A deconstructed pile of clothes." flavorText = "All over the ground! Where did these come from?"
[node name="Hitbox" type="CollisionShape2D" parent="Shirt"] [node name="Hitbox" type="CollisionShape2D" parent="Shirt"]
position = Vector2( -1.78223, 0.549072 ) position = Vector2( -1.78223, 0.549072 )
...@@ -241,7 +241,7 @@ scale = Vector2( 0.0197574, 0.0197574 ) ...@@ -241,7 +241,7 @@ scale = Vector2( 0.0197574, 0.0197574 )
texture = ExtResource( 5 ) texture = ExtResource( 5 )
[node name="Sando" type="StaticBody2D" parent="."] [node name="Sando" type="StaticBody2D" parent="."]
position = Vector2( -209.019, 392.628 ) position = Vector2( 382.518, 428.547 )
rotation = -3.0456 rotation = -3.0456
scale = Vector2( 0.9, 0.9 ) scale = Vector2( 0.9, 0.9 )
input_pickable = true input_pickable = true
...@@ -250,7 +250,7 @@ __meta__ = { ...@@ -250,7 +250,7 @@ __meta__ = {
"_edit_group_": true "_edit_group_": true
} }
retrievable = true retrievable = true
flavorText = "A deconstructed pile of clothes." flavorText = "Oops, must have taken this one out of the basket sometime last night."
[node name="Hitbox" type="CollisionShape2D" parent="Sando"] [node name="Hitbox" type="CollisionShape2D" parent="Sando"]
position = Vector2( -3.5491, 1.06189 ) position = Vector2( -3.5491, 1.06189 )
...@@ -263,7 +263,7 @@ scale = Vector2( 0.0197574, 0.0197574 ) ...@@ -263,7 +263,7 @@ scale = Vector2( 0.0197574, 0.0197574 )
texture = SubResource( 11 ) texture = SubResource( 11 )
[node name="Towel" type="StaticBody2D" parent="."] [node name="Towel" type="StaticBody2D" parent="."]
position = Vector2( -67.9803, 464.817 ) position = Vector2( -39.9188, 486.144 )
rotation = 2.74191 rotation = 2.74191
input_pickable = true input_pickable = true
script = ExtResource( 13 ) script = ExtResource( 13 )
...@@ -271,7 +271,7 @@ __meta__ = { ...@@ -271,7 +271,7 @@ __meta__ = {
"_edit_group_": true "_edit_group_": true
} }
retrievable = true retrievable = true
flavorText = "A deconstructed pile of clothes." flavorText = "Goodness, what was I doing last night?"
[node name="Hitbox" type="CollisionShape2D" parent="Towel"] [node name="Hitbox" type="CollisionShape2D" parent="Towel"]
position = Vector2( -3.5491, 1.06189 ) position = Vector2( -3.5491, 1.06189 )
......
...@@ -26,6 +26,7 @@ func objInteraction(selected): # when an object is used on it ...@@ -26,6 +26,7 @@ func objInteraction(selected): # when an object is used on it
var flavor = control.interaction(inventory.get_item_text(selected), self.get_name()) var flavor = control.interaction(inventory.get_item_text(selected), self.get_name())
if inventory.get_item_text(selected) == "Bobby pins": # unlocking the door with a bobby pin if inventory.get_item_text(selected) == "Bobby pins": # unlocking the door with a bobby pin
dialogueBox.text = "I can't believe that actually worked?!" dialogueBox.text = "I can't believe that actually worked?!"
flavorText = ""
unlocked = true # can now go through the balcony door freely unlocked = true # can now go through the balcony door freely
inventory.remove_item(selected) inventory.remove_item(selected)
elif typeof(flavor) != 0: #checks if there's coded flavor text for this interaction elif typeof(flavor) != 0: #checks if there's coded flavor text for this interaction
...@@ -36,3 +37,4 @@ func objInteraction(selected): # when an object is used on it ...@@ -36,3 +37,4 @@ func objInteraction(selected): # when an object is used on it
func outerLock(): func outerLock():
unlocked = true unlocked = true
flavorText = ""
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/0.png-24492bc91bf42242b8d007dd8c632a29.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Cutscenes/01 - Notepad intro/0.png"
dest_files=[ "res://.import/0.png-24492bc91bf42242b8d007dd8c632a29.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/5.png-e30c776cb2b5b08cbfeb2c072d4c9393.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Cutscenes/01 - Notepad intro/5.png"
dest_files=[ "res://.import/5.png-e30c776cb2b5b08cbfeb2c072d4c9393.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/6.png-c9b83e1ec874460e04c4f21ef7dacb3e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Cutscenes/01 - Notepad intro/6.png"
dest_files=[ "res://.import/6.png-c9b83e1ec874460e04c4f21ef7dacb3e.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
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