mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 08:53:46 +00:00
Inventory tutorial
This commit is contained in:
parent
41b0856c08
commit
648ae47147
5 changed files with 44 additions and 9 deletions
|
|
@ -24,7 +24,7 @@ animations = [{
|
|||
size = Vector2(14, 28)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ss2y0"]
|
||||
size = Vector2(12, 24)
|
||||
size = Vector2(12, 15)
|
||||
|
||||
[node name="Vertical Box" type="Area2D" groups=["Destroyable"]]
|
||||
y_sort_enabled = true
|
||||
|
|
@ -54,5 +54,5 @@ collision_mask = 10
|
|||
gravity_scale = 0.0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||
position = Vector2(0, -3)
|
||||
position = Vector2(0, 1.5)
|
||||
shape = SubResource("RectangleShape2D_ss2y0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue