SeptemberGame/scenes/crate.tscn

18 lines
632 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://qv8blu8wkqvq"]
[ext_resource type="Texture2D" uid="uid://coi8g37b0f7es" path="res://assets/graphics/objects/crate.png" id="1_b66cd"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
[node name="Crate" type="RigidBody2D"]
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_uwrxv")
debug_color = Color(0.90240496, 0.29881617, 0.21305403, 0.41960785)
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(0, 1)
scale = Vector2(0.07, 0.07)
texture = ExtResource("1_b66cd")