2024-12-23 01:29:31 +00:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://cjhw5ecygrqty"]
|
|
|
|
|
2024-12-23 13:04:36 +00:00
|
|
|
[ext_resource type="Script" path="res://scene/player/main_player.gd" id="1_3a78y"]
|
2024-12-25 12:24:34 +00:00
|
|
|
[ext_resource type="SpriteFrames" uid="uid://c3s8u4ifaucpj" path="res://config/animation/entity_sprite_frames.tres" id="2_3w63u"]
|
2025-01-05 11:25:13 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://may55b2uerbw" path="res://asset/art/neutral_point_light.png" id="3_h4uja"]
|
2024-12-23 01:29:31 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_fno82"]
|
2024-12-26 13:58:37 +00:00
|
|
|
size = Vector2(78.25, 205.062)
|
2024-12-23 01:29:31 +00:00
|
|
|
|
2024-12-23 13:04:36 +00:00
|
|
|
[node name="MainPlayer" type="CharacterBody2D"]
|
2024-12-26 13:58:37 +00:00
|
|
|
collision_mask = 2
|
2024-12-23 01:29:31 +00:00
|
|
|
script = ExtResource("1_3a78y")
|
|
|
|
|
2024-12-25 12:24:34 +00:00
|
|
|
[node name="FootstepTimer" type="Timer" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
2024-12-23 01:29:31 +00:00
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
|
|
unique_name_in_owner = true
|
2024-12-25 12:24:34 +00:00
|
|
|
sprite_frames = ExtResource("2_3w63u")
|
2024-12-23 01:29:31 +00:00
|
|
|
animation = &"idle_r"
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("RectangleShape2D_fno82")
|
|
|
|
|
|
|
|
[node name="PointLight2D" type="PointLight2D" parent="."]
|
2025-01-05 11:25:13 +00:00
|
|
|
position = Vector2(1, -44)
|
2024-12-23 01:29:31 +00:00
|
|
|
scale = Vector2(0.810547, 0.849609)
|
2025-01-06 08:06:20 +00:00
|
|
|
energy = 0.2
|
2025-01-05 11:25:13 +00:00
|
|
|
texture = ExtResource("3_h4uja")
|
2025-01-06 08:06:20 +00:00
|
|
|
texture_scale = 2.0
|
2025-01-05 11:25:13 +00:00
|
|
|
height = 20.0
|