34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
[gd_scene format=3 uid="uid://d0wbtenf13iol"]
|
|
|
|
[ext_resource type="Script" uid="uid://bsqvllp6h53jr" path="res://scripts/cube.gd" id="1_jbd7x"]
|
|
[ext_resource type="Texture2D" uid="uid://cpjqgpeoi58u7" path="res://assets/graphics/objects/pixil-frame-0.png" id="2_pw53m"]
|
|
[ext_resource type="Texture2D" uid="uid://bh7617xfi2ahm" path="res://assets/graphics/objects/pixil-frame-0(1).png" id="3_leuu7"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7j3e2"]
|
|
size = Vector2(54, 55)
|
|
|
|
[node name="cube" type="RigidBody2D" unique_id=1851497894 groups=["fragile"]]
|
|
position = Vector2(17, 7)
|
|
script = ExtResource("1_jbd7x")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=250973730]
|
|
position = Vector2(17, 17.5)
|
|
shape = SubResource("RectangleShape2D_7j3e2")
|
|
debug_color = Color(0.15505362, 0.53664047, 0.94464076, 0.41960785)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=509710592]
|
|
|
|
[node name="PixilFrame0" type="Sprite2D" parent="." unique_id=727761054]
|
|
texture_filter = 1
|
|
position = Vector2(17.000002, 17.5)
|
|
scale = Vector2(1.35, 1.375)
|
|
texture = ExtResource("2_pw53m")
|
|
|
|
[node name="PixilFrame0(1)" type="Sprite2D" parent="." unique_id=1662173842]
|
|
texture_filter = 1
|
|
position = Vector2(17.000002, 17.5)
|
|
scale = Vector2(1.3000002, 1.3250002)
|
|
texture = ExtResource("3_leuu7")
|