GodotGameWorkshop/Scenes/crate.tscn

18 lines
637 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://cd7fv3pwgr880"]
[ext_resource type="Texture2D" uid="uid://m685ffchmchr" path="res://Assets/Graphics/Objects/crate.png" id="1_wp72f"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ebmjs"]
[node name="RigidBody2D3" type="RigidBody2D"]
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(0, 1)
scale = Vector2(0.0754011, 0.0688039)
texture = ExtResource("1_wp72f")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_ebmjs")
debug_color = Color(0.796822, 0.420181, 0.140254, 0.42)