GodotGame/scenes/crate.tscn

17 lines
611 B
Plaintext
Raw Normal View History

2024-07-23 01:04:24 +00:00
[gd_scene load_steps=3 format=3 uid="uid://c8x0bcxa8t74o"]
[ext_resource type="Texture2D" uid="uid://dt5nh26eq2a5r" path="res://graphics/crate.png" id="1_ar5ac"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4vo4d"]
[node name="RigidBody2D" type="RigidBody2D" groups=["boxes"]]
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_4vo4d")
debug_color = Color(0.815686, 0.4, 0.207843, 0.419608)
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(0.416667, 0.458333)
texture = ExtResource("1_ar5ac")