Initial commit
This commit is contained in:
commit
1514fe991b
675 changed files with 6030 additions and 0 deletions
9
objects/end.tscn
Normal file
9
objects/end.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dlb0lm5y7kixb"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_dafug"]
|
||||
size = Vector2(12, 12)
|
||||
|
||||
[node name="End" type="Area2D"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_dafug")
|
||||
Loading…
Add table
Add a link
Reference in a new issue