pushable in large
This commit is contained in:
parent
e1f2423761
commit
3c1309de47
4 changed files with 25 additions and 6 deletions
|
@ -8,7 +8,7 @@ size = Vector2(34, 32)
|
|||
|
||||
[node name="BoxPushable1" type="CharacterBody2D"]
|
||||
collision_layer = 16
|
||||
collision_mask = 5
|
||||
collision_mask = 21
|
||||
script = ExtResource("1_tf1fy")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
|
7
gmtk_2024/objects/box_pushable_2.tscn
Normal file
7
gmtk_2024/objects/box_pushable_2.tscn
Normal file
|
@ -0,0 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://biaxahxft1xo0"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d17jpcgayfg6i" path="res://objects/BoxPushable_1.tscn" id="1_pnjdf"]
|
||||
|
||||
[node name="BoxPushable1" instance=ExtResource("1_pnjdf")]
|
||||
scale = Vector2(2, 2)
|
||||
collision_mask = 21
|
Loading…
Add table
Add a link
Reference in a new issue