GodotProject/scenes/crate.tscn

17 lines
608 B
Plaintext
Raw Normal View History

2024-07-23 01:20:27 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cwfm01fpdmr1k"]
[ext_resource type="Texture2D" uid="uid://ihg1aef42mnn" path="res://Graphics/Box.png" id="1_3bn6y"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4vo4d"]
[node name="RigidBody2D" type="RigidBody2D" groups=["boxes"]]
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(0.583333, 0.583333)
texture = ExtResource("1_3bn6y")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_4vo4d")
debug_color = Color(0.815686, 0.4, 0.207843, 0.419608)