GodotFirstGame/scenes/crate.tscn

11 lines
364 B
Plaintext
Raw Permalink Normal View History

2024-09-10 01:14:16 +00:00
[gd_scene load_steps=2 format=3 uid="uid://tqmrje2x7402"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4vo4d"]
size = Vector2(55, 55)
[node name="RigidBody2D" type="RigidBody2D"]
[node name="CollisionShape2D2" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_4vo4d")
debug_color = Color(0.815686, 0.4, 0.207843, 0.419608)