mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 02:03:48 +00:00
Mapping
This commit is contained in:
parent
86f7459837
commit
f9d8d37913
2 changed files with 12 additions and 8 deletions
|
|
@ -29,10 +29,9 @@ texture = SubResource("AtlasTexture_i3nxh")
|
||||||
visible = false
|
visible = false
|
||||||
shape = SubResource("RectangleShape2D_0nhpj")
|
shape = SubResource("RectangleShape2D_0nhpj")
|
||||||
|
|
||||||
[node name="RigidBody2D" type="RigidBody2D" parent="."]
|
[node name="RigidBody2D" type="StaticBody2D" parent="." groups=["Solid"]]
|
||||||
collision_layer = 64
|
collision_layer = 64
|
||||||
collision_mask = 10
|
collision_mask = 10
|
||||||
gravity_scale = 0.0
|
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||||
position = Vector2(0, -3)
|
position = Vector2(0, -3)
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue