diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 15:35:22 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-17 15:35:22 -0600 |
commit | 3f61a10428c3a8f0f3f0a208ac0369430add6971 (patch) | |
tree | a7101b5f41d56f647b2c459abe1012f75ab2ac23 /scenes/LegallyDistinctPaperclipAssistant | |
parent | def01c3c3753826ab6da28996b8bff2c36e6fba8 (diff) |
Ad message
Diffstat (limited to 'scenes/LegallyDistinctPaperclipAssistant')
-rw-r--r-- | scenes/LegallyDistinctPaperclipAssistant/window.tscn | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/scenes/LegallyDistinctPaperclipAssistant/window.tscn b/scenes/LegallyDistinctPaperclipAssistant/window.tscn index 6cd3902..d8c988a 100644 --- a/scenes/LegallyDistinctPaperclipAssistant/window.tscn +++ b/scenes/LegallyDistinctPaperclipAssistant/window.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=11 format=3 uid="uid://bbg7lnak6kup7"] +[gd_scene load_steps=12 format=3 uid="uid://bbg7lnak6kup7"] [ext_resource type="Texture2D" uid="uid://b1t8f4nb5aahv" path="res://scenes/LegallyDistinctPaperclipAssistant/LDPA_angy.png" id="1_bqw21"] [ext_resource type="Script" path="res://scenes/LegallyDistinctPaperclipAssistant/paperclip.gd" id="1_mbnc6"] @@ -226,9 +226,60 @@ tracks/0/keys = { "values": [] } +[sub_resource type="Animation" id="Animation_xjkdx"] +resource_name = "ad_appear" +length = 3.0 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Label:visible_ratio") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0, 3), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [0.0, 1.0] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath(".:current_text") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": ["Our business is funded +by advertisements. +Yeah, investing in +fish doesn't really +bring in the big +bucks either."] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("Label:text") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": ["Our business is funded +by advertisements. +Yeah, investing in +fish doesn't really +bring in the big +bucks either."] +} + [sub_resource type="AnimationLibrary" id="AnimationLibrary_qflce"] _data = { "RESET": SubResource("Animation_npqqu"), +"ad_appear": SubResource("Animation_xjkdx"), "intro": SubResource("Animation_4fk4l"), "intro2": SubResource("Animation_umwwq") } |