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

16 lines
488 B
Text

[gd_scene load_steps=3 format=3 uid="uid://c67lfbk4gf1ga"]
[ext_resource type="Script" path="res://spawner/spawner.gd" id="1_xqfmg"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_p13i4"]
size = Vector2(14, 3)
[node name="Spawner" type="Node2D"]
script = ExtResource("1_xqfmg")
[node name="Area" type="Area2D" parent="."]
collision_mask = 4
[node name="CoinShape" type="CollisionShape2D" parent="Area"]
scale = Vector2(3, 3)
shape = SubResource("RectangleShape2D_p13i4")