MarchGame/scenes/crate.tscn

21 lines
825 B
Plaintext
Raw Normal View History

[gd_scene format=3 uid="uid://b6lw2go5mwk3h"]
[ext_resource type="Script" uid="uid://p11f34oi5st7" path="res://scripts/crate.gd" id="1_b66cd"]
[ext_resource type="Texture2D" uid="uid://bd6mgwdw1bbjh" path="res://assets/graphics/objects/crate.png" id="2_dwt0d"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
[node name="Crate" type="RigidBody2D" unique_id=1307809047]
script = ExtResource("1_b66cd")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=511603323]
shape = SubResource("RectangleShape2D_uwrxv")
debug_color = Color(0.8327547, 0.384747, 0.1945984, 0.41960785)
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=900265030]
texture_filter = 1
position = Vector2(0, 1)
scale = Vector2(0.07, 0.07)
texture = ExtResource("2_dwt0d")