2025-09-15 19:15:43 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cmaovvr15b3qk"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://ddidj1uau28ck" path="res://player.gd" id="1_4flbx"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="2_onrkg"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_onrkg"]
|
|
|
|
|
|
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
|
|
|
script = ExtResource("1_4flbx")
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
|
shape = SubResource("CapsuleShape2D_onrkg")
|
|
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
|
position = Vector2(5.96046e-08, 0)
|
|
|
|
|
scale = Vector2(0.15625, 0.234375)
|
|
|
|
|
texture = ExtResource("2_onrkg")
|
2025-09-16 00:28:49 +02:00
|
|
|
|
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
|
|
|
position = Vector2(0, -50)
|
|
|
|
|
ignore_rotation = false
|