Tlob/scenes/box.tscn

18 lines
590 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dur0i50oao18u"]
[ext_resource type="Texture2D" uid="uid://be6qojhnjml47" path="res://sprites/box.png" id="1_uib42"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_pnqxx"]
size = Vector2(42, 42)
[node name="Node2D" type="Node2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(0.328125, 0.328125)
texture = ExtResource("1_uib42")
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
shape = SubResource("RectangleShape2D_pnqxx")