20 lines
629 B
Plaintext
20 lines
629 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://delsecj4na672"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://nfa8op27ovg1" path="res://icon.svg" id="1_lkv7d"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ushfy"]
|
|
size = Vector2(63, 125)
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0.5, -66.5)
|
|
shape = SubResource("RectangleShape2D_ushfy")
|
|
|
|
[node name="Icon" type="Sprite2D" parent="."]
|
|
position = Vector2(0, -66)
|
|
scale = Vector2(0.515625, 1)
|
|
texture = ExtResource("1_lkv7d")
|