Files
CoinFoxAdventure/scenes/Game/Player/player.tscn
2024-10-28 10:25:07 +01:00

204 lines
5.9 KiB
Plaintext

[gd_scene load_steps=30 format=3 uid="uid://cwhk7ysxws0s0"]
[ext_resource type="Script" path="res://scenes/Game/Player/player.gd" id="1_f437e"]
[ext_resource type="Texture2D" uid="uid://uobvqa86mtra" path="res://assets/Sunny Land Collection Files/Sunny Land Collection Files/Assets/Characters/Players/Squirrel/idle/spritesheet.png" id="2_r3s32"]
[ext_resource type="Texture2D" uid="uid://dsxamfhimcg4y" path="res://assets/Sunny Land Collection Files/Sunny Land Collection Files/Assets/Characters/Players/Squirrel/hurt/spritesheet.png" id="3_srffp"]
[ext_resource type="Texture2D" uid="uid://bua1m1rj2utkk" path="res://assets/Sunny Land Collection Files/Sunny Land Collection Files/Assets/Characters/Players/Squirrel/jump/spritesheet.png" id="4_ks4c0"]
[ext_resource type="Texture2D" uid="uid://bpiyhyvswfjcn" path="res://assets/Sunny Land Collection Files/Sunny Land Collection Files/Assets/Characters/Players/Squirrel/run/spritesheets.png" id="5_f3bx4"]
[sub_resource type="AtlasTexture" id="AtlasTexture_dqyxk"]
atlas = ExtResource("3_srffp")
region = Rect2(0, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_xsbq4"]
atlas = ExtResource("3_srffp")
region = Rect2(90, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_vn7gu"]
atlas = ExtResource("2_r3s32")
region = Rect2(0, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_qmgau"]
atlas = ExtResource("2_r3s32")
region = Rect2(90, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_f50k5"]
atlas = ExtResource("2_r3s32")
region = Rect2(180, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_37eky"]
atlas = ExtResource("2_r3s32")
region = Rect2(270, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_4pd0r"]
atlas = ExtResource("2_r3s32")
region = Rect2(360, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_t0f3l"]
atlas = ExtResource("2_r3s32")
region = Rect2(450, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_7e1p8"]
atlas = ExtResource("2_r3s32")
region = Rect2(540, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_qinjk"]
atlas = ExtResource("2_r3s32")
region = Rect2(630, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_j3m0v"]
atlas = ExtResource("4_ks4c0")
region = Rect2(0, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_r8mn1"]
atlas = ExtResource("4_ks4c0")
region = Rect2(90, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_n5oix"]
atlas = ExtResource("4_ks4c0")
region = Rect2(180, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_kvbtk"]
atlas = ExtResource("4_ks4c0")
region = Rect2(270, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_edg0r"]
atlas = ExtResource("5_f3bx4")
region = Rect2(0, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_knuog"]
atlas = ExtResource("5_f3bx4")
region = Rect2(90, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_ftbig"]
atlas = ExtResource("5_f3bx4")
region = Rect2(180, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_ruuj8"]
atlas = ExtResource("5_f3bx4")
region = Rect2(270, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_v6bmq"]
atlas = ExtResource("5_f3bx4")
region = Rect2(360, 0, 90, 58)
[sub_resource type="AtlasTexture" id="AtlasTexture_rlkj5"]
atlas = ExtResource("5_f3bx4")
region = Rect2(450, 0, 90, 58)
[sub_resource type="SpriteFrames" id="SpriteFrames_fql3i"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_dqyxk")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xsbq4")
}],
"loop": true,
"name": &"hurt",
"speed": 10.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_vn7gu")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qmgau")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_f50k5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_37eky")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4pd0r")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_t0f3l")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_7e1p8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_qinjk")
}],
"loop": true,
"name": &"idle",
"speed": 7.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_j3m0v")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_r8mn1")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_n5oix")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_kvbtk")
}],
"loop": true,
"name": &"jump",
"speed": 10.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_edg0r")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_knuog")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ftbig")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ruuj8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_v6bmq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_rlkj5")
}],
"loop": true,
"name": &"run",
"speed": 12.0
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_gqjua"]
radius = 8.0
height = 24.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nv1uy"]
bg_color = Color(1, 0, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qoc3s"]
bg_color = Color(0, 1, 0, 1)
[node name="Player" type="CharacterBody2D"]
script = ExtResource("1_f437e")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
position = Vector2(4, -19)
sprite_frames = SubResource("SpriteFrames_fql3i")
animation = &"idle"
autoplay = "idle"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(1, -11)
shape = SubResource("CapsuleShape2D_gqjua")
[node name="ProgressBar" type="ProgressBar" parent="."]
offset_left = -14.0
offset_top = -33.0
offset_right = 12.0
offset_bottom = -27.0
theme_override_styles/background = SubResource("StyleBoxFlat_nv1uy")
theme_override_styles/fill = SubResource("StyleBoxFlat_qoc3s")
value = 100.0
show_percentage = false