2024-08-22 20:08:49 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://y4bjooqhwliw"]
|
|
|
|
|
2024-08-23 07:20:55 +00:00
|
|
|
[ext_resource type="Script" path="res://objects/character/character.gd" id="1_vjo1u"]
|
2024-08-22 20:08:49 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://bbplwgt4cpbyx" path="res://icon.svg" id="2_hpr8a"]
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0np4o"]
|
|
|
|
size = Vector2(116, 115)
|
|
|
|
|
|
|
|
[node name="Character" type="CharacterBody2D"]
|
|
|
|
position = Vector2(23, 327)
|
|
|
|
script = ExtResource("1_vjo1u")
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
texture = ExtResource("2_hpr8a")
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
position = Vector2(0, -6)
|
|
|
|
shape = SubResource("RectangleShape2D_0np4o")
|
|
|
|
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|