diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 12:47:53 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 12:47:53 -0600 |
commit | 9d1d070385d284bb5682f27c999323a4dad25514 (patch) | |
tree | a2faa353b327cd6e3808eb9a07cf6cc9642d3357 | |
parent | 8cc3da68ed371ea17f1a3c385c5f69f5001540a9 (diff) |
Good attempt at making the speech bubble disappear :)
-rw-r--r-- | scenes/LegallyDistinctPaperclipAssistant/window.tscn | 19 | ||||
-rw-r--r-- | scenes/main.tscn | 1 |
2 files changed, 17 insertions, 3 deletions
diff --git a/scenes/LegallyDistinctPaperclipAssistant/window.tscn b/scenes/LegallyDistinctPaperclipAssistant/window.tscn index 6fcab65..6e1bcec 100644 --- a/scenes/LegallyDistinctPaperclipAssistant/window.tscn +++ b/scenes/LegallyDistinctPaperclipAssistant/window.tscn @@ -91,8 +91,8 @@ tracks/4/path = NodePath(".:current_text") tracks/4/interp = 1 tracks/4/loop_wrap = true tracks/4/keys = { -"times": PackedFloat32Array(0, 4, 9.98254, 13.64), -"transitions": PackedFloat32Array(1, 1, 1, 1), +"times": PackedFloat32Array(0, 4, 9.98254, 13.64, 17.0242), +"transitions": PackedFloat32Array(1, 1, 1, 1, 1), "update": 1, "values": ["Hi, I'm your legally distinct paperclip @@ -104,7 +104,7 @@ big bucks by investing in fish on the open market.", "There's only one rule to this game: buy low, -sell high.", "And don't go bankrupt."] +sell high.", "And don't go bankrupt.", ""] } tracks/5/type = "value" tracks/5/imported = false @@ -183,6 +183,18 @@ tracks/3/keys = { "update": 1, "values": [true] } +tracks/4/type = "value" +tracks/4/imported = false +tracks/4/enabled = true +tracks/4/path = NodePath(".:current_text") +tracks/4/interp = 1 +tracks/4/loop_wrap = true +tracks/4/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": ["And don't go bankrupt."] +} [sub_resource type="Animation" id="Animation_umwwq"] resource_name = "intro2" @@ -215,6 +227,7 @@ unresizable = true borderless = true transparent = true script = ExtResource("1_mbnc6") +current_text = "And don't go bankrupt." [node name="Panel" type="Panel" parent="."] custom_minimum_size = Vector2(600, 200) diff --git a/scenes/main.tscn b/scenes/main.tscn index 1c105ff..77cae28 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -302,6 +302,7 @@ stream = ExtResource("3_gatxj") [node name="Clippette" parent="." instance=ExtResource("5_6agvn")] visible = false +current_text = "And don't go bankrupt." [node name="Score window (real)" type="Window" parent="."] visible = false |