25 lines
918 B
Plaintext
25 lines
918 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://lwju71dirkcy"]
|
|
|
|
[ext_resource type="Script" uid="uid://diuug3xgjo1se" path="res://scripts/crate.gd" id="1_qgfyo"]
|
|
[ext_resource type="Texture2D" uid="uid://b0mowaont3r1s" path="res://Assets/Graphics/Environment/objects/crate.png" id="2_7msr7"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_r8wv2"]
|
|
size = Vector2(18.0392, 20.8045)
|
|
|
|
[node name="Crate" type="RigidBody2D" groups=["pushable"]]
|
|
rotation = 1.5708
|
|
script = ExtResource("1_qgfyo")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
texture_filter = 1
|
|
position = Vector2(-0.21268, -1.8462)
|
|
scale = Vector2(1.26954, 1.12898)
|
|
shape = SubResource("RectangleShape2D_r8wv2")
|
|
debug_color = Color(0.875314, 0.341029, 0.122297, 0.42)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture_filter = 1
|
|
scale = Vector2(0.09, 0.09)
|
|
texture = ExtResource("2_7msr7")
|