You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CupcakeRevolution/Scenes/game_world.tscn

23 lines
876 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dlypem0porccr"]
[ext_resource type="Script" path="res://Scripts/game_world.gd" id="1_c2sx0"]
[ext_resource type="Script" path="res://Scripts/Cupcake Spawn Timer.gd" id="2_bjylp"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_sh03e"]
size = Vector2(1943, 1102)
[node name="GameWorld" type="Node2D"]
script = ExtResource("1_c2sx0")
[node name="Cupcake Spawn Timer" type="Timer" parent="."]
script = ExtResource("2_bjylp")
[node name="PlayArea" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="PlayArea"]
position = Vector2(961.5, 541)
shape = SubResource("RectangleShape2D_sh03e")
[connection signal="timeout" from="Cupcake Spawn Timer" to="Cupcake Spawn Timer" method="_on_timeout"]
[connection signal="body_exited" from="PlayArea" to="." method="_on_play_area_body_exited"]