Compare commits

..

53 Commits

Author SHA1 Message Date
JHDev2006
46508e55db Merge branch 'main' into custom-level-loading-rewrite 2025-10-17 21:12:58 +01:00
guzlad
9a0d61d1e1 Audio Manager sound override rework and fixes (#617)
* Reworked the sound override system to prevent non-playing sounds

* Weird bug where it would call to stop a non-existant hammer sound on death
2025-10-17 20:26:04 +01:00
JHDev2006
7d6652a242 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-17 19:23:14 +01:00
JHDev2006
676efa6443 fixed fonts being loaded using shitty fuckass uids 2025-10-17 19:23:13 +01:00
SkyanUltra
ad92f70925 Quick remapping of SwimMove to WaterMove (#614)
Fixes the fallback for WingMove to be set correctly to WaterMove.
2025-10-17 17:28:17 +01:00
John Cooper McDonald
9a17f140e0 Update hitboxes for consistency (#608)
Co-authored-by: Joe H <97353363+JHDev2006@users.noreply.github.com>
2025-10-17 17:12:57 +01:00
SkyanUltra
ed297891fd Quick fixes for optional animations (#612)
* Quick fix for flipped Jump/RunJump anims

accidentally used the condition the wrong way, my bad LOL

* >= moment

so thats why it was playing the fall animation for a single frame

* Reverted attempted fixes accidentally left in for CrouchBump
2025-10-17 13:56:12 +01:00
JHDev2006
a0521becb4 fixed an animation override bug cause im dumb and havent touched the json parser in a while 2025-10-17 13:32:08 +01:00
JHDev2006
2e66c00163 animation overrides for jsons 2025-10-17 12:58:08 +01:00
JoeMama
8fbe607983 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-17 11:48:30 +01:00
JoeMama
5d0a1a8101 couple fixes 2025-10-17 11:48:28 +01:00
SkyanUltra
b088ad91e1 Peach now uses correct node and supports resource packs. (#609)
This fixes Peach in the minus world to now use her properly exported sprite, and additionally allows for her to be animated and changed through PeachNPC.json.
2025-10-17 09:59:18 +01:00
guzlad
52208528b5 Halved 1-2 minus world collision box (#611) 2025-10-17 09:58:46 +01:00
guzlad
3866b6bc35 Added HammerHurry.mp3, moved hammer sounds over to a json and bgm (#610) 2025-10-17 09:58:34 +01:00
JoeMama
80faeadafc fixed a crash when exiting pipes, and restored the LL font cause apparently i accidentily deleted it last commit, whoops, also wrote a quick optimization into the font updater to speed up load times 2025-10-17 09:48:04 +01:00
JHDev2006
77b91b3840 the main font now only uses ONE .fnt file, and the other language fonts fnt files are now embedded into the main .fnt file 2025-10-16 23:20:36 +01:00
JHDev2006
c16903e9a9 final touches 2025-10-16 22:50:31 +01:00
JHDev2006
44e7da3fea fonts can now have custom variations via jsons 2025-10-16 22:46:02 +01:00
JHDev2006
823b6274f8 fixed the mouse cursor icon in the level editor flicker 2025-10-16 21:13:17 +01:00
JHDev2006
135dad712c fsr the challenge mode results menu was still visible upon loading, so made it not visible 2025-10-16 19:29:38 +01:00
JHDev2006
610cd4594a window size now gets saved 2025-10-16 18:18:25 +01:00
JHDev2006
0d2f0a0187 added Special style scrolling, just for funsies, might make toggleable, not sure yet 2025-10-16 18:13:02 +01:00
John Cooper McDonald
ae4317f9e5 Fix lingering Hammer issues (#607)
* Fix lingering Hammer issues

* CannonBall gib

* Spike Block and Rocky Wrench cleanup

* Update SpikeBlock.tscn

* Update PlayerDetection.gd
2025-10-16 18:02:29 +01:00
John Cooper McDonald
8474bc3c19 Properly implement the Hammer item (#599)
* Properly implement the Hammer item

* Update Boo.gd

* Update LongFirebar.tscn
2025-10-15 18:14:19 +01:00
CST1229
651988bf5e Fix resource packs enabled in 1.0.1 being permanently enabled (#602)
* Fix resource packs enabled in 1.0.1 being permanently enabled

* Also add an explanatory comment
2025-10-15 18:13:42 +01:00
JHDev2006
6b598e717d added a quick updating thing to resource extraction + fixed a bug where the timer warnings would play, upon death 2025-10-15 14:37:05 +01:00
SkyanUltra
447b6d3ea7 Optional Animations 2: Electric Boogaloo (#596)
* Additional optional animations for water/wing power-up + extras

* Added animation fallbacks for new animations

* Kicking animation function

* Kick anim functionality for shells

* Player performs kick animation

* RunJump anims + quick fixes

new anims, including RunJump, RunJumpFall and RunJumpBump (incredible name) which play depending on the X velocity the player left the ground with.

also fixed the bob-omb to play the kick animation as well as it should

also

* Updated "FlyMove" to "WingMove" for consistency

* Update "FlyMove" to "WingMove" in animation fallbacks
2025-10-15 12:51:38 +01:00
JHDev2006
69fb2b5005 fixed some warning spam on startup 2025-10-14 16:30:37 +01:00
JHDev2006
11e74a0171 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-14 16:27:13 +01:00
JHDev2006
0e36cdfc60 block destruction particles now get cached, hopefully reducing stutter 2025-10-14 16:27:10 +01:00
KirbyKidJ
0be8a1d277 P-Switch BGM File and Hurry Music (#589)
Added a .bgm file for P-Switches so it gets exported for Resource Packs. Also added a Hurry Up variant.
2025-10-14 16:22:54 +01:00
John Cooper McDonald
f35740d0ca Fix physics overwriting character ceiling bump speed for brick blocks (#545)
* Fix physics overwriting character ceiling bump speed for brick blocks

* Update BrickBlock.gd

* Update BrickBlock.gd

* Update BrickBlock.gd
2025-10-14 16:22:00 +01:00
Ramona
46b4dc82b4 Flip death gravity when upside down (#586)
* Flip death gravity when upside down

* Improvements to code per Joe's request
2025-10-14 16:20:09 +01:00
guzlad
a0369cd612 [QoL] FPS Counter disabled by default, show message after screenshot, show message if noclip is enabled/disabled (#591)
* FPS counter is off by default, enable with F4

* A message or error is now shown on-screen if a screenshot is taken with F2

* Show message when noclip is enabled or disabled
2025-10-14 16:04:08 +01:00
guzlad
74270bcca4 Fixed leftover upside-down pipe tiles in SMBS 7-4b (#587) 2025-10-13 22:50:25 +01:00
JHDev2006
c994bb3503 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-13 20:05:46 +01:00
JHDev2006
21499f3697 fixed challenge mode results being able to be closed 2025-10-13 20:05:42 +01:00
guzlad
83bff6397a Ground tiling in 8-2a is now fixed (#581) 2025-10-13 20:04:40 +01:00
guzlad
4ce4d2bddf Fixed ChallengeEnd and ChallengeResults (#583) 2025-10-13 20:04:28 +01:00
SkyanUltra
a9b4cbe674 StarFall animation fallback fix (#584)
if you don't have StarJump, it would ignore your JumpFall animation when you have invincibility. this fixes that.
2025-10-13 19:56:40 +01:00
JHDev2006
14c193fb27 fixed an issue where coin particles werent spawning if the coin was part of the tilemap 2025-10-13 19:53:40 +01:00
JHDev2006
455aa14b35 fixed an issue where you could re-enter pipes, while exiting them, by spamming down 2025-10-13 19:25:32 +01:00
JHDev2006
a9055451ae fixed an issue where you could throw a fireball frame one of exiting a pipe 2025-10-13 19:23:24 +01:00
SkyanUltra
22a4afbc95 Slight tweak to animation fallbacks (#573)
Changes a few animation fallbacks to something more reasonable, and fixes potential broken animation fallbacks (notably PipeMove, which didn't work if you didn't define a Move animation.)
2025-10-12 23:06:29 +01:00
guzlad
11da83fd8a Fixed fire flower palette in Cave, Underwater and CastleWater. Added new fireflower sprite for Special (#575) 2025-10-12 23:06:08 +01:00
guzlad
79339ab5ae Fixed peach sprite in -1 (#576) 2025-10-12 23:05:35 +01:00
JoeMama
9e278d70ca Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-12 15:10:57 +01:00
JoeMama
584300f8e4 Update NoteBlock.json 2025-10-12 15:10:51 +01:00
guzlad
832b34214c Castle bridge particles on classic now only appear if Extra Effects is enabled (#569) 2025-10-12 13:35:17 +01:00
JoeMama
7560403c54 updated sprites 2025-10-12 13:34:14 +01:00
JoeMama
9a23059362 Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-10-11 22:48:58 +01:00
JoeMama
efe3b98aa0 added a quick and dirty fps counter (press F4 or R3 on controller, for it to be toggled) 2025-10-11 22:48:52 +01:00
guzlad
333ceae967 Fixed certain upside down pipe tiles in SMBLL and SMBS (#560) 2025-10-11 16:27:12 +01:00
200 changed files with 19511 additions and 16655 deletions

View File

@@ -0,0 +1,5 @@
{
"variations": {
"default": { "source": "ChallengeEnd.mp3" }
}
}

View File

@@ -0,0 +1,10 @@
{
"Normal": {
"source": "ChallengeResults.mp3",
"loop": 0.0
},
"Hurry": {
"source": "ChallengeResults.mp3",
"loop": 0.0
}
}

View File

@@ -0,0 +1,5 @@
{
"variations": {
"default": { "source": "ChallengeResults.bgm" }
}
}

View File

@@ -0,0 +1,4 @@
{
"Normal": {"source": "Hammer.mp3", "loop": 0.0},
"Hurry": {"source": "HammerHurry.mp3", "loop": 0.0}
}

View File

@@ -0,0 +1,5 @@
{
"variations": {
"default": {"source": "Hammer.bgm"}
}
}

Binary file not shown.

View File

@@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://b18uhvghiv5i7"
path="res://.godot/imported/HammerHurry.mp3-57fe15e311073c22b994c20a8caff2a9.mp3str"
[deps]
source_file="res://Assets/Audio/BGM/HammerHurry.mp3"
dest_files=["res://.godot/imported/HammerHurry.mp3-57fe15e311073c22b994c20a8caff2a9.mp3str"]
[params]
loop=true
loop_offset=0.0
bpm=0.0
beat_count=0
bar_beats=4

View File

@@ -0,0 +1,10 @@
{
"Normal": {
"source": "PSwitch.mp3",
"loop": 8.801
},
"Hurry": {
"source": "PSwitchHurry.mp3",
"loop": 7.55
}
}

View File

@@ -1,3 +1,3 @@
{ {
"variations": {"source": "PSwitch.mp3"} "variations": {"source": "PSwitch.bgm"}
} }

Binary file not shown.

View File

@@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://7iqief2hn4rg"
path="res://.godot/imported/PSwitchHurry.mp3-3abe83c8eb89107e332495802cd7d785.mp3str"
[deps]
source_file="res://Assets/Audio/BGM/PSwitchHurry.mp3"
dest_files=["res://.godot/imported/PSwitchHurry.mp3-3abe83c8eb89107e332495802cd7d785.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

Binary file not shown.

View File

@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dmgokar32otvr"
path="res://.godot/imported/HammerHit.wav-e7d35f1a3d3022177d665d6f2eb69a9d.sample"
[deps]
source_file="res://Assets/Audio/SFX/HammerHit.wav"
dest_files=["res://.godot/imported/HammerHit.wav-e7d35f1a3d3022177d665d6f2eb69a9d.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

View File

@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://clpebkune16oc"
path="res://.godot/imported/HammerPoint.wav-d08385bab6f27e27d308496f733770b5.sample"
[deps]
source_file="res://Assets/Audio/SFX/HammerPoint.wav"
dest_files=["res://.godot/imported/HammerPoint.wav-d08385bab6f27e27d308496f733770b5.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 961 B

View File

@@ -13,6 +13,7 @@
"Castle": {"source": "NoteBlock.png", "rect": [0, 32, 16, 16]}, "Castle": {"source": "NoteBlock.png", "rect": [0, 32, 16, 16]},
"Snow": {"source": "NoteBlock.png", "rect": [0, 48, 16, 16]}, "Snow": {"source": "NoteBlock.png", "rect": [0, 48, 16, 16]},
"Space": {"source": "NoteBlock.png", "rect": [0, 64, 16, 16]}, "Space": {"source": "NoteBlock.png", "rect": [0, 64, 16, 16]},
"Volcano": {"source": "NoteBlock.png", "rect": [0, 80, 16, 16]} "Volcano": {"source": "NoteBlock.png", "rect": [0, 80, 16, 16]},
"Bonus": {"source": "NoteBlock.png", "rect": [0, 96, 16, 16]}
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

After

Width:  |  Height:  |  Size: 677 B

View File

@@ -33,70 +33,55 @@
}, },
"variations": { "variations": {
"default": { "default": {
"source": "FireFlower.png", "SMB1": {"source": "FireFlower.png", "rect": [0.0,0.0,64.0,16.0]},
"rect": [ "SMBLL": {"link": "SMB1"},
0.0, "SMBANN": {"link": "SMB1"},
0.0, "SMBS": {"source": "FireFlowerSpecial.png", "rect": [0.0,0.0,64.0,16.0]}
64.0,
16.0
]
}, },
"Underground": { "Underground": {
"source": "FireFlower.png", "SMB1": {"source": "FireFlower.png", "rect": [0.0,16.0,64.0,16.0]},
"rect": [ "SMBLL": {"link": "SMB1"},
0.0, "SMBANN": {"link": "SMB1"},
16.0, "SMBS": {"source": "FireFlowerSpecial.png", "rect": [0.0,16.0,64.0,16.0]}
64.0, },
16.0 "Castle": {
] "link": "Underground"
}, },
"GhostHouse": { "GhostHouse": {
"link": "Underground" "link": "Underground"
}, },
"Castle": { "Underwater": {
"source": "FireFlower.png", "SMB1": {"source": "FireFlower.png", "rect": [0.0,32.0,64.0,16.0]},
"rect": [ "SMBLL": {"link": "SMB1"},
0.0, "SMBANN": {"link": "SMB1"},
32.0, "SMBS": {"source": "FireFlowerSpecial.png", "rect": [0.0,32.0,64.0,16.0]}
64.0, },
16.0 "CastleWater": {
] "link": "Underwater"
}, },
"Snow": { "Snow": {
"source": "FireFlower.png", "SMB1": {"source": "FireFlower.png", "rect": [0.0,48.0,64.0,16.0]},
"rect": [ "SMBLL": {"link": "SMB1"},
0.0, "SMBANN": {"link": "SMB1"},
48.0, "SMBS": {"source": "FireFlowerSpecial.png", "rect": [0.0,48.0,64.0,16.0]}
64.0,
16.0
]
}, },
"Space": { "Space": {
"source": "FireFlower.png", "SMB1": {"source": "FireFlower.png", "rect": [0.0,64.0,64.0,16.0]},
"rect": [ "SMBLL": {"link": "SMB1"},
0.0, "SMBANN": {"link": "SMB1"},
64.0, "SMBS": {"source": "FireFlowerSpecial.png", "rect": [0.0,64.0,64.0,16.0]}
64.0,
16.0
]
}, },
"Volcano": { "Volcano": {
"source": "FireFlower.png", "SMB1": {"source": "FireFlower.png", "rect": [0.0,80.0,64.0,16.0]},
"rect": [ "SMBLL": {"link": "SMB1"},
0.0, "SMBANN": {"link": "SMB1"},
80.0, "SMBS": {"source": "FireFlowerSpecial.png", "rect": [0.0,80.0,64.0,16.0]}
64.0,
16.0
]
}, },
"Bonus": { "Bonus": {
"source": "FireFlower.png", "SMB1": {"source": "FireFlower.png", "rect": [0.0,96.0,64.0,16.0]},
"rect": [ "SMBLL": {"link": "SMB1"},
0.0, "SMBANN": {"link": "SMB1"},
96.0, "SMBS": {"source": "FireFlowerSpecial.png", "rect": [0.0,96.0,64.0,16.0]}
64.0,
16.0
]
} }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgdag7jgwnjm5"
path="res://.godot/imported/FireFlowerSpecial.png-3ae8e78d22e3e202bc4dce18fa8aa0eb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Items/FireFlowerSpecial.png"
dest_files=["res://.godot/imported/FireFlowerSpecial.png-3ae8e78d22e3e202bc4dce18fa8aa0eb.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 881 B

After

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,7 +1,10 @@
info face="Font.png" size=16 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0 info face="Font.png" size=16 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0
common lineHeight=16 base=16 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0 common lineHeight=16 base=16 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0
page id=0 file="Font.png" page id=0 file="Font.png"
chars count=133 page id=1 file="FontGA.png"
page id=2 file="FontJP.png"
chars count=359
char id=48 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0 char id=48 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=49 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0 char id=49 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=50 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0 char id=50 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
@@ -139,3 +142,232 @@ char id=213 x=64 y=128 width=16 height=16 xoffset=0 yoffset=0
char id=1059 x=80 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0 char id=1059 x=80 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=8203 x=0 y=0 width=1 height=1 xoffset=0 yoffset=0 xadvance=0 page=0 chnl=0 char id=8203 x=0 y=0 width=1 height=1 xoffset=0 yoffset=0 xadvance=0 page=0 chnl=0
char id=65313 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65314 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65315 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65316 x=48 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65317 x=64 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65318 x=80 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65319 x=96 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65320 x=112 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65321 x=128 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65322 x=144 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65323 x=160 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65324 x=176 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65325 x=192 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65326 x=0 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65327 x=16 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65328 x=32 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65329 x=48 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65330 x=64 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65331 x=80 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65332 x=96 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65333 x=112 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65334 x=128 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65335 x=144 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65336 x=160 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65337 x=176 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65338 x=192 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=12395 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12411 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12435 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12372 x=48 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12354 x=64 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12381 x=80 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12406 x=96 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12458 x=112 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12503 x=128 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12471 x=144 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12519 x=160 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12531 x=176 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12420 x=192 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12417 x=208 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12427 x=224 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20813 x=240 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36012 x=0 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20107 x=16 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=38917 x=32 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12399 x=48 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=38750 x=64 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=21942 x=80 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=21033 x=96 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12398 x=112 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12501 x=128 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12449 x=144 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12466 x=160 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12540 x=176 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12512 x=192 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12391 x=208 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12426 x=224 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12289 x=240 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=32118 x=0 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=23550 x=16 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36009 x=32 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=22770 x=48 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12375 x=64 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12390 x=80 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12394 x=96 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12414 x=112 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12379 x=128 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12290 x=144 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12522 x=160 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12472 x=176 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12490 x=192 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12523 x=208 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20844 x=224 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24335 x=240 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20195 x=0 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=26367 x=16 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=21697 x=32 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12392 x=48 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=27231 x=64 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=33021 x=80 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12377 x=96 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12418 x=112 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12434 x=128 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36890 x=144 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12376 x=160 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36938 x=176 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12371 x=192 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12364 x=208 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12365 x=224 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=38283 x=240 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=30330 x=0 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20803 x=16 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12362 x=32 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12424 x=48 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12403 x=64 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=38306 x=80 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36899 x=96 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12409 x=112 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=22243 x=128 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20307 x=144 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65288 x=160 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20219 x=176 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=22825 x=192 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24230 x=208 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65289 x=224 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=25552 x=240 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=25658 x=0 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12383 x=16 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=25215 x=32 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=35469 x=48 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=21463 x=64 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12369 x=80 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12356 x=96 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=34920 x=112 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=31034 x=128 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12373 x=144 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12428 x=160 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12477 x=176 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12473 x=192 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=27491 x=208 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=29992 x=224 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=30446 x=240 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=30340 x=0 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=22793 x=16 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24418 x=32 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36969 x=48 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=29105 x=64 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24515 x=80 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12387 x=96 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20316 x=112 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=25104 x=128 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12408 x=144 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24859 x=160 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24773 x=176 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12405 x=192 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=969 x=208 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65281 x=224 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12360 x=240 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12425 x=0 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12510 x=16 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12506 x=32 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12515 x=48 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12452 x=64 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12488 x=80 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12491 x=96 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12483 x=112 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12509 x=128 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12459 x=144 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12479 x=160 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12486 x=176 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12514 x=192 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12489 x=208 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12481 x=224 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12524 x=240 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12521 x=0 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12367 x=16 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12388 x=32 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12389 x=48 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12363 x=64 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12527 x=80 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12463 x=96 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12456 x=112 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12461 x=128 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12494 x=144 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12500 x=160 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12467 x=176 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12513 x=192 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12517 x=208 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12469 x=224 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12421 x=240 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12358 x=0 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12370 x=16 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12382 x=32 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12487 x=48 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12451 x=64 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12464 x=80 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12393 x=96 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12508 x=112 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12525 x=128 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12497 x=144 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12454 x=160 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12502 x=176 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12465 x=192 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12480 x=208 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12475 x=224 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12474 x=240 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12402 x=0 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12400 x=16 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12385 x=32 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12416 x=48 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12423 x=64 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12450 x=80 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12455 x=96 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12539 x=112 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12378 x=128 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12468 x=144 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12496 x=160 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12470 x=176 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12366 x=192 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12431 x=208 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12457 x=224 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65306 x=240 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12478 x=0 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12384 x=16 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12415 x=32 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12429 x=48 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12412 x=64 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12484 x=80 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12397 x=96 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12511 x=112 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12300 x=128 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12301 x=144 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12516 x=160 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12374 x=176 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12422 x=192 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12498 x=208 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12520 x=224 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12380 x=240 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12396 x=0 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12495 x=16 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12460 x=32 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12407 x=48 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12493 x=64 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12505 x=80 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12499 x=96 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65374 x=112 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0

View File

@@ -2,7 +2,7 @@
importer="font_data_bmfont" importer="font_data_bmfont"
type="FontFile" type="FontFile"
uid="uid://cd221873lbtj1" uid="uid://djsv6aojrcuyg"
path="res://.godot/imported/Font.fnt-6c6685c58d22178166a8720d2c719ea3.fontdata" path="res://.godot/imported/Font.fnt-6c6685c58d22178166a8720d2c719ea3.fontdata"
[deps] [deps]
@@ -13,5 +13,5 @@ dest_files=["res://.godot/imported/Font.fnt-6c6685c58d22178166a8720d2c719ea3.fon
[params] [params]
fallbacks=[] fallbacks=[]
compress=false compress=true
scaling_mode=0 scaling_mode=2

View File

@@ -1,3 +1,40 @@
[remap] [remap]
importer="skip" importer="texture"
type="CompressedTexture2D"
uid="uid://fl3d66h6h0o7"
path="res://.godot/imported/Font.png-641933ef994f12d7d57b3370c1fb44de.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/UI/Font.png"
dest_files=["res://.godot/imported/Font.png-641933ef994f12d7d57b3370c1fb44de.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

View File

@@ -1,30 +0,0 @@
info face="FontGA.png" size=16 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0
common lineHeight=16 base=16 scaleW=208 scaleH=32 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0
page id=0 file="FontGA.png"
chars count=26
char id=65313 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65314 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65315 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65316 x=48 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65317 x=64 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65318 x=80 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65319 x=96 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65320 x=112 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65321 x=128 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65322 x=144 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65323 x=160 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65324 x=176 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65325 x=192 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65326 x=0 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65327 x=16 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65328 x=32 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65329 x=48 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65330 x=64 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65331 x=80 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65332 x=96 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65333 x=112 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65334 x=128 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65335 x=144 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65336 x=160 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65337 x=176 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65338 x=192 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0

View File

@@ -1,17 +0,0 @@
[remap]
importer="font_data_bmfont"
type="FontFile"
uid="uid://cucbc0ad0qk2n"
path="res://.godot/imported/FontGA.fnt-fa5823260c61d8e527b146e5ec3ee8d9.fontdata"
[deps]
source_file="res://Assets/Sprites/UI/FontGA.fnt"
dest_files=["res://.godot/imported/FontGA.fnt-fa5823260c61d8e527b146e5ec3ee8d9.fontdata"]
[params]
fallbacks=[]
compress=false
scaling_mode=0

View File

@@ -1,3 +1,40 @@
[remap] [remap]
importer="skip" importer="texture"
type="CompressedTexture2D"
uid="uid://bmyn0megjnnrx"
path="res://.godot/imported/FontGA.png-d849a866dc513008eabe61624b4d39c8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/UI/FontGA.png"
dest_files=["res://.godot/imported/FontGA.png-d849a866dc513008eabe61624b4d39c8.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

View File

@@ -1,204 +0,0 @@
info face="FontJP.png" size=16 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0
common lineHeight=16 base=16 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=1 redChnl=0 greenChnl=0 blueChnl=0
page id=0 file="FontJP.png"
chars count=200
char id=12395 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12411 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12435 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12372 x=48 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12354 x=64 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12381 x=80 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12406 x=96 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12458 x=112 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12503 x=128 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12471 x=144 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12519 x=160 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12531 x=176 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12420 x=192 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12417 x=208 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12427 x=224 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=20813 x=240 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=36012 x=0 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=20107 x=16 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=38917 x=32 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12399 x=48 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=38750 x=64 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=21942 x=80 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=21033 x=96 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12398 x=112 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12501 x=128 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12449 x=144 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12466 x=160 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12540 x=176 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12512 x=192 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12391 x=208 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12426 x=224 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12289 x=240 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=32118 x=0 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=23550 x=16 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=36009 x=32 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=22770 x=48 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12375 x=64 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12390 x=80 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12394 x=96 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12414 x=112 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12379 x=128 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12290 x=144 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12522 x=160 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12472 x=176 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12490 x=192 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12523 x=208 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=20844 x=224 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=24335 x=240 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=20195 x=0 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=26367 x=16 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=21697 x=32 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12392 x=48 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=27231 x=64 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=33021 x=80 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12377 x=96 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12418 x=112 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12434 x=128 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=36890 x=144 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12376 x=160 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=36938 x=176 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12371 x=192 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12364 x=208 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12365 x=224 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=38283 x=240 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=30330 x=0 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=20803 x=16 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12362 x=32 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12424 x=48 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12403 x=64 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=38306 x=80 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=36899 x=96 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12409 x=112 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=22243 x=128 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=20307 x=144 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65288 x=160 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=20219 x=176 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=22825 x=192 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=24230 x=208 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65289 x=224 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=25552 x=240 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=25658 x=0 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12383 x=16 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=25215 x=32 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=35469 x=48 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=21463 x=64 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12369 x=80 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12356 x=96 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=34920 x=112 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=31034 x=128 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12373 x=144 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12428 x=160 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12477 x=176 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12473 x=192 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=27491 x=208 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=29992 x=224 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=30446 x=240 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=30340 x=0 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=22793 x=16 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=24418 x=32 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=36969 x=48 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=29105 x=64 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=24515 x=80 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12387 x=96 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=20316 x=112 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=25104 x=128 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12408 x=144 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=24859 x=160 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=24773 x=176 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12405 x=192 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=969 x=208 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65281 x=224 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12360 x=240 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12425 x=0 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12510 x=16 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12506 x=32 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12515 x=48 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12452 x=64 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12488 x=80 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12491 x=96 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12483 x=112 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12509 x=128 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12459 x=144 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12479 x=160 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12486 x=176 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12514 x=192 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12489 x=208 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12481 x=224 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12524 x=240 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12521 x=0 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12367 x=16 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12388 x=32 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12389 x=48 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12363 x=64 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12527 x=80 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12463 x=96 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12456 x=112 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12461 x=128 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12494 x=144 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12500 x=160 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12467 x=176 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12513 x=192 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12517 x=208 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12469 x=224 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12421 x=240 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12358 x=0 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12370 x=16 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12382 x=32 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12487 x=48 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12451 x=64 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12464 x=80 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12393 x=96 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12508 x=112 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12525 x=128 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12497 x=144 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12454 x=160 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12502 x=176 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12465 x=192 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12480 x=208 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12475 x=224 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12474 x=240 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12402 x=0 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12400 x=16 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12385 x=32 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12416 x=48 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12423 x=64 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12450 x=80 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12455 x=96 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12539 x=112 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12378 x=128 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12468 x=144 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12496 x=160 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12470 x=176 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12366 x=192 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12431 x=208 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12457 x=224 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65306 x=240 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12478 x=0 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12384 x=16 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12415 x=32 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12429 x=48 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12412 x=64 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12484 x=80 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12397 x=96 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12511 x=112 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12300 x=128 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12301 x=144 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12516 x=160 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12374 x=176 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12422 x=192 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12498 x=208 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12520 x=224 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12380 x=240 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12396 x=0 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12495 x=16 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12460 x=32 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12407 x=48 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12493 x=64 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12505 x=80 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=12499 x=96 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=65374 x=112 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0

View File

@@ -1,17 +0,0 @@
[remap]
importer="font_data_bmfont"
type="FontFile"
uid="uid://b64r04rylflu5"
path="res://.godot/imported/FontJP.fnt-b32e1e4de5f98f4290a9acbe40ccfa9c.fontdata"
[deps]
source_file="res://Assets/Sprites/UI/FontJP.fnt"
dest_files=["res://.godot/imported/FontJP.fnt-b32e1e4de5f98f4290a9acbe40ccfa9c.fontdata"]
[params]
fallbacks=[]
compress=false
scaling_mode=0

View File

@@ -1,3 +1,40 @@
[remap] [remap]
importer="skip" importer="texture"
type="CompressedTexture2D"
uid="uid://du7ke62m5mfci"
path="res://.godot/imported/FontJP.png-e9d4affae12e83d1ad38e68741a363e2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/UI/FontJP.png"
dest_files=["res://.godot/imported/FontJP.png-e9d4affae12e83d1ad38e68741a363e2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

View File

@@ -2,7 +2,7 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://csm3iphwghxr4" uid="uid://bmhnxinh358ql"
path="res://.godot/imported/FontJPOld.png-7fc797be5045e04e8b21b55cfd2654c1.ctex" path="res://.godot/imported/FontJPOld.png-7fc797be5045e04e8b21b55cfd2654c1.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false

238
Assets/Sprites/UI/FontLL.fnt Executable file → Normal file
View File

@@ -1,7 +1,10 @@
info face="FontLL.png" size=16 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0 info face="Font.png" size=16 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0
common lineHeight=16 base=16 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0 common lineHeight=16 base=16 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0
page id=0 file="FontLL.png" page id=0 file="FontLL.png"
chars count=133 page id=1 file="FontGA.png"
page id=2 file="FontJP.png"
chars count=359
char id=48 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0 char id=48 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=49 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0 char id=49 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=50 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0 char id=50 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
@@ -137,3 +140,234 @@ char id=195 x=48 y=128 width=16 height=16 xoffset=0 yoffset=0
char id=213 x=64 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0 char id=213 x=64 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=1059 x=80 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0 char id=1059 x=80 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
char id=8203 x=0 y=0 width=1 height=1 xoffset=0 yoffset=0 xadvance=0 page=0 chnl=0
char id=65313 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65314 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65315 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65316 x=48 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65317 x=64 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65318 x=80 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65319 x=96 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65320 x=112 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65321 x=128 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65322 x=144 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65323 x=160 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65324 x=176 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65325 x=192 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65326 x=0 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65327 x=16 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65328 x=32 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65329 x=48 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65330 x=64 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65331 x=80 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65332 x=96 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65333 x=112 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65334 x=128 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65335 x=144 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65336 x=160 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65337 x=176 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=65338 x=192 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=1 chnl=0
char id=12395 x=0 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12411 x=16 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12435 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12372 x=48 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12354 x=64 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12381 x=80 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12406 x=96 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12458 x=112 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12503 x=128 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12471 x=144 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12519 x=160 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12531 x=176 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12420 x=192 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12417 x=208 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12427 x=224 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20813 x=240 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36012 x=0 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20107 x=16 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=38917 x=32 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12399 x=48 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=38750 x=64 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=21942 x=80 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=21033 x=96 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12398 x=112 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12501 x=128 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12449 x=144 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12466 x=160 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12540 x=176 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12512 x=192 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12391 x=208 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12426 x=224 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12289 x=240 y=16 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=32118 x=0 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=23550 x=16 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36009 x=32 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=22770 x=48 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12375 x=64 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12390 x=80 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12394 x=96 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12414 x=112 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12379 x=128 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12290 x=144 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12522 x=160 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12472 x=176 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12490 x=192 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12523 x=208 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20844 x=224 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24335 x=240 y=32 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20195 x=0 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=26367 x=16 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=21697 x=32 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12392 x=48 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=27231 x=64 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=33021 x=80 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12377 x=96 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12418 x=112 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12434 x=128 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36890 x=144 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12376 x=160 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36938 x=176 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12371 x=192 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12364 x=208 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12365 x=224 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=38283 x=240 y=48 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=30330 x=0 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20803 x=16 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12362 x=32 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12424 x=48 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12403 x=64 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=38306 x=80 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36899 x=96 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12409 x=112 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=22243 x=128 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20307 x=144 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65288 x=160 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20219 x=176 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=22825 x=192 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24230 x=208 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65289 x=224 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=25552 x=240 y=64 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=25658 x=0 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12383 x=16 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=25215 x=32 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=35469 x=48 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=21463 x=64 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12369 x=80 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12356 x=96 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=34920 x=112 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=31034 x=128 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12373 x=144 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12428 x=160 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12477 x=176 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12473 x=192 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=27491 x=208 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=29992 x=224 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=30446 x=240 y=80 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=30340 x=0 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=22793 x=16 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24418 x=32 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=36969 x=48 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=29105 x=64 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24515 x=80 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12387 x=96 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=20316 x=112 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=25104 x=128 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12408 x=144 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24859 x=160 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=24773 x=176 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12405 x=192 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=969 x=208 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65281 x=224 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12360 x=240 y=96 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12425 x=0 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12510 x=16 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12506 x=32 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12515 x=48 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12452 x=64 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12488 x=80 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12491 x=96 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12483 x=112 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12509 x=128 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12459 x=144 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12479 x=160 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12486 x=176 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12514 x=192 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12489 x=208 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12481 x=224 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12524 x=240 y=112 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12521 x=0 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12367 x=16 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12388 x=32 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12389 x=48 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12363 x=64 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12527 x=80 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12463 x=96 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12456 x=112 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12461 x=128 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12494 x=144 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12500 x=160 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12467 x=176 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12513 x=192 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12517 x=208 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12469 x=224 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12421 x=240 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12358 x=0 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12370 x=16 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12382 x=32 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12487 x=48 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12451 x=64 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12464 x=80 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12393 x=96 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12508 x=112 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12525 x=128 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12497 x=144 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12454 x=160 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12502 x=176 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12465 x=192 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12480 x=208 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12475 x=224 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12474 x=240 y=144 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12402 x=0 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12400 x=16 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12385 x=32 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12416 x=48 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12423 x=64 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12450 x=80 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12455 x=96 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12539 x=112 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12378 x=128 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12468 x=144 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12496 x=160 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12470 x=176 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12366 x=192 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12431 x=208 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12457 x=224 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65306 x=240 y=160 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12478 x=0 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12384 x=16 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12415 x=32 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12429 x=48 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12412 x=64 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12484 x=80 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12397 x=96 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12511 x=112 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12300 x=128 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12301 x=144 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12516 x=160 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12374 x=176 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12422 x=192 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12498 x=208 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12520 x=224 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12380 x=240 y=176 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12396 x=0 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12495 x=16 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12460 x=32 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12407 x=48 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12493 x=64 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12505 x=80 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=12499 x=96 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0
char id=65374 x=112 y=192 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=2 chnl=0

View File

@@ -2,7 +2,7 @@
importer="font_data_bmfont" importer="font_data_bmfont"
type="FontFile" type="FontFile"
uid="uid://b423dxkogqf0a" uid="uid://b8pt2ab0kg0vw"
path="res://.godot/imported/FontLL.fnt-b0a4b8976c6dfce9e7529f579de98f07.fontdata" path="res://.godot/imported/FontLL.fnt-b0a4b8976c6dfce9e7529f579de98f07.fontdata"
[deps] [deps]
@@ -13,5 +13,5 @@ dest_files=["res://.godot/imported/FontLL.fnt-b0a4b8976c6dfce9e7529f579de98f07.f
[params] [params]
fallbacks=[] fallbacks=[]
compress=false compress=true
scaling_mode=0 scaling_mode=2

0
Assets/Sprites/UI/FontLL.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -1,3 +1,40 @@
[remap] [remap]
importer="skip" importer="texture"
type="CompressedTexture2D"
uid="uid://gd41bb6k1803"
path="res://.godot/imported/FontLL.png-8507bc88b2949495a33d1ab1002b7a73.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/UI/FontLL.png"
dest_files=["res://.godot/imported/FontLL.png-8507bc88b2949495a33d1ab1002b7a73.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

View File

@@ -0,0 +1,6 @@
{
"variations": {
"SMB1": {"source": "Font.fnt"},
"SMBLL": {"source": "FontLL.fnt"}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,5 @@
{
"variations": {
"default": {"source": "ScoreFont.fnt"}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B

After

Width:  |  Height:  |  Size: 919 B

View File

@@ -41,6 +41,7 @@
"res://Assets/Sprites/Items/BridgeAxe.png", "res://Assets/Sprites/Items/BridgeAxe.png",
"res://Assets/Sprites/Items/Fireball.png", "res://Assets/Sprites/Items/Fireball.png",
"res://Assets/Sprites/Items/FireFlower.png", "res://Assets/Sprites/Items/FireFlower.png",
"res://Assets/Sprites/Items/FireFlowerSpecial.png",
"res://Assets/Sprites/Items/Hammer.png", "res://Assets/Sprites/Items/Hammer.png",
"res://Assets/Sprites/Items/PoisonMushroom.png", "res://Assets/Sprites/Items/PoisonMushroom.png",
"res://Assets/Sprites/Items/SpinningCoin.png", "res://Assets/Sprites/Items/SpinningCoin.png",

View File

@@ -0,0 +1 @@
{"columns":"4","palette_base":"FireFlower","palettes":"{\n\"FireFlower\": [\"default1\", \"default2\", \"default3\", \"default4\", \"default1\", \"default2\", \"default3\", \"default4\", \"default1\", \"default2\", \"default3\", \"default4\", \"default1\", \"default2\", \"default3\", \"default4\", \"default1\", \"default2\", \"default3\", \"default4\", \"default1\", \"default2\", \"default3\", \"default4\", \"default1\", \"default2\", \"default3\", \"default4\"],\n\"Green\": [\"default\", \"default\", \"default\", \"default\", \"Underground\", \"Underground\", \"Underground\", \"Underground\", \"Underwater\", \"Underwater\", \"Underwater\", \"Underwater\", \"Snow\", \"Snow\", \"Snow\", \"Snow\", \"Space\", \"Space\", \"Space\", \"Space\", \"Volcano\", \"Volcano\", \"Volcano\", \"Volcano\", \"Bonus\", \"Bonus\", \"Bonus\", \"Bonus\"]\n}","sheet_size":"Vector2i(16, 16)","source_path":"res://Assets/Sprites/Items/FireFlowerSpecial.png","tiles":"{\nVector2(0, 0): {\n\"flip_h\": false,\n\"flip_v\": false,\n\"index\": 214\n},\nVector2(0, 8): {\n\"flip_h\": false,\n\"flip_v\": false,\n\"index\": 217,\n\"palette\": \"Green\"\n},\nVector2(8, 0): {\n\"flip_h\": true,\n\"flip_v\": false,\n\"index\": 214\n},\nVector2(8, 8): {\n\"flip_h\": true,\n\"flip_v\": false,\n\"index\": 217,\n\"palette\": \"Green\"\n}\n}"}

View File

@@ -1,13 +1,11 @@
[gd_resource type="Resource" script_class="CampaignResource" load_steps=4 format=3 uid="uid://8dcuxbc3h2u2"] [gd_resource type="Resource" script_class="CampaignResource" load_steps=3 format=3 uid="uid://8dcuxbc3h2u2"]
[ext_resource type="FontVariation" uid="uid://bl7sbw4nx3l1t" path="res://Resources/ThemedResources/FontMain.tres" id="1_okl0f"] [ext_resource type="FontVariation" uid="uid://bl7sbw4nx3l1t" path="res://Resources/ThemedResources/FontMain.tres" id="1_okl0f"]
[ext_resource type="FontVariation" uid="uid://djxdgxy1iv8yv" path="res://Resources/ThemedResources/FontLLMain.tres" id="2_74y1u"]
[ext_resource type="Script" uid="uid://cixtosud3mfaq" path="res://Scripts/Classes/Resources/CampaignResource.gd" id="3_61m36"] [ext_resource type="Script" uid="uid://cixtosud3mfaq" path="res://Scripts/Classes/Resources/CampaignResource.gd" id="3_61m36"]
[resource] [resource]
script = ExtResource("3_61m36") script = ExtResource("3_61m36")
SMB1 = ExtResource("1_okl0f") SMB1 = ExtResource("1_okl0f")
SMBLL = ExtResource("2_74y1u")
SMBS = ExtResource("1_okl0f") SMBS = ExtResource("1_okl0f")
SMBANN = ExtResource("1_okl0f") SMBANN = ExtResource("1_okl0f")
metadata/_custom_type_script = "uid://cixtosud3mfaq" metadata/_custom_type_script = "uid://cixtosud3mfaq"

View File

@@ -1,10 +0,0 @@
[gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://ce822mfesax3u"]
[ext_resource type="FontFile" uid="uid://cucbc0ad0qk2n" path="res://Assets/Sprites/UI/FontGA.fnt" id="1_duh3l"]
[resource]
base_font = ExtResource("1_duh3l")
opentype_features = {
1667329140: 0
}
spacing_glyph = -8

View File

@@ -1,10 +0,0 @@
[gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://dvrnlamecx862"]
[ext_resource type="FontFile" uid="uid://b64r04rylflu5" path="res://Assets/Sprites/UI/FontJP.fnt" id="1_j5utm"]
[resource]
base_font = ExtResource("1_j5utm")
opentype_features = {
1667329140: 1
}
spacing_glyph = -8

View File

@@ -1,13 +0,0 @@
[gd_resource type="FontVariation" load_steps=4 format=3 uid="uid://djxdgxy1iv8yv"]
[ext_resource type="FontFile" uid="uid://b423dxkogqf0a" path="res://Assets/Sprites/UI/FontLL.fnt" id="1_ahxeg"]
[ext_resource type="FontVariation" uid="uid://dvrnlamecx862" path="res://Resources/ThemedResources/FontJPMain.tres" id="2_7fgsf"]
[ext_resource type="FontVariation" uid="uid://ce822mfesax3u" path="res://Resources/ThemedResources/FontGA.tres" id="3_xjvcq"]
[resource]
fallbacks = Array[Font]([ExtResource("2_7fgsf"), ExtResource("3_xjvcq")])
base_font = ExtResource("1_ahxeg")
opentype_features = {
1667329140: 1
}
spacing_glyph = -8

View File

@@ -1,11 +1,8 @@
[gd_resource type="FontVariation" load_steps=4 format=3 uid="uid://bl7sbw4nx3l1t"] [gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://bl7sbw4nx3l1t"]
[ext_resource type="FontFile" uid="uid://cd221873lbtj1" path="res://Assets/Sprites/UI/Font.fnt" id="1_6xssw"] [ext_resource type="FontFile" uid="uid://cd221873lbtj1" path="res://Assets/Sprites/UI/Font.fnt" id="1_6xssw"]
[ext_resource type="FontVariation" uid="uid://dvrnlamecx862" path="res://Resources/ThemedResources/FontJPMain.tres" id="2_yvbdn"]
[ext_resource type="FontVariation" uid="uid://ce822mfesax3u" path="res://Resources/ThemedResources/FontGA.tres" id="3_5g8gi"]
[resource] [resource]
fallbacks = Array[Font]([ExtResource("2_yvbdn"), ExtResource("3_5g8gi")])
base_font = ExtResource("1_6xssw") base_font = ExtResource("1_6xssw")
opentype_features = { opentype_features = {
1667329140: 0 1667329140: 0

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=62 format=3 uid="uid://blv1d12smlibh"] [gd_scene load_steps=64 format=3 uid="uid://blv1d12smlibh"]
[ext_resource type="Script" uid="uid://bqhrq7sabq811" path="res://Scripts/UI/ChallengeModeResults.gd" id="1_3x4fv"] [ext_resource type="Script" uid="uid://bqhrq7sabq811" path="res://Scripts/UI/ChallengeModeResults.gd" id="1_3x4fv"]
[ext_resource type="Texture2D" uid="uid://116yaio262mj" path="res://Assets/Sprites/UI/ChallengeResultsTemplate.png" id="3_um36a"] [ext_resource type="Texture2D" uid="uid://116yaio262mj" path="res://Assets/Sprites/UI/ChallengeResultsTemplate.png" id="3_um36a"]
@@ -16,6 +16,9 @@
[ext_resource type="Texture2D" uid="uid://de6otencrflfo" path="res://Assets/Sprites/UI/RedCoins.png" id="10_d76il"] [ext_resource type="Texture2D" uid="uid://de6otencrflfo" path="res://Assets/Sprites/UI/RedCoins.png" id="10_d76il"]
[ext_resource type="Texture2D" uid="uid://wx6yyqabrelf" path="res://Assets/Sprites/UI/ChallengeResultsPanel.png" id="11_02i7h"] [ext_resource type="Texture2D" uid="uid://wx6yyqabrelf" path="res://Assets/Sprites/UI/ChallengeResultsPanel.png" id="11_02i7h"]
[ext_resource type="AudioStream" uid="uid://n07ty0sc76em" path="res://Assets/Audio/SFX/ChallengeModeGive.mp3" id="11_nym8o"] [ext_resource type="AudioStream" uid="uid://n07ty0sc76em" path="res://Assets/Audio/SFX/ChallengeModeGive.mp3" id="11_nym8o"]
[ext_resource type="JSON" path="res://Assets/Audio/BGM/ChallengeResults.json" id="12_fb45j"]
[ext_resource type="AudioStream" uid="uid://dhiy4bmyu3j0r" path="res://Assets/Audio/BGM/ChallengeEnd.mp3" id="12_x7w5s"]
[ext_resource type="JSON" path="res://Assets/Audio/BGM/ChallengeEnd.json" id="12_y63tt"]
[ext_resource type="JSON" path="res://Assets/Sprites/Players/ToadNPC.json" id="14_sv6qk"] [ext_resource type="JSON" path="res://Assets/Sprites/Players/ToadNPC.json" id="14_sv6qk"]
[ext_resource type="Texture2D" uid="uid://cxtan2ap83u3d" path="res://Assets/Sprites/UI/ChallengeMedals.png" id="14_woqpu"] [ext_resource type="Texture2D" uid="uid://cxtan2ap83u3d" path="res://Assets/Sprites/UI/ChallengeMedals.png" id="14_woqpu"]
[ext_resource type="Texture2D" uid="uid://c7jq6t1d2mhur" path="res://Assets/Sprites/Items/YoshiEgg.png" id="16_1h3k2"] [ext_resource type="Texture2D" uid="uid://c7jq6t1d2mhur" path="res://Assets/Sprites/Items/YoshiEgg.png" id="16_1h3k2"]
@@ -34,11 +37,6 @@
[ext_resource type="PackedScene" uid="uid://dntk2js0tu3y2" path="res://Scenes/Prefabs/UI/WorldSelect.tscn" id="32_xk7j8"] [ext_resource type="PackedScene" uid="uid://dntk2js0tu3y2" path="res://Scenes/Prefabs/UI/WorldSelect.tscn" id="32_xk7j8"]
[ext_resource type="PackedScene" uid="uid://bsfkt344e6j38" path="res://Scenes/Prefabs/UI/LevelSelectNew.tscn" id="33_x7w5s"] [ext_resource type="PackedScene" uid="uid://bsfkt344e6j38" path="res://Scenes/Prefabs/UI/LevelSelectNew.tscn" id="33_x7w5s"]
[sub_resource type="Resource" id="Resource_cq5a1"]
script = ExtResource("10_bylb3")
Overworld = ExtResource("7_6dwpv")
metadata/_custom_type_script = "uid://cmvlgsjmsk0v5"
[sub_resource type="Animation" id="Animation_6dwpv"] [sub_resource type="Animation" id="Animation_6dwpv"]
resource_name = "Main" resource_name = "Main"
length = 30.0 length = 30.0
@@ -765,18 +763,29 @@ metadata/_custom_type_script = "uid://b08qfwj5jk6g1"
script = ExtResource("7_bob8r") script = ExtResource("7_bob8r")
metadata/_custom_type_script = "uid://cbal8ms2oe1ik" metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Music" type="AudioStreamPlayer" parent="."] [node name="ChallengeResults" type="AudioStreamPlayer" parent="."]
process_mode = 3
stream = ExtResource("7_6dwpv") stream = ExtResource("7_6dwpv")
autoplay = true
bus = &"Music" bus = &"Music"
[node name="ResourceSetter" type="Node" parent="Music" node_paths=PackedStringArray("node_to_affect")] [node name="ResourceSetterNew" type="Node" parent="ChallengeResults" node_paths=PackedStringArray("node_to_affect")]
script = ExtResource("9_iyieq") script = ExtResource("7_bob8r")
node_to_affect = NodePath("..") node_to_affect = NodePath("..")
property_name = "stream" property_name = "stream"
themed_resource = SubResource("Resource_cq5a1") mode = 2
metadata/_custom_type_script = "uid://cq6f682453q6o" resource_json = ExtResource("12_fb45j")
metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="ChallengeEnd" type="AudioStreamPlayer" parent="."]
stream = ExtResource("12_x7w5s")
bus = &"Music"
[node name="ResourceSetterNew" type="Node" parent="ChallengeEnd" node_paths=PackedStringArray("node_to_affect")]
script = ExtResource("7_bob8r")
node_to_affect = NodePath("..")
property_name = "stream"
mode = 2
resource_json = ExtResource("12_y63tt")
metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="MainSequence" type="AnimationPlayer" parent="."] [node name="MainSequence" type="AnimationPlayer" parent="."]
libraries = { libraries = {
@@ -1068,6 +1077,7 @@ metadata/_custom_type_script = "uid://364rywt44hy6"
[node name="PauseMenu" parent="CanvasLayer" instance=ExtResource("31_1l20f")] [node name="PauseMenu" parent="CanvasLayer" instance=ExtResource("31_1l20f")]
visible = false visible = false
can_exit = false
[node name="WorldSelect" parent="CanvasLayer" instance=ExtResource("32_xk7j8")] [node name="WorldSelect" parent="CanvasLayer" instance=ExtResource("32_xk7j8")]
visible = false visible = false
@@ -1098,7 +1108,6 @@ grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
has_challenge_stuff = true has_challenge_stuff = true
[connection signal="sprites_updated" from="Music/ResourceSetter" to="Music" method="play"]
[connection signal="option_1_selected" from="CanvasLayer/PauseMenu" to="." method="retry_level"] [connection signal="option_1_selected" from="CanvasLayer/PauseMenu" to="." method="retry_level"]
[connection signal="option_2_selected" from="CanvasLayer/PauseMenu" to="CanvasLayer/PauseMenu" method="close"] [connection signal="option_2_selected" from="CanvasLayer/PauseMenu" to="CanvasLayer/PauseMenu" method="close"]
[connection signal="option_2_selected" from="CanvasLayer/PauseMenu" to="CanvasLayer/WorldSelect" method="open"] [connection signal="option_2_selected" from="CanvasLayer/PauseMenu" to="CanvasLayer/WorldSelect" method="open"]

View File

@@ -47,6 +47,7 @@ grow_horizontal = 2
grow_vertical = 0 grow_vertical = 0
text = "EXTRACTING ASSETS..." text = "EXTRACTING ASSETS..."
horizontal_alignment = 1 horizontal_alignment = 1
uppercase = true
[node name="Error" type="Label" parent="MarginContainer"] [node name="Error" type="Label" parent="MarginContainer"]
unique_name_in_owner = true unique_name_in_owner = true

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=24 format=4 uid="uid://cel0ku4pdmu2u"] [gd_scene load_steps=28 format=4 uid="uid://cel0ku4pdmu2u"]
[ext_resource type="Script" uid="uid://bcqr1v25ygedb" path="res://Scripts/Classes/LevelClass.gd" id="1_0pu1d"] [ext_resource type="Script" uid="uid://bcqr1v25ygedb" path="res://Scripts/Classes/LevelClass.gd" id="1_0pu1d"]
[ext_resource type="JSON" path="res://Assets/Audio/BGM/Underwater.json" id="2_4i10n"] [ext_resource type="JSON" path="res://Assets/Audio/BGM/Underwater.json" id="2_4i10n"]
@@ -14,16 +14,22 @@
[ext_resource type="PackedScene" uid="uid://e3wkbwtm7sh" path="res://Scenes/Parts/WaterArea.tscn" id="16_6y123"] [ext_resource type="PackedScene" uid="uid://e3wkbwtm7sh" path="res://Scenes/Parts/WaterArea.tscn" id="16_6y123"]
[ext_resource type="PackedScene" uid="uid://bney0cc8cfm5s" path="res://Scenes/Prefabs/LevelObjects/EndFinalCastle.tscn" id="16_8q1jv"] [ext_resource type="PackedScene" uid="uid://bney0cc8cfm5s" path="res://Scenes/Prefabs/LevelObjects/EndFinalCastle.tscn" id="16_8q1jv"]
[ext_resource type="PackedScene" uid="uid://h7ys3yw5jvx3" path="res://Scenes/Prefabs/LevelObjects/Checkpoint.tscn" id="17_bdyl0"] [ext_resource type="PackedScene" uid="uid://h7ys3yw5jvx3" path="res://Scenes/Prefabs/LevelObjects/Checkpoint.tscn" id="17_bdyl0"]
[ext_resource type="Texture2D" uid="uid://boivfkpqvnx45" path="res://Assets/Sprites/Players/Peach.png" id="17_itite"] [ext_resource type="Script" uid="uid://caq1qiwmy0mox" path="res://Scripts/Parts/BetterAnimatedSprite.gd" id="17_xhct6"]
[ext_resource type="PackedScene" uid="uid://bjysym6bhxljv" path="res://Scenes/Prefabs/Entities/Enemies/BowsersBro.tscn" id="18_4i10n"] [ext_resource type="PackedScene" uid="uid://bjysym6bhxljv" path="res://Scenes/Prefabs/Entities/Enemies/BowsersBro.tscn" id="18_4i10n"]
[ext_resource type="PackedScene" uid="uid://r6dlmokkdyar" path="res://Scenes/Prefabs/Entities/Enemies/GreenKoopaTroopa.tscn" id="19_j3p10"] [ext_resource type="PackedScene" uid="uid://r6dlmokkdyar" path="res://Scenes/Prefabs/Entities/Enemies/GreenKoopaTroopa.tscn" id="19_j3p10"]
[ext_resource type="Script" uid="uid://cbal8ms2oe1ik" path="res://Scripts/Classes/Components/ResourceSetterNew.gd" id="19_xhct6"]
[ext_resource type="PackedScene" uid="uid://dnx48rakxib6u" path="res://Scenes/Prefabs/Entities/Enemies/Goomba.tscn" id="20_4i10n"] [ext_resource type="PackedScene" uid="uid://dnx48rakxib6u" path="res://Scenes/Prefabs/Entities/Enemies/Goomba.tscn" id="20_4i10n"]
[ext_resource type="JSON" path="res://Assets/Sprites/Players/PeachNPC.json" id="20_62ed8"]
[ext_resource type="PackedScene" uid="uid://f48a0jmx334d" path="res://Scenes/Prefabs/Entities/Objects/SmallElevatorPlatform.tscn" id="21_4i10n"] [ext_resource type="PackedScene" uid="uid://f48a0jmx334d" path="res://Scenes/Prefabs/Entities/Objects/SmallElevatorPlatform.tscn" id="21_4i10n"]
[ext_resource type="PackedScene" uid="uid://kr7i2kf6rew0" path="res://Scenes/Prefabs/Entities/Enemies/HammerBro.tscn" id="22_vijwj"] [ext_resource type="PackedScene" uid="uid://kr7i2kf6rew0" path="res://Scenes/Prefabs/Entities/Enemies/HammerBro.tscn" id="22_vijwj"]
[ext_resource type="PackedScene" uid="uid://cmvugag0kupgu" path="res://Scenes/Prefabs/Entities/Enemies/RedKoopaTroopa.tscn" id="23_xhct6"] [ext_resource type="PackedScene" uid="uid://cmvugag0kupgu" path="res://Scenes/Prefabs/Entities/Enemies/RedKoopaTroopa.tscn" id="23_xhct6"]
[ext_resource type="PackedScene" uid="uid://bksxgpygrdjl7" path="res://Scenes/Prefabs/LevelBG.tscn" id="26_6dnyh"] [ext_resource type="PackedScene" uid="uid://bksxgpygrdjl7" path="res://Scenes/Prefabs/LevelBG.tscn" id="26_6dnyh"]
[ext_resource type="Script" uid="uid://cybpwmw4ywoow" path="res://Scripts/Parts/TileMapConverter.gd" id="27_pymdo"] [ext_resource type="Script" uid="uid://cybpwmw4ywoow" path="res://Scripts/Parts/TileMapConverter.gd" id="27_pymdo"]
[sub_resource type="SpriteFrames" id="SpriteFrames_62ed8"]
[sub_resource type="SpriteFrames" id="SpriteFrames_6dnyh"]
[node name="-1-3" type="Node"] [node name="-1-3" type="Node"]
script = ExtResource("1_0pu1d") script = ExtResource("1_0pu1d")
music = ExtResource("2_4i10n") music = ExtResource("2_4i10n")
@@ -82,17 +88,31 @@ tile_map_data = PackedByteArray("AADv/wAAAAABAAAAAADw/wAAAAACAAAAAADx/wAAAAACAAA
[node name="Tiles3" parent="." instance=ExtResource("5_rfb0y")] [node name="Tiles3" parent="." instance=ExtResource("5_rfb0y")]
tile_map_data = PackedByteArray("AABoAPj/AgAAAAUAAABpAPj/AgAAAAUAAABhAP//AgAAAAUAAABiAP//AgAAAAUAAABjAP//AgAAAAUAAABRAPf/AgAAAAUAAABSAPf/AgAAAAUAAABNAPf/AgAAAAUAAABOAPf/AgAAAAUAAABFAPj/AgAAAAUAAABGAPj/AgAAAAUAAAAsAPf/AgAAAAUAAAAtAPf/AgAAAAUAAAAuAPf/AgAAAAUAAAAvAPf/AgAAAAUAAAAiAPn/AgAAAAUAAAAjAPn/AgAAAAUAAAAVAPX/AgAAAAUAAAAWAPX/AgAAAAUAAAARAP7/AgAAAAUAAAALAPf/AgAAAAUAAAAMAPf/AgAAAAUAAAANAPf/AgAAAAUAAAA=") tile_map_data = PackedByteArray("AABoAPj/AgAAAAUAAABpAPj/AgAAAAUAAABhAP//AgAAAAUAAABiAP//AgAAAAUAAABjAP//AgAAAAUAAABRAPf/AgAAAAUAAABSAPf/AgAAAAUAAABNAPf/AgAAAAUAAABOAPf/AgAAAAUAAABFAPj/AgAAAAUAAABGAPj/AgAAAAUAAAAsAPf/AgAAAAUAAAAtAPf/AgAAAAUAAAAuAPf/AgAAAAUAAAAvAPf/AgAAAAUAAAAiAPn/AgAAAAUAAAAjAPn/AgAAAAUAAAAVAPX/AgAAAAUAAAAWAPX/AgAAAAUAAAARAP7/AgAAAAUAAAALAPf/AgAAAAUAAAAMAPf/AgAAAAUAAAANAPf/AgAAAAUAAAA=")
[node name="Sprite2D" type="Sprite2D" parent="."] [node name="PeachNPC1" type="AnimatedSprite2D" parent="."]
position = Vector2(24, -16) position = Vector2(24, -16)
texture = ExtResource("17_itite") sprite_frames = SubResource("SpriteFrames_62ed8")
region_enabled = true script = ExtResource("17_xhct6")
region_rect = Rect2(16, 0, 16, 32) metadata/_custom_type_script = "uid://caq1qiwmy0mox"
[node name="Sprite2D2" type="Sprite2D" parent="."] [node name="ResourceSetterNew" type="Node" parent="PeachNPC1" node_paths=PackedStringArray("node_to_affect")]
script = ExtResource("19_xhct6")
node_to_affect = NodePath("..")
property_name = "sprite_frames"
resource_json = ExtResource("20_62ed8")
metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="PeachNPC2" type="AnimatedSprite2D" parent="."]
position = Vector2(1280, -8) position = Vector2(1280, -8)
texture = ExtResource("17_itite") sprite_frames = SubResource("SpriteFrames_6dnyh")
region_enabled = true script = ExtResource("17_xhct6")
region_rect = Rect2(16, 0, 16, 32) metadata/_custom_type_script = "uid://caq1qiwmy0mox"
[node name="ResourceSetterNew" type="Node" parent="PeachNPC2" node_paths=PackedStringArray("node_to_affect")]
script = ExtResource("19_xhct6")
node_to_affect = NodePath("")
property_name = "sprite_frames"
resource_json = ExtResource("20_62ed8")
metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="BowsersBro" parent="." instance=ExtResource("18_4i10n")] [node name="BowsersBro" parent="." instance=ExtResource("18_4i10n")]
position = Vector2(584, 0) position = Vector2(584, 0)
@@ -125,25 +145,25 @@ position = Vector2(1592, -16)
position = Vector2(2008, -96) position = Vector2(2008, -96)
[connection signal="collected" from="Tiles/Coin" to="Tiles/Coin/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/Coin" to="Tiles/Coin/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190955" to="Tiles/@Node2D@190955/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67370" to="Tiles/@Node2D@67370/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190956" to="Tiles/@Node2D@190956/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67371" to="Tiles/@Node2D@67371/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190957" to="Tiles/@Node2D@190957/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67372" to="Tiles/@Node2D@67372/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190958" to="Tiles/@Node2D@190958/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67373" to="Tiles/@Node2D@67373/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190959" to="Tiles/@Node2D@190959/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67374" to="Tiles/@Node2D@67374/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190960" to="Tiles/@Node2D@190960/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67375" to="Tiles/@Node2D@67375/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190961" to="Tiles/@Node2D@190961/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67376" to="Tiles/@Node2D@67376/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190962" to="Tiles/@Node2D@190962/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67377" to="Tiles/@Node2D@67377/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190963" to="Tiles/@Node2D@190963/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67378" to="Tiles/@Node2D@67378/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190964" to="Tiles/@Node2D@190964/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67379" to="Tiles/@Node2D@67379/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190965" to="Tiles/@Node2D@190965/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67380" to="Tiles/@Node2D@67380/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190966" to="Tiles/@Node2D@190966/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67381" to="Tiles/@Node2D@67381/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190967" to="Tiles/@Node2D@190967/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67382" to="Tiles/@Node2D@67382/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190968" to="Tiles/@Node2D@190968/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67383" to="Tiles/@Node2D@67383/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190969" to="Tiles/@Node2D@190969/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67384" to="Tiles/@Node2D@67384/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190970" to="Tiles/@Node2D@190970/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67385" to="Tiles/@Node2D@67385/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190971" to="Tiles/@Node2D@190971/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67386" to="Tiles/@Node2D@67386/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190972" to="Tiles/@Node2D@190972/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67387" to="Tiles/@Node2D@67387/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190973" to="Tiles/@Node2D@190973/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67388" to="Tiles/@Node2D@67388/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190974" to="Tiles/@Node2D@190974/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67389" to="Tiles/@Node2D@67389/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190975" to="Tiles/@Node2D@190975/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67390" to="Tiles/@Node2D@67390/LevelPersistance" method="set_as_active"]
[connection signal="collected" from="Tiles/@Node2D@190976" to="Tiles/@Node2D@190976/LevelPersistance" method="set_as_active"] [connection signal="collected" from="Tiles/@Node2D@67391" to="Tiles/@Node2D@67391/LevelPersistance" method="set_as_active"]

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -7,7 +7,7 @@
[ext_resource type="Script" uid="uid://b08qfwj5jk6g1" path="res://Scripts/Parts/PlayerSprite.gd" id="8_gnn3a"] [ext_resource type="Script" uid="uid://b08qfwj5jk6g1" path="res://Scripts/Parts/PlayerSprite.gd" id="8_gnn3a"]
[ext_resource type="PackedScene" uid="uid://cinr6kcbmo6gr" path="res://Scenes/Parts/DropShadowRenderer.tscn" id="9_3f2f2"] [ext_resource type="PackedScene" uid="uid://cinr6kcbmo6gr" path="res://Scenes/Parts/DropShadowRenderer.tscn" id="9_3f2f2"]
[ext_resource type="Texture2D" uid="uid://boivfkpqvnx45" path="res://Assets/Sprites/Players/Peach.png" id="10_5xkvw"] [ext_resource type="Texture2D" uid="uid://boivfkpqvnx45" path="res://Assets/Sprites/Players/Peach.png" id="10_5xkvw"]
[ext_resource type="FontVariation" uid="uid://djxdgxy1iv8yv" path="res://Resources/ThemedResources/FontLLMain.tres" id="11_yglne"] [ext_resource type="FontVariation" uid="uid://bl7sbw4nx3l1t" path="res://Resources/ThemedResources/FontMain.tres" id="11_yglne"]
[ext_resource type="Texture2D" uid="uid://fdn41mmtnhdt" path="res://Assets/Sprites/Players/ToadNPCLL.png" id="12_gvpv4"] [ext_resource type="Texture2D" uid="uid://fdn41mmtnhdt" path="res://Assets/Sprites/Players/ToadNPCLL.png" id="12_gvpv4"]
[ext_resource type="Script" uid="uid://cbal8ms2oe1ik" path="res://Scripts/Classes/Components/ResourceSetterNew.gd" id="13_2i527"] [ext_resource type="Script" uid="uid://cbal8ms2oe1ik" path="res://Scripts/Classes/Components/ResourceSetterNew.gd" id="13_2i527"]
[ext_resource type="JSON" path="res://Assets/Sprites/Players/ToadNPC.json" id="14_swpxw"] [ext_resource type="JSON" path="res://Assets/Sprites/Players/ToadNPC.json" id="14_swpxw"]

File diff suppressed because one or more lines are too long

View File

@@ -6,7 +6,7 @@
[ext_resource type="Script" uid="uid://b08qfwj5jk6g1" path="res://Scripts/Parts/PlayerSprite.gd" id="4_tkq3a"] [ext_resource type="Script" uid="uid://b08qfwj5jk6g1" path="res://Scripts/Parts/PlayerSprite.gd" id="4_tkq3a"]
[ext_resource type="Texture2D" uid="uid://dkjam0jo2k2m0" path="res://Assets/Sprites/Backgrounds/Bushes/CastleBushNight.png" id="5_wr0ye"] [ext_resource type="Texture2D" uid="uid://dkjam0jo2k2m0" path="res://Assets/Sprites/Backgrounds/Bushes/CastleBushNight.png" id="5_wr0ye"]
[ext_resource type="PackedScene" uid="uid://cinr6kcbmo6gr" path="res://Scenes/Parts/DropShadowRenderer.tscn" id="6_g1x38"] [ext_resource type="PackedScene" uid="uid://cinr6kcbmo6gr" path="res://Scenes/Parts/DropShadowRenderer.tscn" id="6_g1x38"]
[ext_resource type="FontVariation" uid="uid://djxdgxy1iv8yv" path="res://Resources/ThemedResources/FontLLMain.tres" id="9_1flm1"] [ext_resource type="FontVariation" uid="uid://bl7sbw4nx3l1t" path="res://Resources/ThemedResources/FontMain.tres" id="9_1flm1"]
[ext_resource type="PackedScene" uid="uid://bksxgpygrdjl7" path="res://Scenes/Prefabs/LevelBG.tscn" id="10_iab5g"] [ext_resource type="PackedScene" uid="uid://bksxgpygrdjl7" path="res://Scenes/Prefabs/LevelBG.tscn" id="10_iab5g"]
[ext_resource type="JSON" path="res://Assets/Sprites/Players/PeachNPC.json" id="11_ecp1v"] [ext_resource type="JSON" path="res://Assets/Sprites/Players/PeachNPC.json" id="11_ecp1v"]
[ext_resource type="Texture2D" uid="uid://fdn41mmtnhdt" path="res://Assets/Sprites/Players/ToadNPCLL.png" id="11_iab5g"] [ext_resource type="Texture2D" uid="uid://fdn41mmtnhdt" path="res://Assets/Sprites/Players/ToadNPCLL.png" id="11_iab5g"]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -56,7 +56,7 @@ nodes_to_delete = [NodePath("../WarpZone")]
metadata/_custom_type_script = "uid://cgm3opb5qudc1" metadata/_custom_type_script = "uid://cgm3opb5qudc1"
[node name="Tiles" parent="ChallengeNodes" instance=ExtResource("3_qnelb")] [node name="Tiles" parent="ChallengeNodes" instance=ExtResource("3_qnelb")]
tile_map_data = PackedByteArray("AAAAAAAAAAACAAAAAAAAAAEAAAACAAEAAAAAAAIAAAACAAIAAAABAAAAAAACAAAAAAABAAEAAAACAAEAAAABAAIAAAACAAIAAAACAAAAAAACAAAAAAACAAEAAAACAAEAAAACAAIAAAACAAIAAAAEAPn/AQAAAAAAAQAFAPn/AQAAAAAAAQAGAPn/AQAAAAAAAgAHAPn/AQAAAAAAAQAIAPn/AQAAAAAAAgAJAPn/AQAAAAAAAQAKAPn/AQAAAAAAAQALAPn/AQAAAAAAAgAMAPn/AQAAAAAAAQANAPn/AQAAAAAAAQABAPz/AQAAAAAAAQACAPz/AQAAAAAAAQADAPz/AQAAAAAAAgAEAPz/AQAAAAAAAQAFAPz/AQAAAAAAAgAGAPz/AQAAAAAAAQAHAPz/AQAAAAAAAQAIAPz/AQAAAAAAAgAJAPz/AQAAAAAAAQAKAPz/AQAAAAAAAQALAPz/AQAAAAAAAQACAP7/AAAKAAIAAAACAP//AAAKAAMAAAABAP7/AAALAAIAAAABAP//AAALAAMAAAA=") tile_map_data = PackedByteArray("AAAAAAAAAAACAAAAAAAAAAEAAAACAAEAAAAAAAIAAAACAAIAAAABAAAAAAACAAAAAAABAAEAAAACAAEAAAABAAIAAAACAAIAAAACAAAAAAACAAAAAAACAAEAAAACAAEAAAACAAIAAAACAAIAAAAEAPn/AQAAAAAAAQAFAPn/AQAAAAAAAQAGAPn/AQAAAAAAAgAHAPn/AQAAAAAAAQAIAPn/AQAAAAAAAgAJAPn/AQAAAAAAAQAKAPn/AQAAAAAAAQALAPn/AQAAAAAAAgAMAPn/AQAAAAAAAQANAPn/AQAAAAAAAQABAPz/AQAAAAAAAQACAPz/AQAAAAAAAQADAPz/AQAAAAAAAgAEAPz/AQAAAAAAAQAFAPz/AQAAAAAAAgAGAPz/AQAAAAAAAQAHAPz/AQAAAAAAAQAIAPz/AQAAAAAAAgAJAPz/AQAAAAAAAQAKAPz/AQAAAAAAAQALAPz/AQAAAAAAAQACAP7/AAAPAAIAAAACAP//AAAPAAMAAAABAP7/AAALAAIAAAABAP//AAALAAMAAAA=")
[node name="PipeArea" parent="ChallengeNodes" instance=ExtResource("16_d6oav")] [node name="PipeArea" parent="ChallengeNodes" instance=ExtResource("16_d6oav")]
position = Vector2(48, -16) position = Vector2(48, -16)
@@ -71,13 +71,13 @@ target_level = "uid://epdr670fya5e"
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/BrickBlock" to="ChallengeNodes/Tiles/BrickBlock/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67789" to="ChallengeNodes/Tiles/@AnimatableBody2D@67789/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35441" to="ChallengeNodes/Tiles/@AnimatableBody2D@35441/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock" method="player_mushroom_check"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock" method="player_mushroom_check"]
@@ -85,129 +85,129 @@ target_level = "uid://epdr670fya5e"
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/QuestionBlock" to="ChallengeNodes/Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67790" to="ChallengeNodes/Tiles/@AnimatableBody2D@67790/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35442" to="ChallengeNodes/Tiles/@AnimatableBody2D@35442/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791" method="player_mushroom_check"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443" method="player_mushroom_check"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791" method="dispense_item" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443" method="dispense_item" unbinds=1]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67791" to="ChallengeNodes/Tiles/@AnimatableBody2D@67791/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35443" to="ChallengeNodes/Tiles/@AnimatableBody2D@35443/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67792" to="ChallengeNodes/Tiles/@AnimatableBody2D@67792/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35444" to="ChallengeNodes/Tiles/@AnimatableBody2D@35444/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67793" to="ChallengeNodes/Tiles/@AnimatableBody2D@67793/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35445" to="ChallengeNodes/Tiles/@AnimatableBody2D@35445/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794" method="player_mushroom_check"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446" method="player_mushroom_check"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794" method="dispense_item" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446" method="dispense_item" unbinds=1]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67794" to="ChallengeNodes/Tiles/@AnimatableBody2D@67794/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35446" to="ChallengeNodes/Tiles/@AnimatableBody2D@35446/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67795" to="ChallengeNodes/Tiles/@AnimatableBody2D@67795/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35447" to="ChallengeNodes/Tiles/@AnimatableBody2D@35447/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67796" to="ChallengeNodes/Tiles/@AnimatableBody2D@67796/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35448" to="ChallengeNodes/Tiles/@AnimatableBody2D@35448/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67797" to="ChallengeNodes/Tiles/@AnimatableBody2D@67797/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35449" to="ChallengeNodes/Tiles/@AnimatableBody2D@35449/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67798" to="ChallengeNodes/Tiles/@AnimatableBody2D@67798/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35450" to="ChallengeNodes/Tiles/@AnimatableBody2D@35450/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799" method="player_mushroom_check"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451" method="player_mushroom_check"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799" method="dispense_item" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451" method="dispense_item" unbinds=1]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67799" to="ChallengeNodes/Tiles/@AnimatableBody2D@67799/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35451" to="ChallengeNodes/Tiles/@AnimatableBody2D@35451/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67800" to="ChallengeNodes/Tiles/@AnimatableBody2D@67800/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35452" to="ChallengeNodes/Tiles/@AnimatableBody2D@35452/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801" method="player_mushroom_check"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453" method="player_mushroom_check"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801" method="dispense_item" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453" method="dispense_item" unbinds=1]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67801" to="ChallengeNodes/Tiles/@AnimatableBody2D@67801/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35453" to="ChallengeNodes/Tiles/@AnimatableBody2D@35453/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67802" to="ChallengeNodes/Tiles/@AnimatableBody2D@67802/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35454" to="ChallengeNodes/Tiles/@AnimatableBody2D@35454/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67803" to="ChallengeNodes/Tiles/@AnimatableBody2D@67803/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35455" to="ChallengeNodes/Tiles/@AnimatableBody2D@35455/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804" method="player_mushroom_check"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456" method="player_mushroom_check"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804" method="dispense_item" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456" method="dispense_item" unbinds=1]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67804" to="ChallengeNodes/Tiles/@AnimatableBody2D@67804/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35456" to="ChallengeNodes/Tiles/@AnimatableBody2D@35456/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67805" to="ChallengeNodes/Tiles/@AnimatableBody2D@67805/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35457" to="ChallengeNodes/Tiles/@AnimatableBody2D@35457/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67806" to="ChallengeNodes/Tiles/@AnimatableBody2D@67806/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35458" to="ChallengeNodes/Tiles/@AnimatableBody2D@35458/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459/LevelPersistance" method="set_as_active"]
[connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807" method="check_brick_empty"] [connection signal="item_changed" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459" method="check_brick_empty"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807" method="on_block_hit"] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459" method="on_block_hit"]
[connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807" method="on_shell_block_hit"] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459" method="on_shell_block_hit"]
[connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@67807" to="ChallengeNodes/Tiles/@AnimatableBody2D@67807/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="ChallengeNodes/Tiles/@AnimatableBody2D@35459" to="ChallengeNodes/Tiles/@AnimatableBody2D@35459/BlockAnimations" method="bounce_block" unbinds=1]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -126,13 +126,13 @@ item = ExtResource("17_ekraa")
[connection signal="player_block_hit" from="Tiles/QuestionBlock" to="Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="Tiles/QuestionBlock" to="Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/QuestionBlock" to="Tiles/QuestionBlock" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="Tiles/QuestionBlock" to="Tiles/QuestionBlock" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/QuestionBlock" to="Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="Tiles/QuestionBlock" to="Tiles/QuestionBlock/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="Tiles/@AnimatableBody2D@287613" to="Tiles/@AnimatableBody2D@287613/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="Tiles/@AnimatableBody2D@26079" to="Tiles/@AnimatableBody2D@26079/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="Tiles/@AnimatableBody2D@287613" to="Tiles/@AnimatableBody2D@287613/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="Tiles/@AnimatableBody2D@26079" to="Tiles/@AnimatableBody2D@26079/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287613" to="Tiles/@AnimatableBody2D@287613" method="player_mushroom_check"] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26079" to="Tiles/@AnimatableBody2D@26079" method="player_mushroom_check"]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287613" to="Tiles/@AnimatableBody2D@287613" method="dispense_item" unbinds=1] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26079" to="Tiles/@AnimatableBody2D@26079" method="dispense_item" unbinds=1]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287613" to="Tiles/@AnimatableBody2D@287613/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26079" to="Tiles/@AnimatableBody2D@26079/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@287613" to="Tiles/@AnimatableBody2D@287613" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@26079" to="Tiles/@AnimatableBody2D@26079" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@287613" to="Tiles/@AnimatableBody2D@287613/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@26079" to="Tiles/@AnimatableBody2D@26079/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock" method="player_mushroom_check"] [connection signal="player_block_hit" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock" method="player_mushroom_check"]
@@ -140,24 +140,24 @@ item = ExtResource("17_ekraa")
[connection signal="player_block_hit" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="Tiles/InvisibleQuestionBlock" to="Tiles/InvisibleQuestionBlock/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="Tiles/@AnimatableBody2D@287614" to="Tiles/@AnimatableBody2D@287614/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="Tiles/@AnimatableBody2D@26080" to="Tiles/@AnimatableBody2D@26080/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="Tiles/@AnimatableBody2D@287614" to="Tiles/@AnimatableBody2D@287614/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="Tiles/@AnimatableBody2D@26080" to="Tiles/@AnimatableBody2D@26080/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287614" to="Tiles/@AnimatableBody2D@287614" method="player_mushroom_check"] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26080" to="Tiles/@AnimatableBody2D@26080" method="player_mushroom_check"]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287614" to="Tiles/@AnimatableBody2D@287614" method="dispense_item" unbinds=1] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26080" to="Tiles/@AnimatableBody2D@26080" method="dispense_item" unbinds=1]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287614" to="Tiles/@AnimatableBody2D@287614/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26080" to="Tiles/@AnimatableBody2D@26080/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@287614" to="Tiles/@AnimatableBody2D@287614" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@26080" to="Tiles/@AnimatableBody2D@26080" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@287614" to="Tiles/@AnimatableBody2D@287614/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@26080" to="Tiles/@AnimatableBody2D@26080/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="Tiles/@AnimatableBody2D@287615" to="Tiles/@AnimatableBody2D@287615/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="Tiles/@AnimatableBody2D@26081" to="Tiles/@AnimatableBody2D@26081/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="Tiles/@AnimatableBody2D@287615" to="Tiles/@AnimatableBody2D@287615/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="Tiles/@AnimatableBody2D@26081" to="Tiles/@AnimatableBody2D@26081/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287615" to="Tiles/@AnimatableBody2D@287615" method="player_mushroom_check"] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26081" to="Tiles/@AnimatableBody2D@26081" method="player_mushroom_check"]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287615" to="Tiles/@AnimatableBody2D@287615" method="dispense_item" unbinds=1] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26081" to="Tiles/@AnimatableBody2D@26081" method="dispense_item" unbinds=1]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287615" to="Tiles/@AnimatableBody2D@287615/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26081" to="Tiles/@AnimatableBody2D@26081/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@287615" to="Tiles/@AnimatableBody2D@287615" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@26081" to="Tiles/@AnimatableBody2D@26081" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@287615" to="Tiles/@AnimatableBody2D@287615/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@26081" to="Tiles/@AnimatableBody2D@26081/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="block_destroyed" from="Tiles/@AnimatableBody2D@287616" to="Tiles/@AnimatableBody2D@287616/LevelPersistance" method="set_as_active_2"] [connection signal="block_destroyed" from="Tiles/@AnimatableBody2D@26082" to="Tiles/@AnimatableBody2D@26082/LevelPersistance" method="set_as_active_2"]
[connection signal="block_emptied" from="Tiles/@AnimatableBody2D@287616" to="Tiles/@AnimatableBody2D@287616/LevelPersistance" method="set_as_active"] [connection signal="block_emptied" from="Tiles/@AnimatableBody2D@26082" to="Tiles/@AnimatableBody2D@26082/LevelPersistance" method="set_as_active"]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287616" to="Tiles/@AnimatableBody2D@287616" method="player_mushroom_check"] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26082" to="Tiles/@AnimatableBody2D@26082" method="player_mushroom_check"]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287616" to="Tiles/@AnimatableBody2D@287616" method="dispense_item" unbinds=1] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26082" to="Tiles/@AnimatableBody2D@26082" method="dispense_item" unbinds=1]
[connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@287616" to="Tiles/@AnimatableBody2D@287616/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="player_block_hit" from="Tiles/@AnimatableBody2D@26082" to="Tiles/@AnimatableBody2D@26082/BlockAnimations" method="bounce_block" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@287616" to="Tiles/@AnimatableBody2D@287616" method="dispense_item" unbinds=1] [connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@26082" to="Tiles/@AnimatableBody2D@26082" method="dispense_item" unbinds=1]
[connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@287616" to="Tiles/@AnimatableBody2D@287616/BlockAnimations" method="bounce_block" unbinds=1] [connection signal="shell_block_hit" from="Tiles/@AnimatableBody2D@26082" to="Tiles/@AnimatableBody2D@26082/BlockAnimations" method="bounce_block" unbinds=1]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -24,7 +24,6 @@ node_to_affect = NodePath("..")
property_name = "texture" property_name = "texture"
mode = 1 mode = 1
resource_json = ExtResource("4_8gw0u") resource_json = ExtResource("4_8gw0u")
use_cache = false
metadata/_custom_type_script = "uid://cbal8ms2oe1ik" metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="TR" type="Node2D" parent="."] [node name="TR" type="Node2D" parent="."]
@@ -42,7 +41,6 @@ node_to_affect = NodePath("..")
property_name = "texture" property_name = "texture"
mode = 1 mode = 1
resource_json = ExtResource("4_8gw0u") resource_json = ExtResource("4_8gw0u")
use_cache = false
metadata/_custom_type_script = "uid://cbal8ms2oe1ik" metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="BL" type="Node2D" parent="."] [node name="BL" type="Node2D" parent="."]
@@ -60,7 +58,6 @@ node_to_affect = NodePath("..")
property_name = "texture" property_name = "texture"
mode = 1 mode = 1
resource_json = ExtResource("4_8gw0u") resource_json = ExtResource("4_8gw0u")
use_cache = false
metadata/_custom_type_script = "uid://cbal8ms2oe1ik" metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="BR" type="Node2D" parent="."] [node name="BR" type="Node2D" parent="."]
@@ -78,7 +75,6 @@ node_to_affect = NodePath("..")
property_name = "texture" property_name = "texture"
mode = 1 mode = 1
resource_json = ExtResource("4_8gw0u") resource_json = ExtResource("4_8gw0u")
use_cache = false
metadata/_custom_type_script = "uid://cbal8ms2oe1ik" metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Timer" type="Timer" parent="."] [node name="Timer" type="Timer" parent="."]

View File

@@ -113,8 +113,10 @@ metadata/_custom_type_script = "uid://cmg61722ktg2m"
script = ExtResource("12_d7wml") script = ExtResource("12_d7wml")
hitbox = NodePath("../Hitbox") hitbox = NodePath("../Hitbox")
[connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="ScoreNoteSpawner" method="spawn_note" binds= [200]] [connection signal="hammer_player_hit" from="EnemyPlayerDetection" to="." method="die_from_hammer"]
[connection signal="hammer_player_hit" from="EnemyPlayerDetection" to="ScoreNoteSpawner" method="spawn_note" binds= [200]]
[connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="." method="destroy" unbinds=1] [connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="." method="destroy" unbinds=1]
[connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="ScoreNoteSpawner" method="spawn_note" binds= [200]]
[connection signal="player_hit" from="EnemyPlayerDetection" to="." method="damage_player"] [connection signal="player_hit" from="EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_stomped_on" from="EnemyPlayerDetection" to="." method="damage_player"] [connection signal="player_stomped_on" from="EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="explosion_entered" from="ExplosionDetection" to="." method="die_from_object"] [connection signal="explosion_entered" from="ExplosionDetection" to="." method="die_from_object"]

View File

@@ -103,6 +103,8 @@ hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://ba18grqjixded" metadata/_custom_type_script = "uid://ba18grqjixded"
[connection signal="killed" from="." to="GibSpawner" method="summon_gib"] [connection signal="killed" from="." to="GibSpawner" method="summon_gib"]
[connection signal="hammer_player_hit" from="EnemyPlayerDetection" to="." method="die_from_hammer"]
[connection signal="hammer_player_hit" from="EnemyPlayerDetection" to="ScoreNoteSpawner" method="spawn_note" binds= [200]]
[connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="." method="die_from_object"] [connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="." method="die_from_object"]
[connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="ScoreNoteSpawner" method="spawn_note" binds= [200]] [connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="ScoreNoteSpawner" method="spawn_note" binds= [200]]
[connection signal="player_hit" from="EnemyPlayerDetection" to="." method="damage_player"] [connection signal="player_hit" from="EnemyPlayerDetection" to="." method="damage_player"]

View File

@@ -191,6 +191,8 @@ metadata/_custom_type_script = "uid://ba18grqjixded"
[connection signal="killed" from="." to="GibSpawner" method="summon_gib"] [connection signal="killed" from="." to="GibSpawner" method="summon_gib"]
[connection signal="fireball_hit" from="FireballDetection" to="." method="fireball_hit"] [connection signal="fireball_hit" from="FireballDetection" to="." method="fireball_hit"]
[connection signal="hammer_player_hit" from="EnemyPlayerDetection" to="." method="die_from_hammer"]
[connection signal="hammer_player_hit" from="EnemyPlayerDetection" to="ScoreNoteSpawner" method="spawn_note" binds= [200]]
[connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="." method="die_from_object"] [connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="." method="die_from_object"]
[connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="ScoreNoteSpawner" method="spawn_note" binds= [200]] [connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="ScoreNoteSpawner" method="spawn_note" binds= [200]]
[connection signal="player_hit" from="EnemyPlayerDetection" to="." method="damage_player"] [connection signal="player_hit" from="EnemyPlayerDetection" to="." method="damage_player"]

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=3 uid="uid://bpsrc21amnlgb"] [gd_scene load_steps=12 format=3 uid="uid://bpsrc21amnlgb"]
[ext_resource type="Script" uid="uid://bbp3jg7yg1700" path="res://Scripts/Classes/Entities/Enemies/Boo.gd" id="1_ilcde"] [ext_resource type="Script" uid="uid://bbp3jg7yg1700" path="res://Scripts/Classes/Entities/Enemies/Boo.gd" id="1_ilcde"]
[ext_resource type="Texture2D" uid="uid://c3l6ynlufxcfp" path="res://Assets/Sprites/Enemies/Boo.png" id="1_mkqqf"] [ext_resource type="Texture2D" uid="uid://c3l6ynlufxcfp" path="res://Assets/Sprites/Enemies/Boo.png" id="1_mkqqf"]
@@ -6,6 +6,7 @@
[ext_resource type="JSON" path="res://Assets/Sprites/Enemies/Boo.json" id="3_xhmhl"] [ext_resource type="JSON" path="res://Assets/Sprites/Enemies/Boo.json" id="3_xhmhl"]
[ext_resource type="Script" uid="uid://5octqlf4ohel" path="res://Scripts/Classes/Components/ScoreNoteSpawner.gd" id="5_xhmhl"] [ext_resource type="Script" uid="uid://5octqlf4ohel" path="res://Scripts/Classes/Components/ScoreNoteSpawner.gd" id="5_xhmhl"]
[ext_resource type="Script" uid="uid://d4a7yp6e55u8t" path="res://Scripts/Classes/Components/TrackJoint.gd" id="6_7u2yg"] [ext_resource type="Script" uid="uid://d4a7yp6e55u8t" path="res://Scripts/Classes/Components/TrackJoint.gd" id="6_7u2yg"]
[ext_resource type="Script" uid="uid://chj8hu207lrh" path="res://Scripts/Classes/Components/EnemyPlayerDetection.gd" id="7_wu7y3"]
[sub_resource type="AtlasTexture" id="AtlasTexture_wu7y3"] [sub_resource type="AtlasTexture" id="AtlasTexture_wu7y3"]
atlas = ExtResource("1_mkqqf") atlas = ExtResource("1_mkqqf")
@@ -37,12 +38,14 @@ animations = [{
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ilcde"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_ilcde"]
size = Vector2(12, 12) size = Vector2(12, 12)
[node name="Boo" type="Node2D" groups=["Enemies"]] [node name="Boo" type="CharacterBody2D" groups=["Enemies"]]
script = ExtResource("1_ilcde") script = ExtResource("1_ilcde")
metadata/_custom_type_script = "uid://bpydbpyjk1mt4"
[node name="Sprite" type="AnimatedSprite2D" parent="."] [node name="Sprite" type="AnimatedSprite2D" parent="."]
position = Vector2(0, -8) position = Vector2(0, -8)
scale = Vector2(-1, 1) rotation = -3.1415927
scale = Vector2(1, -1)
sprite_frames = SubResource("SpriteFrames_i46bk") sprite_frames = SubResource("SpriteFrames_i46bk")
animation = &"WhiteIdle" animation = &"WhiteIdle"
flip_h = true flip_h = true
@@ -74,5 +77,14 @@ script = ExtResource("6_7u2yg")
disable_physics = false disable_physics = false
metadata/_custom_type_script = "uid://d4a7yp6e55u8t" metadata/_custom_type_script = "uid://d4a7yp6e55u8t"
[node name="EnemyPlayerDetection" type="Node" parent="." node_paths=PackedStringArray("hitbox")]
script = ExtResource("7_wu7y3")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[connection signal="killed" from="." to="ScoreNoteSpawner" method="spawn_note" binds= [1000]] [connection signal="killed" from="." to="ScoreNoteSpawner" method="spawn_note" binds= [1000]]
[connection signal="area_entered" from="Hitbox" to="." method="on_area_entered"] [connection signal="killed" from="." to="." method="summon_smoke_particle" unbinds=1]
[connection signal="hammer_player_hit" from="EnemyPlayerDetection" to="." method="die_from_hammer"]
[connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="." method="die_from_object"]
[connection signal="player_hit" from="EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_stomped_on" from="EnemyPlayerDetection" to="." method="damage_player"]

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=16 format=3 uid="uid://coasuq2vsmlce"] [gd_scene load_steps=17 format=3 uid="uid://coasuq2vsmlce"]
[ext_resource type="Texture2D" uid="uid://c3l6ynlufxcfp" path="res://Assets/Sprites/Enemies/Boo.png" id="1_bek6j"] [ext_resource type="Texture2D" uid="uid://c3l6ynlufxcfp" path="res://Assets/Sprites/Enemies/Boo.png" id="1_bek6j"]
[ext_resource type="Script" uid="uid://djdtghrjbpv2i" path="res://Scripts/Classes/Entities/Enemies/BooBuddies.gd" id="1_vavt3"] [ext_resource type="Script" uid="uid://djdtghrjbpv2i" path="res://Scripts/Classes/Entities/Enemies/BooBuddies.gd" id="1_vavt3"]
@@ -10,6 +10,7 @@
[ext_resource type="Script" uid="uid://ctfbuoxtnnl0q" path="res://Scripts/Classes/Components/EditorPropertyExposer.gd" id="6_5b8ig"] [ext_resource type="Script" uid="uid://ctfbuoxtnnl0q" path="res://Scripts/Classes/Components/EditorPropertyExposer.gd" id="6_5b8ig"]
[ext_resource type="Script" uid="uid://cbal8ms2oe1ik" path="res://Scripts/Classes/Components/ResourceSetterNew.gd" id="8_ifdhg"] [ext_resource type="Script" uid="uid://cbal8ms2oe1ik" path="res://Scripts/Classes/Components/ResourceSetterNew.gd" id="8_ifdhg"]
[ext_resource type="JSON" path="res://Assets/Sprites/Enemies/BooBuddy.json" id="9_ifdhg"] [ext_resource type="JSON" path="res://Assets/Sprites/Enemies/BooBuddy.json" id="9_ifdhg"]
[ext_resource type="Script" uid="uid://chj8hu207lrh" path="res://Scripts/Classes/Components/EnemyPlayerDetection.gd" id="10_al3pe"]
[sub_resource type="AtlasTexture" id="AtlasTexture_7u2yg"] [sub_resource type="AtlasTexture" id="AtlasTexture_7u2yg"]
atlas = ExtResource("1_bek6j") atlas = ExtResource("1_bek6j")
@@ -62,8 +63,9 @@ func _physics_process(delta: float) -> void:
idx += 1 idx += 1
" "
[node name="BooBuddies" type="Node2D" groups=["Enemies"]] [node name="BooBuddies" type="CharacterBody2D" groups=["Enemies"]]
script = ExtResource("1_vavt3") script = ExtResource("1_vavt3")
metadata/_custom_type_script = "uid://bpydbpyjk1mt4"
[node name="RotationJoint" type="Sprite2D" parent="."] [node name="RotationJoint" type="Sprite2D" parent="."]
unique_name_in_owner = true unique_name_in_owner = true
@@ -106,6 +108,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo1/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo1/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo1" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo2" type="Node2D" parent="Boos"] [node name="Boo2" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -130,6 +137,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo2/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo2/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo2" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo3" type="Node2D" parent="Boos"] [node name="Boo3" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -154,6 +166,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo3/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo3/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo3" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo4" type="Node2D" parent="Boos"] [node name="Boo4" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -178,6 +195,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo4/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo4/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo4" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo5" type="Node2D" parent="Boos"] [node name="Boo5" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -202,6 +224,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo5/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo5/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo5" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo6" type="Node2D" parent="Boos"] [node name="Boo6" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -226,6 +253,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo6/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo6/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo6" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo7" type="Node2D" parent="Boos"] [node name="Boo7" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -250,6 +282,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo7/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo7/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo7" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo8" type="Node2D" parent="Boos"] [node name="Boo8" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -274,6 +311,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo8/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo8/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo8" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo9" type="Node2D" parent="Boos"] [node name="Boo9" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -298,6 +340,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo9/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo9/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo9" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo10" type="Node2D" parent="Boos"] [node name="Boo10" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -322,6 +369,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo10/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo10/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo10" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo11" type="Node2D" parent="Boos"] [node name="Boo11" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -346,6 +398,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo11/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo11/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo11" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="Boo12" type="Node2D" parent="Boos"] [node name="Boo12" type="Node2D" parent="Boos"]
visible = false visible = false
@@ -370,6 +427,11 @@ metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="Shape" type="CollisionShape2D" parent="Boos/Boo12/Hitbox"] [node name="Shape" type="CollisionShape2D" parent="Boos/Boo12/Hitbox"]
shape = SubResource("RectangleShape2D_1eh5v") shape = SubResource("RectangleShape2D_1eh5v")
[node name="EnemyPlayerDetection" type="Node" parent="Boos/Boo12" node_paths=PackedStringArray("hitbox")]
script = ExtResource("10_al3pe")
hitbox = NodePath("../Hitbox")
metadata/_custom_type_script = "uid://chj8hu207lrh"
[node name="BooPositioner" type="Node" parent="."] [node name="BooPositioner" type="Node" parent="."]
process_mode = 3 process_mode = 3
script = SubResource("GDScript_vavt3") script = SubResource("GDScript_vavt3")
@@ -378,15 +440,27 @@ script = SubResource("GDScript_vavt3")
script = ExtResource("6_5b8ig") script = ExtResource("6_5b8ig")
properties = Array[String](["length", "direction", "boo_amount", "spread_boos"]) properties = Array[String](["length", "direction", "boo_amount", "spread_boos"])
[connection signal="area_entered" from="Boos/Boo1/Hitbox" to="." method="on_area_entered"] [connection signal="player_hit" from="Boos/Boo1/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo2/Hitbox" to="." method="on_area_entered"] [connection signal="player_stomped_on" from="Boos/Boo1/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo3/Hitbox" to="." method="on_area_entered"] [connection signal="player_hit" from="Boos/Boo2/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo4/Hitbox" to="." method="on_area_entered"] [connection signal="player_stomped_on" from="Boos/Boo2/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo5/Hitbox" to="." method="on_area_entered"] [connection signal="player_hit" from="Boos/Boo3/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo6/Hitbox" to="." method="on_area_entered"] [connection signal="player_stomped_on" from="Boos/Boo3/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo7/Hitbox" to="." method="on_area_entered"] [connection signal="player_hit" from="Boos/Boo4/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo8/Hitbox" to="." method="on_area_entered"] [connection signal="player_stomped_on" from="Boos/Boo4/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo9/Hitbox" to="." method="on_area_entered"] [connection signal="player_hit" from="Boos/Boo5/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo10/Hitbox" to="." method="on_area_entered"] [connection signal="player_stomped_on" from="Boos/Boo5/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo11/Hitbox" to="." method="on_area_entered"] [connection signal="player_hit" from="Boos/Boo6/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="area_entered" from="Boos/Boo12/Hitbox" to="." method="on_area_entered"] [connection signal="player_stomped_on" from="Boos/Boo6/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_hit" from="Boos/Boo7/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_stomped_on" from="Boos/Boo7/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_hit" from="Boos/Boo8/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_stomped_on" from="Boos/Boo8/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_hit" from="Boos/Boo9/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_stomped_on" from="Boos/Boo9/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_hit" from="Boos/Boo10/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_stomped_on" from="Boos/Boo10/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_hit" from="Boos/Boo11/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_stomped_on" from="Boos/Boo11/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_hit" from="Boos/Boo12/EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_stomped_on" from="Boos/Boo12/EnemyPlayerDetection" to="." method="damage_player"]

View File

@@ -403,8 +403,8 @@ hitbox = NodePath("../SpriteScaleJoint/Sprite/Hitbox")
metadata/_custom_type_script = "uid://ba18grqjixded" metadata/_custom_type_script = "uid://ba18grqjixded"
[connection signal="killed" from="." to="GibSpawner" method="summon_gib"] [connection signal="killed" from="." to="GibSpawner" method="summon_gib"]
[connection signal="killed" from="." to="ScoreNoteSpawner" method="spawn_note" binds= [5000]]
[connection signal="killed" from="." to="." method="show_smoke" unbinds=1] [connection signal="killed" from="." to="." method="show_smoke" unbinds=1]
[connection signal="killed" from="." to="ScoreNoteSpawner" method="spawn_note" binds= [5000]]
[connection signal="area_entered" from="SpriteScaleJoint/Sprite/Hitbox" to="." method="on_area_entered"] [connection signal="area_entered" from="SpriteScaleJoint/Sprite/Hitbox" to="." method="on_area_entered"]
[connection signal="timeout" from="JumpTimer" to="." method="jump"] [connection signal="timeout" from="JumpTimer" to="." method="jump"]
[connection signal="timeout" from="HammerTime" to="." method="throw_hammers"] [connection signal="timeout" from="HammerTime" to="." method="throw_hammers"]
@@ -414,6 +414,7 @@ metadata/_custom_type_script = "uid://ba18grqjixded"
[connection signal="attached" from="TrackJoint" to="MoveAnimation" method="play" binds= ["RESET"]] [connection signal="attached" from="TrackJoint" to="MoveAnimation" method="play" binds= ["RESET"]]
[connection signal="moving_shell_entered" from="ShellDetection" to="ShellDetection" method="destroy_shell"] [connection signal="moving_shell_entered" from="ShellDetection" to="ShellDetection" method="destroy_shell"]
[connection signal="moving_shell_entered" from="ShellDetection" to="." method="fireball_hit" unbinds=1] [connection signal="moving_shell_entered" from="ShellDetection" to="." method="fireball_hit" unbinds=1]
[connection signal="hammer_player_hit" from="EnemyPlayerDetection" to="." method="die_from_hammer"]
[connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="." method="die_from_object"] [connection signal="invincible_player_hit" from="EnemyPlayerDetection" to="." method="die_from_object"]
[connection signal="player_hit" from="EnemyPlayerDetection" to="." method="damage_player"] [connection signal="player_hit" from="EnemyPlayerDetection" to="." method="damage_player"]
[connection signal="player_stomped_on" from="EnemyPlayerDetection" to="." method="damage_player"] [connection signal="player_stomped_on" from="EnemyPlayerDetection" to="." method="damage_player"]

Some files were not shown because too many files have changed in this diff Show More