game1/Scenes/static_body_2d.tscn

13 lines
417 B
Plaintext
Raw Normal View History

2025-08-19 01:06:03 +00:00
[gd_scene load_steps=2 format=3 uid="uid://bex5lhiuhhnq6"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ag0er"]
size = Vector2(82, 20)
[node name="StaticBody2D" type="StaticBody2D"]
scale = Vector2(1.12, 1.36)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_ag0er")
2025-08-26 01:07:18 +00:00
debug_color = Color(0, 0.6, 0.121569, 0.0823529)