diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 15:27:53 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 16:47:03 -0600 |
commit | c92e9a17a8ddb45f3fc3450dce7a6bea68e492b3 (patch) | |
tree | af46d6dd4d4fa186c188d22aa9fda536ab6081f8 /scenes/main.tscn | |
parent | 0b471de7ce27d1561b92f7b61346e40331b7bbd7 (diff) |
Add Clippette to the main scene
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index c2c58b1..f6b1d59 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -1,9 +1,10 @@ -[gd_scene load_steps=5 format=3 uid="uid://d06d1vihf2oqp"] +[gd_scene load_steps=6 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"] [ext_resource type="PackedScene" uid="uid://g2veoq55y14i" path="res://scenes/stockticker/Stock Ticker.tscn" id="4_0ankd"] +[ext_resource type="PackedScene" uid="uid://bbg7lnak6kup7" path="res://scenes/LegallyDistinctPaperclipAssistant/window.tscn" id="5_6agvn"] [node name="Node2D2" type="Node2D"] script = ExtResource("1_y7a0r") @@ -26,11 +27,13 @@ autostart = true [node name="Meow" type="AudioStreamPlayer" parent="."] stream = ExtResource("3_gatxj") -[node name="Window" type="Window" parent="."] +[node name="Stock ticker window" type="Window" parent="."] size = Vector2i(1280, 720) -[node name="Stock ticker" parent="Window" instance=ExtResource("4_0ankd")] +[node name="Stock ticker" parent="Stock ticker window" instance=ExtResource("4_0ankd")] + +[node name="Clippette" parent="." instance=ExtResource("5_6agvn")] [connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"] -[connection signal="buy" from="Window/Stock ticker" to="." method="_on_stock_ticker_buy"] -[connection signal="sell" from="Window/Stock ticker" to="." method="_on_stock_ticker_sell"] +[connection signal="buy" from="Stock ticker window/Stock ticker" to="." method="_on_stock_ticker_buy"] +[connection signal="sell" from="Stock ticker window/Stock ticker" to="." method="_on_stock_ticker_sell"] |