1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 15:44:21 +00:00
swear-jar/spawner/spawner.tscn

18 lines
514 B
Text
Raw Normal View History

2023-09-30 20:53:38 +00:00
[gd_scene load_steps=3 format=3 uid="uid://c67lfbk4gf1ga"]
2023-09-30 18:16:14 +00:00
[ext_resource type="Script" path="res://spawner/spawner.gd" id="1_xqfmg"]
2023-09-30 22:05:15 +00:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_p13i4"]
2023-09-30 23:56:54 +00:00
size = Vector2(14, 2)
2023-09-30 20:53:38 +00:00
2023-09-30 18:16:14 +00:00
[node name="Spawner" type="Node2D"]
script = ExtResource("1_xqfmg")
2023-09-30 22:05:15 +00:00
[node name="Area" type="Area2D" parent="."]
2023-09-30 20:53:38 +00:00
collision_mask = 4
2023-09-30 22:05:15 +00:00
[node name="CoinShape" type="CollisionShape2D" parent="Area"]
2023-09-30 23:56:54 +00:00
position = Vector2(0, -3)
2023-09-30 22:05:15 +00:00
scale = Vector2(3, 3)
shape = SubResource("RectangleShape2D_p13i4")