JuneGame/scenes/crate.tscn

21 lines
792 B
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=3 uid="uid://dm0s1wei11x43"]
[ext_resource type="Texture2D" uid="uid://bupa7vw3dnbia" path="res://assets/graphics/objects/crate.png" id="1_b66cd"]
[ext_resource type="Script" uid="uid://cb5w1tpwn7cn0" path="res://scripts/crate.gd" id="1_dwt0d"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
[node name="RigidBody2D3" type="RigidBody2D"]
script = ExtResource("1_dwt0d")
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(0.500001, 0.515201)
scale = Vector2(0.07, 0.069)
texture = ExtResource("1_b66cd")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_uwrxv")
debug_color = Color(0.869503, 0.340519, 0.233585, 0.42)