17 lines
624 B
Plaintext
17 lines
624 B
Plaintext
|
|
[gd_scene load_steps=4 format=3 uid="uid://ctcv7rr8w3fnf"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://2nxh3mui3ia7" path="res://Textures/svg/Cube.svg" id="1_k3834"]
|
||
|
|
[ext_resource type="Script" uid="uid://cu1ss1gvex68v" path="res://Objects/SelfSlicer.gd" id="1_m4rrt"]
|
||
|
|
|
||
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ae35o"]
|
||
|
|
size = Vector2(68, 68)
|
||
|
|
|
||
|
|
[node name="Node2D" type="Area2D"]
|
||
|
|
script = ExtResource("1_m4rrt")
|
||
|
|
|
||
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||
|
|
texture = ExtResource("1_k3834")
|
||
|
|
|
||
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
|
shape = SubResource("RectangleShape2D_ae35o")
|