summaryrefslogtreecommitdiff
path: root/scenes/main.tscn
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-16 12:46:26 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-16 12:46:26 -0600
commit606c1714c654cb247a70c23b335a0aeca91c4c52 (patch)
tree137cc6d66ddbd6aa2cb6ee500136b952524571a9 /scenes/main.tscn
parent4618fc195210e0565a8dc0662228fce377854c22 (diff)
You can now press G to meow
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r--scenes/main.tscn6
1 files changed, 5 insertions, 1 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn
index 32b0540..3dd15c9 100644
--- a/scenes/main.tscn
+++ b/scenes/main.tscn
@@ -1,7 +1,8 @@
-[gd_scene load_steps=3 format=3 uid="uid://d06d1vihf2oqp"]
+[gd_scene load_steps=4 format=3 uid="uid://d06d1vihf2oqp"]
[ext_resource type="Texture2D" uid="uid://b03ygtrwha22g" path="res://taytay/IMG_5199.jpeg" id="1_o2s48"]
[ext_resource type="Script" path="res://scenes/main.gd" id="1_y7a0r"]
+[ext_resource type="AudioStream" uid="uid://wtoxhk0tf8ev" path="res://funny_sounds/Cat Meow - Minecraft Sound Effect (HD).mp3" id="3_gatxj"]
[node name="Node2D" type="Node2D"]
script = ExtResource("1_y7a0r")
@@ -21,4 +22,7 @@ text = "Net worth: $"
wait_time = 10.0
autostart = true
+[node name="Meow" type="AudioStreamPlayer" parent="."]
+stream = ExtResource("3_gatxj")
+
[connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"]