25 lines
820 B
Plaintext
25 lines
820 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://blcbdwowx2gr0"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://clmv1sjkccjts" path="res://assets/graphics/objects/crate.png" id="1_7dn7o"]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_oospb"]
|
||
|
size = Vector2(23.4985, 66.016)
|
||
|
|
||
|
[node name="crate1" type="RigidBody2D"]
|
||
|
rotation = 1.0074
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
position = Vector2(0.791419, -3.05451)
|
||
|
rotation = -1.01686
|
||
|
scale = Vector2(2.89246, 1)
|
||
|
shape = SubResource("RectangleShape2D_oospb")
|
||
|
debug_color = Color(0.907205, 0.191988, 0.583153, 0.42)
|
||
|
|
||
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||
|
texture_filter = 1
|
||
|
position = Vector2(-1.37951, 0.311383)
|
||
|
rotation = 0.560473
|
||
|
scale = Vector2(0.228016, 0.220525)
|
||
|
texture = ExtResource("1_7dn7o")
|