invert colors to learn aseprite

master
Sascha 2025-02-18 13:49:09 +07:00
parent 3d271891f8
commit 29c3b219fe
11 changed files with 293 additions and 92 deletions

@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false force_autohinter=false
hinting=1 hinting=1
subpixel_positioning=1 subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0 oversampling=0.0
Fallbacks=null Fallbacks=null
fallbacks=[] fallbacks=[]

@ -23,6 +23,7 @@ allow_system_fallback=true
force_autohinter=false force_autohinter=false
hinting=1 hinting=1
subpixel_positioning=1 subpixel_positioning=1
keep_rounding_remainders=true
oversampling=0.0 oversampling=0.0
Fallbacks=null Fallbacks=null
fallbacks=[] fallbacks=[]

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://r42asaariiel"
path="res://.godot/imported/knight-sheet.png-bec1616426964f35f628a3e1512f6064.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/sprites/knight-sheet.png"
dest_files=["res://.godot/imported/knight-sheet.png-bec1616426964f35f628a3e1512f6064.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bl6u4oikhovy2"
path="res://.godot/imported/world_tileset-sheet.png-38be4269b18db235cde4a17bf0d08a89.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/sprites/world_tileset-sheet.png"
dest_files=["res://.godot/imported/world_tileset-sheet.png-38be4269b18db235cde4a17bf0d08a89.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

@ -12,7 +12,7 @@ config_version=5
config/name="Princess Dragon Slayer" config/name="Princess Dragon Slayer"
run/main_scene="res://scenes/game.tscn" run/main_scene="res://scenes/game.tscn"
config/features=PackedStringArray("4.3", "Forward Plus") config/features=PackedStringArray("4.4", "Forward Plus")
[autoload] [autoload]

@ -194,8 +194,8 @@ tracks/3/keys = {
[sub_resource type="AnimationLibrary" id="AnimationLibrary_kby16"] [sub_resource type="AnimationLibrary" id="AnimationLibrary_kby16"]
_data = { _data = {
"RESET": SubResource("Animation_l41fi"), &"RESET": SubResource("Animation_l41fi"),
"collect": SubResource("Animation_djd7n") &"collect": SubResource("Animation_djd7n")
} }
[node name="Coin" type="Area2D"] [node name="Coin" type="Area2D"]
@ -213,7 +213,7 @@ shape = SubResource("CapsuleShape2D_wugld")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."] [node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = { libraries = {
"": SubResource("AnimationLibrary_kby16") &"": SubResource("AnimationLibrary_kby16")
} }
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] [node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]

@ -1,7 +1,8 @@
[gd_scene load_steps=12 format=4 uid="uid://bftnbe6bs7unm"] [gd_scene load_steps=14 format=4 uid="uid://bftnbe6bs7unm"]
[ext_resource type="PackedScene" uid="uid://r1ex2hm0w68w" path="res://scenes/player.tscn" id="1_bet5j"] [ext_resource type="PackedScene" uid="uid://r1ex2hm0w68w" path="res://scenes/player.tscn" id="1_bet5j"]
[ext_resource type="Texture2D" uid="uid://buys6ooyytlxw" path="res://assets/sprites/world_tileset.png" id="1_xr8eg"] [ext_resource type="Texture2D" uid="uid://buys6ooyytlxw" path="res://assets/sprites/world_tileset.png" id="1_xr8eg"]
[ext_resource type="Texture2D" uid="uid://bl6u4oikhovy2" path="res://assets/sprites/world_tileset-sheet.png" id="3_0tnpc"]
[ext_resource type="PackedScene" uid="uid://b314kt4tvhykm" path="res://scenes/coin.tscn" id="3_fl3ak"] [ext_resource type="PackedScene" uid="uid://b314kt4tvhykm" path="res://scenes/coin.tscn" id="3_fl3ak"]
[ext_resource type="Script" uid="uid://d3tamph1wtuyg" path="res://scripts/ground.gd" id="3_xffrs"] [ext_resource type="Script" uid="uid://d3tamph1wtuyg" path="res://scripts/ground.gd" id="3_xffrs"]
[ext_resource type="Script" uid="uid://cnypyawdc2pav" path="res://scripts/game_manager.gd" id="5_6hne7"] [ext_resource type="Script" uid="uid://cnypyawdc2pav" path="res://scripts/game_manager.gd" id="5_6hne7"]
@ -171,8 +172,139 @@ texture = ExtResource("1_xr8eg")
2:4/size_in_atlas = Vector2i(3, 3) 2:4/size_in_atlas = Vector2i(3, 3)
2:4/0 = 0 2:4/0 = 0
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_vtaks"]
texture = ExtResource("3_0tnpc")
0:0/0 = 0
1:0/0 = 0
2:0/0 = 0
3:0/0 = 0
4:0/0 = 0
5:0/0 = 0
6:0/0 = 0
7:0/0 = 0
8:0/0 = 0
9:0/0 = 0
10:0/0 = 0
11:0/0 = 0
0:1/0 = 0
1:1/0 = 0
2:1/0 = 0
3:1/0 = 0
4:1/0 = 0
5:1/0 = 0
6:1/0 = 0
7:1/0 = 0
8:1/0 = 0
9:1/0 = 0
10:1/0 = 0
11:1/0 = 0
0:2/0 = 0
1:2/0 = 0
2:2/0 = 0
3:2/0 = 0
4:2/0 = 0
5:2/0 = 0
6:2/0 = 0
7:2/0 = 0
8:2/0 = 0
9:2/0 = 0
10:2/0 = 0
11:2/0 = 0
0:3/0 = 0
1:3/0 = 0
2:3/0 = 0
5:3/0 = 0
6:3/0 = 0
7:3/0 = 0
8:3/0 = 0
9:3/0 = 0
0:4/0 = 0
1:4/0 = 0
2:4/0 = 0
3:4/0 = 0
4:4/0 = 0
5:4/0 = 0
6:4/0 = 0
7:4/0 = 0
8:4/0 = 0
9:4/0 = 0
0:5/0 = 0
1:5/0 = 0
2:5/0 = 0
3:5/0 = 0
4:5/0 = 0
5:5/0 = 0
6:5/0 = 0
7:5/0 = 0
8:5/0 = 0
1:6/0 = 0
2:6/0 = 0
3:6/0 = 0
4:6/0 = 0
5:6/0 = 0
6:6/0 = 0
7:6/0 = 0
8:6/0 = 0
0:7/0 = 0
1:7/0 = 0
3:7/0 = 0
5:7/0 = 0
6:7/0 = 0
7:7/0 = 0
8:7/0 = 0
0:8/0 = 0
1:8/0 = 0
2:8/0 = 0
3:8/0 = 0
4:8/0 = 0
5:8/0 = 0
6:8/0 = 0
7:8/0 = 0
8:8/0 = 0
0:9/0 = 0
1:9/0 = 0
2:9/0 = 0
3:9/0 = 0
4:9/0 = 0
5:9/0 = 0
6:9/0 = 0
7:9/0 = 0
0:10/0 = 0
1:10/0 = 0
2:10/0 = 0
3:10/0 = 0
4:10/0 = 0
6:10/0 = 0
0:11/0 = 0
1:11/0 = 0
2:11/0 = 0
3:11/0 = 0
4:11/0 = 0
5:11/0 = 0
0:12/0 = 0
1:12/0 = 0
2:12/0 = 0
3:12/0 = 0
4:12/0 = 0
0:13/0 = 0
1:13/0 = 0
2:13/0 = 0
3:13/0 = 0
4:13/0 = 0
5:13/0 = 0
0:14/0 = 0
1:14/0 = 0
2:14/0 = 0
3:14/0 = 0
4:14/0 = 0
0:15/0 = 0
1:15/0 = 0
2:15/0 = 0
3:15/0 = 0
[sub_resource type="TileSet" id="TileSet_1155g"] [sub_resource type="TileSet" id="TileSet_1155g"]
physics_layer_0/collision_layer = 1 physics_layer_0/collision_layer = 1
sources/2 = SubResource("TileSetAtlasSource_vtaks")
sources/0 = SubResource("TileSetAtlasSource_q7uas") sources/0 = SubResource("TileSetAtlasSource_q7uas")
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_u51kv"] [sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_u51kv"]

@ -1,137 +1,137 @@
[gd_scene load_steps=33 format=3 uid="uid://r1ex2hm0w68w"] [gd_scene load_steps=33 format=3 uid="uid://r1ex2hm0w68w"]
[ext_resource type="Texture2D" uid="uid://rreep3laiho3" path="res://assets/sprites/knight.png" id="1_bdpdo"]
[ext_resource type="Script" uid="uid://dnsg58qosk0ay" path="res://scripts/player.gd" id="1_ttddr"] [ext_resource type="Script" uid="uid://dnsg58qosk0ay" path="res://scripts/player.gd" id="1_ttddr"]
[ext_resource type="Texture2D" uid="uid://r42asaariiel" path="res://assets/sprites/knight-sheet.png" id="2_qhqgy"]
[sub_resource type="CircleShape2D" id="CircleShape2D_flmdw"] [sub_resource type="CircleShape2D" id="CircleShape2D_flmdw"]
radius = 6.08276 radius = 6.08276
[sub_resource type="AtlasTexture" id="AtlasTexture_khi4m"] [sub_resource type="AtlasTexture" id="AtlasTexture_dqkch"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(0, 0, 32, 32) region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_b6rxo"] [sub_resource type="AtlasTexture" id="AtlasTexture_qlg0r"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(32, 0, 32, 32) region = Rect2(32, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_rxxsx"] [sub_resource type="AtlasTexture" id="AtlasTexture_tuyoq"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(64, 0, 32, 32) region = Rect2(64, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_aqn6i"] [sub_resource type="AtlasTexture" id="AtlasTexture_fjrip"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(96, 0, 32, 32) region = Rect2(96, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_adjag"] [sub_resource type="AtlasTexture" id="AtlasTexture_g2els"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(0, 160, 32, 32) region = Rect2(0, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_38xna"] [sub_resource type="AtlasTexture" id="AtlasTexture_4ni07"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(32, 160, 32, 32) region = Rect2(32, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_r5svv"] [sub_resource type="AtlasTexture" id="AtlasTexture_l71n6"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(64, 160, 32, 32) region = Rect2(64, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_ls2a4"] [sub_resource type="AtlasTexture" id="AtlasTexture_ke2ow"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(96, 160, 32, 32) region = Rect2(96, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_5ncli"] [sub_resource type="AtlasTexture" id="AtlasTexture_ujl30"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(128, 160, 32, 32) region = Rect2(128, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_k3i8h"] [sub_resource type="AtlasTexture" id="AtlasTexture_31cv2"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(160, 160, 32, 32) region = Rect2(160, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_tms7b"] [sub_resource type="AtlasTexture" id="AtlasTexture_pf23h"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(192, 160, 32, 32) region = Rect2(192, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_xitvk"] [sub_resource type="AtlasTexture" id="AtlasTexture_dt7fs"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(224, 160, 32, 32) region = Rect2(224, 160, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_l1urg"] [sub_resource type="AtlasTexture" id="AtlasTexture_qhqgy"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(0, 64, 32, 32) region = Rect2(0, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_jpa7q"] [sub_resource type="AtlasTexture" id="AtlasTexture_smehm"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(32, 64, 32, 32) region = Rect2(32, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_50l3e"] [sub_resource type="AtlasTexture" id="AtlasTexture_ur7pv"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(64, 64, 32, 32) region = Rect2(64, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_e1lxk"] [sub_resource type="AtlasTexture" id="AtlasTexture_y4r1p"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(96, 64, 32, 32) region = Rect2(96, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_suufl"] [sub_resource type="AtlasTexture" id="AtlasTexture_d2wvv"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(128, 64, 32, 32) region = Rect2(128, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_lu04q"] [sub_resource type="AtlasTexture" id="AtlasTexture_3v2ag"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(160, 64, 32, 32) region = Rect2(160, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_jdlrl"] [sub_resource type="AtlasTexture" id="AtlasTexture_jej6c"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(192, 64, 32, 32) region = Rect2(192, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_k7asf"] [sub_resource type="AtlasTexture" id="AtlasTexture_f1ej7"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(224, 64, 32, 32) region = Rect2(224, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_ncdm3"] [sub_resource type="AtlasTexture" id="AtlasTexture_oprun"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(0, 96, 32, 32) region = Rect2(0, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_xsfv4"] [sub_resource type="AtlasTexture" id="AtlasTexture_a8ls1"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(32, 96, 32, 32) region = Rect2(32, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_ngoxg"] [sub_resource type="AtlasTexture" id="AtlasTexture_qfm1y"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(64, 96, 32, 32) region = Rect2(64, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_0qpvs"] [sub_resource type="AtlasTexture" id="AtlasTexture_fulsm"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(96, 96, 32, 32) region = Rect2(96, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_c0i1o"] [sub_resource type="AtlasTexture" id="AtlasTexture_4r5pv"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(128, 96, 32, 32) region = Rect2(128, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_yf7yy"] [sub_resource type="AtlasTexture" id="AtlasTexture_60mlk"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(160, 96, 32, 32) region = Rect2(160, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_6k6qs"] [sub_resource type="AtlasTexture" id="AtlasTexture_i4ail"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(192, 96, 32, 32) region = Rect2(192, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_woy78"] [sub_resource type="AtlasTexture" id="AtlasTexture_a38lo"]
atlas = ExtResource("1_bdpdo") atlas = ExtResource("2_qhqgy")
region = Rect2(224, 96, 32, 32) region = Rect2(224, 96, 32, 32)
[sub_resource type="SpriteFrames" id="SpriteFrames_5pxeq"] [sub_resource type="SpriteFrames" id="SpriteFrames_5pxeq"]
animations = [{ animations = [{
"frames": [{ "frames": [{
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_khi4m") "texture": SubResource("AtlasTexture_dqkch")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_b6rxo") "texture": SubResource("AtlasTexture_qlg0r")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_rxxsx") "texture": SubResource("AtlasTexture_tuyoq")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_aqn6i") "texture": SubResource("AtlasTexture_fjrip")
}], }],
"loop": true, "loop": true,
"name": &"idle", "name": &"idle",
@ -139,28 +139,28 @@ animations = [{
}, { }, {
"frames": [{ "frames": [{
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_adjag") "texture": SubResource("AtlasTexture_g2els")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_38xna") "texture": SubResource("AtlasTexture_4ni07")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_r5svv") "texture": SubResource("AtlasTexture_l71n6")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_ls2a4") "texture": SubResource("AtlasTexture_ke2ow")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_5ncli") "texture": SubResource("AtlasTexture_ujl30")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_k3i8h") "texture": SubResource("AtlasTexture_31cv2")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_tms7b") "texture": SubResource("AtlasTexture_pf23h")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_xitvk") "texture": SubResource("AtlasTexture_dt7fs")
}], }],
"loop": true, "loop": true,
"name": &"jump", "name": &"jump",
@ -168,52 +168,52 @@ animations = [{
}, { }, {
"frames": [{ "frames": [{
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_l1urg") "texture": SubResource("AtlasTexture_qhqgy")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_jpa7q") "texture": SubResource("AtlasTexture_smehm")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_50l3e") "texture": SubResource("AtlasTexture_ur7pv")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_e1lxk") "texture": SubResource("AtlasTexture_y4r1p")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_suufl") "texture": SubResource("AtlasTexture_d2wvv")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_lu04q") "texture": SubResource("AtlasTexture_3v2ag")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_jdlrl") "texture": SubResource("AtlasTexture_jej6c")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_k7asf") "texture": SubResource("AtlasTexture_f1ej7")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_ncdm3") "texture": SubResource("AtlasTexture_oprun")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_xsfv4") "texture": SubResource("AtlasTexture_a8ls1")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_ngoxg") "texture": SubResource("AtlasTexture_qfm1y")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_0qpvs") "texture": SubResource("AtlasTexture_fulsm")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_c0i1o") "texture": SubResource("AtlasTexture_4r5pv")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_yf7yy") "texture": SubResource("AtlasTexture_60mlk")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_6k6qs") "texture": SubResource("AtlasTexture_i4ail")
}, { }, {
"duration": 1.0, "duration": 1.0,
"texture": SubResource("AtlasTexture_woy78") "texture": SubResource("AtlasTexture_a38lo")
}], }],
"loop": true, "loop": true,
"name": &"run", "name": &"run",
@ -231,6 +231,5 @@ shape = SubResource("CircleShape2D_flmdw")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
sprite_frames = SubResource("SpriteFrames_5pxeq") sprite_frames = SubResource("SpriteFrames_5pxeq")
animation = &"jump" animation = &"run"
autoplay = "idle" autoplay = "idle"
frame_progress = 0.149237