smaller map, eating apples, death
This commit is contained in:
parent
8c0860a840
commit
2c512d5764
12 changed files with 152 additions and 13 deletions
9
prefabs/wall.tscn
Normal file
9
prefabs/wall.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bl5py87o1qbgr"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_iy8pp"]
|
||||
size = Vector2(6400, 320)
|
||||
|
||||
[node name="Wall" type="Area2D" groups=["wall"]]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_iy8pp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue