mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 14:45:55 +00:00
Added level 2
This commit is contained in:
parent
63ddb418a3
commit
2ce91362b7
4 changed files with 98 additions and 4 deletions
|
|
@ -23,6 +23,7 @@ ExplosionParticles = ExtResource("3_cvv71")
|
|||
texture = ExtResource("4_tvvum")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2(0, -1)
|
||||
shape = SubResource("RectangleShape2D_0nhpj")
|
||||
|
||||
|
|
@ -31,5 +32,6 @@ collision_layer = 64
|
|||
collision_mask = 10
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||
visible = false
|
||||
position = Vector2(0, -1)
|
||||
shape = SubResource("RectangleShape2D_s3n6b")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue