KieranGodot/august26godotcompkieran/Scenes/Crate.tscn

14 lines
472 B
Plaintext
Raw Normal View History

2024-08-27 01:19:01 +00:00
[gd_scene load_steps=3 format=3 uid="uid://bq1tvv23y61by"]
[ext_resource type="Script" path="res://Sripts/crate.gd" id="1_4l5o6"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_amdo7"]
[node name="RigidBody2D" type="RigidBody2D"]
script = ExtResource("1_4l5o6")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_amdo7")
debug_color = Color(0.941176, 0.454902, 0, 0.796078)