mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 17:33:47 +00:00
Mapping
This commit is contained in:
parent
1b31428752
commit
47cfe5fe2a
7 changed files with 38 additions and 26 deletions
|
|
@ -43,10 +43,9 @@ visible = false
|
|||
position = Vector2(0, -1)
|
||||
shape = SubResource("RectangleShape2D_0nhpj")
|
||||
|
||||
[node name="RigidBody2D" type="RigidBody2D" parent="." groups=["Solid"]]
|
||||
[node name="RigidBody2D" type="StaticBody2D" parent="." groups=["Solid"]]
|
||||
collision_layer = 64
|
||||
collision_mask = 10
|
||||
gravity_scale = 0.0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||
visible = false
|
||||
|
|
|
|||
|
|
@ -43,10 +43,9 @@ visible = false
|
|||
position = Vector2(0, -0.5)
|
||||
shape = SubResource("RectangleShape2D_0nhpj")
|
||||
|
||||
[node name="RigidBody2D" type="RigidBody2D" parent="." groups=["Solid"]]
|
||||
[node name="RigidBody2D" type="StaticBody2D" parent="." groups=["Solid"]]
|
||||
collision_layer = 64
|
||||
collision_mask = 10
|
||||
gravity_scale = 0.0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||
visible = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue