FebGame/febfabgame/Scenes/crate.tscn

21 lines
699 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://bad28kns14sve"]
[ext_resource type="Texture2D" uid="uid://dbdeeja34rpcm" path="res://Assets/graphics/objects/crate.png" id="1_jxgyj"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_57esh"]
size = Vector2(52, 56)
[node name="Crate1" type="RigidBody2D"]
position = Vector2(-2, -2)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_57esh")
debug_color = Color(0.812962, 0.406946, 0.115236, 0.42)
[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(0, 4)
scale = Vector2(0.186279, 0.198245)
texture = ExtResource("1_jxgyj")