GodotFirstGame/scenes/crate.tscn
2024-09-09 21:14:16 -04:00

11 lines
364 B
Plaintext

[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)