1 Commits

Author SHA1 Message Date
JoeMama
7feff48380 improvements 2025-10-10 21:29:26 +01:00
283 changed files with 17975 additions and 21183 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

View File

@@ -1,19 +0,0 @@
[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

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

View File

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

Binary file not shown.

View File

@@ -1,19 +0,0 @@
[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

@@ -1,24 +0,0 @@
[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

@@ -1,24 +0,0 @@
[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

View File

@@ -1,20 +1,10 @@
{
"properties": {
"primary_layer_size": [
512.0,
512.0
]
"primary_layer_size": [512, 512]
},
"animations": {
"default": {
"frames": [
[
0.0,
0.0,
512.0,
512.0
]
],
"frames": [[0, 0, 512, 512]],
"speed": 5.0,
"loop": true
}
@@ -30,20 +20,8 @@
}
},
"SMBLL": {
"Day": {
"source": "OverworldLL.png"
},
"Night": {
"source": "OverworldNightLL.png"
}
},
"SMBANN": {
"Day": {
"source": "OverworldANN.png"
},
"Night": {
"source": "OverworldNightANN.png"
}
"Day": {"source": "OverworldLL.png"},
"Night": {"source": "OverworldNightLL.png"}
}
},
"Desert": {
@@ -67,66 +45,28 @@
"Underground": {
"SMB1": {
"source": "Underground.png",
"animations": {
"default": {
"frames": [
[
0.0,
0.0,
512.0,
512.0
],
[
512.0,
0.0,
512.0,
512.0
]
],
"speed": 5.0,
"loop": true
}
}
"animations": {"default": {
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
"speed": 5.0,
"loop": true
}}
},
"SMBLL": {
"source": "UndergroundLL.png",
"animations": {
"default": {
"frames": [
[
0.0,
0.0,
512.0,
512.0
],
[
512.0,
0.0,
512.0,
512.0
]
],
"speed": 5.0,
"loop": true
}
}
"animations": {"default": {
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
"speed": 5.0,
"loop": true
}}
}
},
"Castle": {
"SMB1": {
"source": "Castle.png"
},
"SMBLL": {
"source": "CastleLL.png"
}
"SMB1": {"source": "Castle.png"},
"SMBLL": {"source": "CastleLL.png"}
},
"GhostHouse": {
"SMB1": {
"source": "GhostHouse.png"
},
"SMBLL": {
"source": "GhostHouseLL.png"
}
"SMB1": {"source": "GhostHouse.png"},
"SMBLL": {"source": "GhostHouseLL.png"}
},
"Snow": {
"SMB1": {
@@ -142,196 +82,115 @@
"source": "SnowLL.png"
},
"Night": {
"source": "SnowNightLL.png"
}
},
"SMBANN": {
"Day": {
"source": "SnowANN.png"
},
"Night": {
"source": "SnowNightANN.png"
"source": "SnowNightLL.png"
}
}
},
"Jungle": {
"SMB1": {
"source": "Jungle.png"
},
"SMBLL": {
"source": "JungleLL.png"
}
"Jungle":
{
"SMB1": {"source": "Jungle.png"},
"SMBLL": {"source": "JungleLL.png"}
},
"Autumn": {
"Day": {
"SMB1": {
"source": "Autumn.png"
},
"SMBLL": {
"source": "AutumnLL.png"
}
"Day":
{
"SMB1": {"source": "Autumn.png"},
"SMBLL": {"source": "AutumnLL.png"}
},
"Night": {
"SMB1": {
"source": "AutumnNight.png"
},
"SMBLL": {
"source": "AutumnNightLL.png"
}
"SMB1": {"source": "AutumnNight.png"},
"SMBLL": {"source": "AutumnNightLL.png"}
}
},
"Pipeland": {
"Day": {
"SMB1": {
"source": "Pipeland.png"
},
"SMBLL": {
"source": "PipelandLL.png"
}
"Day":
{
"SMB1": {"source": "Pipeland.png"},
"SMBLL": {"source": "PipelandLL.png"}
},
"Night": {
"SMB1": {
"source": "PipelandNight.png"
},
"SMBLL": {
"source": "PipelandNightLL.png"
}
"SMB1": {"source": "PipelandNight.png"},
"SMBLL": {"source": "PipelandNightLL.png"}
}
},
"Volcano": {
"SMB1": {
"source": "Volcano.png"
},
"SMBLL": {
"source": "VolcanoLL.png"
}
"Volcano":
{
"SMB1": {"source": "Volcano.png"},
"SMBLL": {"source": "VolcanoLL.png"}
},
"Mountain": {
"Mountain":
{
"SMB1": {
"Day": {
"source": "Mountain.png"
},
"Night": {
"source": "MountainNight.png"
}
"Day": {"source": "Mountain.png"},
"Night": {"source": "MountainNight.png"}
},
"SMBLL": {
"Day": {
"source": "MountainLL.png"
},
"Night": {
"source": "MountainNightLL.png"
}
"Day": {"source": "MountainLL.png"},
"Night": {"source": "MountainNightLL.png"}
}
},
"Skyland": {
"Day": {
"SMB1": {
"source": "Sky.png"
},
"SMBLL": {
"source": "SkyLL.png"
}
"SMB1": {"source": "Sky.png"},
"SMBLL": {"source": "SkyLL.png"}
},
"Night": {
"SMB1": {
"source": "SkyNight.png"
},
"SMBLL": {
"source": "SkyNightLL.png"
}
"SMB1": {"source": "SkyNight.png"},
"SMBLL": {"source": "SkyNightLL.png"}
}
},
"Beach": {
"Beach":
{
"SMB1": {
"Day": {
"source": "BeachHills.png"
},
"Night": {
"source": "BeachHillsNight.png"
}
"Day": {"source": "BeachHills.png"},
"Night": {"source": "BeachHillsNight.png"}
},
"SMBLL": {
"Day": {
"source": "BeachLL.png"
},
"Night": {
"source": "BeachNightLL.png"
}
"Day": {"source": "BeachLL.png"},
"Night": {"source": "BeachNightLL.png"}
}
},
"Underwater": {
"Underwater":
{
"SMB1": {
"Day": {
"source": "Underwater.png"
},
"Night": {
"source": "UnderwaterNight.png"
}
"Day": {"source": "Underwater.png"},
"Night": {"source": "UnderwaterNight.png"}
},
"SMBLL": {
"Day": {
"source": "UnderwaterLL.png"
},
"Night": {
"source": "UnderwaterNightLL.png"
}
"Day": {"source": "UnderwaterLL.png"},
"Night": {"source": "UnderwaterNightLL.png"}
}
},
"Garden": {
"SMB1": {
"Day": {
"source": "GardenHill.png"
},
"Night": {
"source": "GardenNight.png"
}
"Day": {"source": "GardenHill.png"},
"Night": {"source": "GardenNight.png"}
},
"SMBLL": {
"Day": {
"source": "GardenHillLL.png"
},
"Night": {
"source": "GardenHillNightLL.png"
}
"Day": {"source": "GardenHillLL.png"},
"Night": {"source": "GardenHillNightLL.png"}
}
},
"CastleWater": {
"CastleWater":
{
"SMB1": {
"Day": {
"source": "CastleWater.png"
},
"Night": {
"source": "CastleWaterNight.png"
}
"Day": {"source": "CastleWater.png"},
"Night": {"source": "CastleWaterNight.png"}
},
"SMBLL": {
"Day": {
"source": "CastleWaterLL.png"
},
"Night": {
"source": "CastleWaterNightLL.png"
}
"Day": {"source": "CastleWaterLL.png"},
"Night": {"source": "CastleWaterNightLL.png"}
}
},
"Space": {
"SMB1": {
"source": "Space.png"
},
"SMBLL": {
"source": "SpaceLL.png"
}
},
"Airship": {
"link": "Skyland"
"SMB1": {"source": "Space.png"},
"SMBLL": {"source": "SpaceLL.png"}
},
"Airship": {"link": "Skyland"},
"Bonus": {
"SMB1": {
"source": "Bonus.png"
},
"SMBLL": {
"source": "BonusLL.png"
}
"SMB1": {"source": "Bonus.png"},
"SMBLL": {"source": "BonusLL.png"}
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,40 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cs28m2tkqkqpt"
path="res://.godot/imported/OverworldANN.png-a917c4a1e4c1e40208df341e8af51f42.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Backgrounds/Hills/OverworldANN.png"
dest_files=["res://.godot/imported/OverworldANN.png-a917c4a1e4c1e40208df341e8af51f42.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.7 KiB

View File

@@ -1,40 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bc1nkboy3fr6k"
path="res://.godot/imported/OverworldNightANN.png-98a6485e550acd4158fbc7898baf20e0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Backgrounds/Hills/OverworldNightANN.png"
dest_files=["res://.godot/imported/OverworldNightANN.png-98a6485e550acd4158fbc7898baf20e0.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.7 KiB

View File

@@ -1,40 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://wq4msfwikcwr"
path="res://.godot/imported/SnowANN.png-547267a957ae04d1a3806374cbacb137.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Backgrounds/Hills/SnowANN.png"
dest_files=["res://.godot/imported/SnowANN.png-547267a957ae04d1a3806374cbacb137.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.7 KiB

View File

@@ -1,40 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cpssr0kuj5iyx"
path="res://.godot/imported/SnowNightANN.png-880d870cd2c8b88c76dda7d4cf1467bf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Backgrounds/Hills/SnowNightANN.png"
dest_files=["res://.godot/imported/SnowNightANN.png-880d870cd2c8b88c76dda7d4cf1467bf.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: 961 B

After

Width:  |  Height:  |  Size: 786 B

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 B

View File

@@ -1,40 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cd8q0nuveukv1"
path="res://.godot/imported/CheepCheepSideGenerator.png-09ee2d284f88ce6583cde162f843856a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Editor/CheepCheepSideGenerator.png"
dest_files=["res://.godot/imported/CheepCheepSideGenerator.png-09ee2d284f88ce6583cde162f843856a.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

@@ -74,6 +74,15 @@
}
},
"variations": {
"Overworld": {
"source": "Bowser.png",
"rect": [
0.0,
0.0,
96.0,
96.0
]
},
"default": {
"source": "Bowser.png",
"rect": [
@@ -84,4 +93,4 @@
]
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 697 B

After

Width:  |  Height:  |  Size: 806 B

View File

@@ -74,6 +74,15 @@
}
},
"variations": {
"Overworld": {
"source": "BowsersBro.png",
"rect": [
0.0,
0.0,
96.0,
96.0
]
},
"default": {
"source": "BowsersBro.png",
"rect": [
@@ -82,54 +91,6 @@
96.0,
96.0
]
},
"Underwater": {
"source": "BowsersBro.png",
"rect": [
96.0,
0.0,
96.0,
96.0
]
},
"CastleWater": {
"link": "Underwater"
},
"Snow": {
"source": "BowsersBro.png",
"rect": [
192.0,
0.0,
96.0,
96.0
]
},
"Space": {
"source": "BowsersBro.png",
"rect": [
0.0,
96.0,
96.0,
96.0
]
},
"Volcano": {
"source": "BowsersBro.png",
"rect": [
96.0,
96.0,
96.0,
96.0
]
},
"Bonus": {
"source": "BowsersBro.png",
"rect": [
192.0,
96.0,
96.0,
96.0
]
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 825 B

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 B

View File

@@ -1,40 +0,0 @@
[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: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 1.0 KiB

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: 745 B

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 797 B

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -6,10 +6,7 @@
},
"SMBLL": {
"source": "LLPlatform.png"
},
"SMBANN": {
"link": "SMBLL"
}
}
}
}
}

View File

@@ -1,10 +1,7 @@
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
page id=0 file="Font.png"
page id=1 file="FontGA.png"
page id=2 file="FontJP.png"
chars count=359
chars count=133
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=50 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
@@ -141,233 +138,4 @@ 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=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
char id=8203 x=0 y=0 width=1 height=1 xoffset=0 yoffset=0 xadvance=0 page=0 chnl=0

View File

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

View File

@@ -1,40 +1,3 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://w0upk3mm4jf2"
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
importer="skip"

View File

@@ -0,0 +1,30 @@
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

@@ -0,0 +1,17 @@
[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,40 +1,3 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bsepw8fa2vk04"
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
importer="skip"

View File

@@ -0,0 +1,204 @@
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

@@ -0,0 +1,17 @@
[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,40 +1,3 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ct72gsk4uny04"
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
importer="skip"

View File

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

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

@@ -1,10 +1,7 @@
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
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=1 file="FontGA.png"
page id=2 file="FontJP.png"
chars count=359
chars count=133
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=50 x=32 y=0 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0
@@ -139,235 +136,4 @@ char id=212 x=32 y=128 width=16 height=16 xoffset=0 yoffset=0
char id=195 x=48 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=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
char id=1059 x=80 y=128 width=16 height=16 xoffset=0 yoffset=0 xadvance=16 page=0 chnl=0

View File

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

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

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -1,40 +1,3 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bl63bqgh8mpr2"
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
importer="skip"

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

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

View File

@@ -1,40 +1,3 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cv6no0vc04p8v"
path="res://.godot/imported/ScoreFont.png-281fa6a3ecebf9e9d4520f2c046dfbdb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/UI/ScoreFont.png"
dest_files=["res://.godot/imported/ScoreFont.png-281fa6a3ecebf9e9d4520f2c046dfbdb.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
importer="skip"

View File

@@ -31,7 +31,7 @@
"Autumn": {"source": "TitleSMBLL.png", "rect": [352, 88, 176, 88], "properties": {"star_offset_x": 0, "star_offset_y": -4}},
"Beach": {"source": "TitleSMBLL.png", "rect": [0, 176, 176, 88], "properties": {"star_offset_x": 0, "star_offset_y": -4}},
"Mountain": {"source": "TitleSMBLL.png", "rect": [176, 176, 176, 88], "properties": {"star_offset_x": 0, "star_offset_y": -4}},
"Space": {"source": "TitleSMBLL.png", "rect": [352, 176, 176, 88], "properties": {"star_offset_x": 0, "star_offset_y": -4}}
"Space": {"source": "TitleSMBLL.png", "rect": [352, 176, 176, 88], "properties": {"star_offset_x": 0, "star_offset_y": -0}}
},
"SMBANN": {
"default": {"source": "TitleSMBANN.png", "rect": [0, 0, 176, 88], "properties": {"star_offset_x": -88, "star_offset_y": 4}},
@@ -42,7 +42,7 @@
"Autumn": {"source": "TitleSMBANN.png", "rect": [352, 88, 176, 88], "properties": {"star_offset_x": -88, "star_offset_y": 4}},
"Beach": {"source": "TitleSMBANN.png", "rect": [0, 176, 176, 88], "properties": {"star_offset_x": -88, "star_offset_y": 4}},
"Mountain": {"source": "TitleSMBANN.png", "rect": [176, 176, 176, 88], "properties": {"star_offset_x": -88, "star_offset_y": 4}},
"Space": {"source": "TitleSMBANN.png", "rect": [352, 176, 176, 88], "properties": {"star_offset_x": -88, "star_offset_y": 4}}
"Space": {"source": "TitleSMBANN.png", "rect": [352, 176, 176, 88], "properties": {"star_offset_x": 0, "star_offset_y": -0}}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 919 B

After

Width:  |  Height:  |  Size: 894 B

View File

@@ -4,13 +4,9 @@
"res://Assets/Sprites/Backgrounds/Hills/Overworld.png",
"res://Assets/Sprites/Backgrounds/Hills/OverworldAlt.png",
"res://Assets/Sprites/Backgrounds/Hills/OverworldANN.png",
"res://Assets/Sprites/Backgrounds/Hills/OverworldNight.png",
"res://Assets/Sprites/Backgrounds/Hills/OverworldNightANN.png",
"res://Assets/Sprites/Backgrounds/Hills/Snow.png",
"res://Assets/Sprites/Backgrounds/Hills/SnowANN.png",
"res://Assets/Sprites/Backgrounds/Hills/SnowNight.png",
"res://Assets/Sprites/Backgrounds/Hills/SnowNightANN.png",
"res://Assets/Sprites/Backgrounds/Skies/AutumnSky.png",
"res://Assets/Sprites/Backgrounds/Skies/BeachSky.png",
@@ -45,7 +41,6 @@
"res://Assets/Sprites/Items/BridgeAxe.png",
"res://Assets/Sprites/Items/Fireball.png",
"res://Assets/Sprites/Items/FireFlower.png",
"res://Assets/Sprites/Items/FireFlowerSpecial.png",
"res://Assets/Sprites/Items/Hammer.png",
"res://Assets/Sprites/Items/PoisonMushroom.png",
"res://Assets/Sprites/Items/SpinningCoin.png",

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

@@ -1 +0,0 @@
{"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

@@ -165,10 +165,6 @@ VISUAL_COLOURFUL_PIPES,"Enables multi-coloured pipes (green by default, if turne
VISUAL_TRANSFORM,"Should the transformation effect on the player, be rainbow, or a simple animation swap?",Transform Style,Style Transfo.,Styl Transformacji,ctиль tpahcфopmaции,Estilo de transformación,Stile trasformazione, ,Style ng Pagtransform,Power-Up-Animationsstil,Dönüşüm Stİlİ,Transformasi Gaya,Estilo de Transformação,へんしんスタイル
VISUAL_TEXT_SHADOWS,,Text Shadows,Ombre Textes,Cieniowany Tekstu,tehь tekcta,Sombras en textos,Ombre testo, ,Anino ng Text,Textschatten,Yazı Gölgelerİ,Bayangan Teks,Sombreamento de Texto,テキストのかげ
VISUAL_TRANSITION_EFFECT,Do we want transitions to be instant? or smooth?,Transition Style,Style de transition,Styl Tranzycji,ctиль пepexoдob,Estilo de transición,Stile transizione, ,Style ng Transition,Übergangsstil,Geçİş Stİlİ,Gaya Transisi,Estilo de Transição,フェード・スタイル
VISUAL_SMBS_SCROLL,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling,Special Scrolling
VISUAL_SMBS_SCROLL_OFF,Off,Off,Off,Off,Off,Off,Off,Off,Off,Off,Off,Off,Off,Off
VISUAL_SMBS_SCROLL_X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1,Sharp X1
VISUAL_SMBS_SCROLL_PC8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801,PC-8801
VISUAL_PARALLAX_NONE,,None,Aucun,Brak,het,Ninguno,No,,Wala,Kein,Hİç,None,Nenhum,オフ
VISUAL_PARALLAX_BASIC,,Basic,Basique,Podstawowe,ochobhoй,Básico,Basico,,Basic,Standard,Basİt,Dasar,Básico,ひょうじゅん
VISUAL_PARALLAX_DETAIL,,Detailed,Détaillé,Detalowane,Дetaлизиpobahhый,Detallado,Dettagliato,,Detalyado,Detailliert,Detaylı,Detailed,Detalhado,しょうさい
1 description en fr pl ru es it ga fil de tr id pt jp
165 CUTSCENE_CASTLE_PEACH_4 LEVEL_WARPZONE Extra content has been unlocked! Enjoy! Welcome to Warp Zone! Nouveaux contenus débloqués ! Profitez bien ! Bienvenue dans la zone de téléportation ! Dodatkowe zasoby zostały odblokowane! Powodzenia! Witaj w Metrze Rur! Эkctpa-kohteht paзблokиpobah! beceлиcь! Дoбpo пoжaлobatь b bapп ЗohУ! Se ha desbloqueado contenido extra. Que lo disfrutes! ¡Bienvenido a la Warp Zone! è stato aggiunto del contenuto extra! Divertiti! Benvenuto nella Warp Zone! EXTRA CONTENT HAS BEEN UNLOCKED! ENJOY! WELCOME TO WARP ZONE! May access ka na sa ibang content! Enjoy! Welcome sa Warp Zone Weitere Inhalte sind jetzt verfügbar! Viel Spass! Willkommen bei der Warp-Zone! Ekstra İçerİk açıldı! İyİ eğlenceler! Warp Bölgesİne Hoş Geldİn! Konten tambahan telah dibuka! Selamat menikmati! Selamat datang di Warp Zone! Conteúdo extra desbloqueado! Aproveite! Bem-vindo a Warp Zone! ボーナスコンテンツがあいたよ!たのしんでね! ワープゾーンへようこそ!
166 CUTSCENE_MARATHON_PEACH_1 CHALLENGE_MISS Great run {PLAYER}! Miss… Belle run {PLAYER}! Perdu… Swietna próba {PLAYER}! Zguba… xopoший зaбeг {PLAYER}! Пpomax… ¡Gran carrera {PLAYER}! Perdió… Bella run {PLAYER}! Peccato… GREAT RUN {PLAYER}! MISS… Mahusay {PLAYER}! Ayun lang… Sehr gut, {PLAYER}! Verloren… İyİ koşu, {PLAYER}! Kaybettİn… Lari yang hebat {PLAYER}! Gagal… Ótima rodada {PLAYER}! Perdeu... よくやった、{PLAYER}! ミス...
167 CUTSCENE_MARATHON_PEACH_2 CHALLENGE_DIALOGUE_RESULTS Dialogue is what toad says, when telling you your final results on the challenge hunt Your time was: {TIME} Your Results Tu as mis: {TIME} Résultats Finaux Twój czas to: {TIME} Twoje Rezultaty tboё bpemя: {TIME} tboи peзУльtatы Tu tiempo fue: {TIME} Tus resultados Il tuo tempo è: {TIME} I tuoi risultati YOUR TIME WAS: {TIME} YOUR RESULTS Ang oras mo ay: {TIME} Iyong resulta Deine Zeit ist: {TIME} End- ergebnis Senİn zamanın: {TİME} Sonuçların Waktu Anda adalah: {TIME} Hasil Anda Seu tempo foi: {TIME} Seus Resultados タイム:{TIME} けっか
CUTSCENE_MARATHON_PEACH_3 That's a new best! Great job! C'est un nouveau record ! Bien joué ! To nowy rekord! Dobra robota! hobый pekopд! Пoздpabляю! ¡Esa es una nueva mejor marca! ¡Buen trabajo! Questo è un nuovo record! Bel lavoro! THAT'S A NEW BEST! GREAT JOB! Bagong record! Yehey! Dies ist ein neuer Rekord! Glückwunsch! Bu yenİ bİr rekor! Harİka İş! Itu rekor baru! Kerja bagus! Esse foi um novo recorde! Parabéns! きろくこうしん!おめでとう!
LEVEL_WARPZONE Welcome to Warp Zone! Bienvenue dans la zone de téléportation ! Witaj w Metrze Rur! Дoбpo пoжaлobatь b bapп ЗohУ! ¡Bienvenido a la Warp Zone! Benvenuto nella Warp Zone! WELCOME TO WARP ZONE! Welcome sa Warp Zone Willkommen bei der Warp-Zone! Warp Bölgesİne Hoş Geldİn! Selamat datang di Warp Zone! Bem-vindo a Warp Zone! ワープゾーンへようこそ!
CHALLENGE_MISS Miss… Perdu… Zguba… Пpomax… Perdió… Peccato… MISS… Ayun lang… Verloren… Kaybettİn… Gagal… Perdeu... ミス...
CHALLENGE_DIALOGUE_RESULTS Dialogue is what toad says, when telling you your final results on the challenge hunt Your Results Résultats Finaux Twoje Rezultaty tboи peзУльtatы Tus resultados I tuoi risultati YOUR RESULTS Iyong resulta End- ergebnis Sonuçların Hasil Anda Seus Resultados けっか
168 CHALLENGE_DIALOGUE_SCORE Score Score Wynik oчkи Puntuación Punteggio SCORE Score Punkte Skor Skor Pontuação ポイント
169 CHALLENGE_DIALOGUE_COINS Coins Pièces Monety mohetы Monedas Monete COINS Coins Münzen Altınlar Koin Moedas コイン
170 CHALLENGE_DIALOGUE_EXIT Press jump to continue. Appuyez pour quitter Naciśnij aby wyjść haжmиte любУю khoпkУ. Pulse Saltar para continuar. Schiaccia il pulsante "salta" per uscire. PRESS JUMP TO CONTINUE. Pinduntin ang Jump button para umalis Zum Beenden springen. Çıkmak İçİn zıpla. Tekan lompat untuk keluar. Pressione pular para continuar. 「ジャンプ」を おして ぞっこう

View File

@@ -1,7 +1,7 @@
[gd_resource type="AudioStreamInteractive" load_steps=3 format=3 uid="uid://da4vqkrpqnma0"]
[ext_resource type="AudioStream" uid="uid://chknkfu4c0gsp" path="res://Assets/Audio/BGM/Overworld.mp3" id="1_km47y"]
[ext_resource type="AudioStream" uid="uid://bd0q3pulvt2fr" path="res://Assets/Audio/BGM/OverworldHurry.mp3" id="2_i0wg4"]
[ext_resource type="AudioStream" uid="uid://cwe41cd6nkn0u" path="res://Assets/Audio/BGM/Overworld.mp3" id="1_km47y"]
[ext_resource type="AudioStream" uid="uid://dp3owh2j56xv6" path="res://Assets/Audio/BGM/OverworldHurry.mp3" id="2_i0wg4"]
[resource]
clip_count = 2

View File

@@ -1,7 +1,7 @@
[gd_resource type="SpriteFrames" load_steps=25 format=3 uid="uid://cjblhx4flkqva"]
[ext_resource type="Texture2D" uid="uid://b45d7xacnaoxl" path="res://Assets/Sprites/Players/Mario/Big.png" id="1_akfsq"]
[ext_resource type="Texture2D" uid="uid://d8g0ff0oepgy" path="res://Assets/Sprites/Players/Mario/Small.png" id="1_dg100"]
[ext_resource type="Texture2D" uid="uid://cf6up03lxcul2" path="res://Assets/Sprites/Players/Mario/Big.png" id="1_akfsq"]
[ext_resource type="Texture2D" uid="uid://ecig0d3sw5jm" path="res://Assets/Sprites/Players/Mario/Small.png" id="1_dg100"]
[sub_resource type="AtlasTexture" id="AtlasTexture_a6q03"]
atlas = ExtResource("1_akfsq")

View File

@@ -1,11 +1,13 @@
[gd_resource type="Resource" script_class="CampaignResource" load_steps=3 format=3 uid="uid://8dcuxbc3h2u2"]
[gd_resource type="Resource" script_class="CampaignResource" load_steps=4 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://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"]
[resource]
script = ExtResource("3_61m36")
SMB1 = ExtResource("1_okl0f")
SMBLL = ExtResource("2_74y1u")
SMBS = ExtResource("1_okl0f")
SMBANN = ExtResource("1_okl0f")
metadata/_custom_type_script = "uid://cixtosud3mfaq"

View File

@@ -0,0 +1,10 @@
[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

@@ -0,0 +1,10 @@
[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

@@ -0,0 +1,13 @@
[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,8 +1,11 @@
[gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://bl7sbw4nx3l1t"]
[gd_resource type="FontVariation" load_steps=4 format=3 uid="uid://bl7sbw4nx3l1t"]
[ext_resource type="FontFile" uid="uid://djsv6aojrcuyg" 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]
fallbacks = Array[Font]([ExtResource("2_yvbdn"), ExtResource("3_5g8gi")])
base_font = ExtResource("1_6xssw")
opentype_features = {
1667329140: 0

View File

@@ -90,6 +90,7 @@ script/source = "extends AchievementProgressCalculator
func get_progress() -> int:
var medal_amount := 0
SpeedrunHandler.load_best_times(campaign)
print(SpeedrunHandler.best_level_warpless_times)
var world := 0
for x in SpeedrunHandler.best_level_warpless_times:
var level := 0
@@ -99,6 +100,7 @@ func get_progress() -> int:
level += 1
world += 1
for x in SpeedrunHandler.best_level_any_times:
print(SpeedrunHandler.best_level_any_times)
if SpeedrunHandler.best_level_any_times[x] <= SpeedrunHandler.LEVEL_GOLD_ANY_TIMES[campaign][x] * SpeedrunHandler.MEDAL_CONVERSIONS[medal_index] and SpeedrunHandler.best_level_any_times[x] > 0:
medal_amount += 1
var save = JSON.parse_string(FileAccess.open(Global.config_path.path_join(\"saves/\" + campaign + \".sav\"), FileAccess.READ).get_as_text())

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=64 format=3 uid="uid://blv1d12smlibh"]
[gd_scene load_steps=62 format=3 uid="uid://blv1d12smlibh"]
[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"]
@@ -16,9 +16,6 @@
[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="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="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"]
@@ -37,6 +34,11 @@
[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"]
[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"]
resource_name = "Main"
length = 30.0
@@ -763,29 +765,18 @@ metadata/_custom_type_script = "uid://b08qfwj5jk6g1"
script = ExtResource("7_bob8r")
metadata/_custom_type_script = "uid://cbal8ms2oe1ik"
[node name="ChallengeResults" type="AudioStreamPlayer" parent="."]
[node name="Music" type="AudioStreamPlayer" parent="."]
process_mode = 3
stream = ExtResource("7_6dwpv")
autoplay = true
bus = &"Music"
[node name="ResourceSetterNew" type="Node" parent="ChallengeResults" node_paths=PackedStringArray("node_to_affect")]
script = ExtResource("7_bob8r")
[node name="ResourceSetter" type="Node" parent="Music" node_paths=PackedStringArray("node_to_affect")]
script = ExtResource("9_iyieq")
node_to_affect = NodePath("..")
property_name = "stream"
mode = 2
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"
themed_resource = SubResource("Resource_cq5a1")
metadata/_custom_type_script = "uid://cq6f682453q6o"
[node name="MainSequence" type="AnimationPlayer" parent="."]
libraries = {
@@ -1077,7 +1068,6 @@ metadata/_custom_type_script = "uid://364rywt44hy6"
[node name="PauseMenu" parent="CanvasLayer" instance=ExtResource("31_1l20f")]
visible = false
can_exit = false
[node name="WorldSelect" parent="CanvasLayer" instance=ExtResource("32_xk7j8")]
visible = false
@@ -1108,6 +1098,7 @@ grow_horizontal = 2
grow_vertical = 2
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_2_selected" from="CanvasLayer/PauseMenu" to="CanvasLayer/PauseMenu" method="close"]
[connection signal="option_2_selected" from="CanvasLayer/PauseMenu" to="CanvasLayer/WorldSelect" method="open"]

View File

@@ -382,8 +382,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_s34bh")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label3" type="Label" parent="Labels/TileArtists/Label"]
layout_mode = 0
@@ -403,8 +401,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_ouss1")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label4" type="Label" parent="Labels/TileArtists/Label"]
layout_mode = 0
@@ -424,8 +420,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_yji2n")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label5" type="Label" parent="Labels/TileArtists/Label"]
layout_mode = 0
@@ -445,8 +439,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_4ssyu")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label6" type="Label" parent="Labels/TileArtists/Label"]
layout_mode = 0
@@ -466,8 +458,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_8pyc7")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="TextureRect" type="TextureRect" parent="Labels/TileArtists"]
layout_mode = 0
@@ -476,8 +466,6 @@ offset_top = 120.0
offset_right = 248.0
offset_bottom = 232.0
texture = ExtResource("4_j3afk")
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="BGArtists" type="Control" parent="Labels"]
visible = false
@@ -528,8 +516,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_s34bh")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label3" type="Label" parent="Labels/BGArtists/Label"]
layout_mode = 0
@@ -549,8 +535,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_6kpe2")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label4" type="Label" parent="Labels/BGArtists/Label"]
layout_mode = 0
@@ -570,8 +554,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_3s1o5")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label6" type="Label" parent="Labels/BGArtists/Label"]
layout_mode = 0
@@ -591,8 +573,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_x745s")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label5" type="Label" parent="Labels/BGArtists/Label"]
layout_mode = 0
@@ -612,8 +592,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_g2gtw")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="TextureRect" type="TextureRect" parent="Labels/BGArtists"]
layout_mode = 0
@@ -622,8 +600,6 @@ offset_top = 112.0
offset_right = 144.0
offset_bottom = 224.0
texture = ExtResource("6_s34bh")
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="EnemyArtists" type="Control" parent="Labels"]
visible = false
@@ -674,8 +650,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_s34bh")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label3" type="Label" parent="Labels/EnemyArtists/Label"]
layout_mode = 0
@@ -695,8 +669,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_g2gtw")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label4" type="Label" parent="Labels/EnemyArtists/Label"]
layout_mode = 0
@@ -716,8 +688,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_885hu")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label5" type="Label" parent="Labels/EnemyArtists/Label"]
layout_mode = 0
@@ -737,8 +707,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_j5uy1")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label6" type="Label" parent="Labels/EnemyArtists/Label"]
layout_mode = 0
@@ -758,8 +726,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_oqk7k")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label7" type="Label" parent="Labels/EnemyArtists/Label"]
layout_mode = 0
@@ -779,8 +745,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_ud3pl")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="TextureRect" type="TextureRect" parent="Labels/EnemyArtists"]
layout_mode = 0
@@ -789,8 +753,6 @@ offset_top = 120.0
offset_right = 248.0
offset_bottom = 232.0
texture = ExtResource("7_k6bv2")
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label10" type="Label" parent="Labels/EnemyArtists"]
layout_mode = 0
@@ -811,8 +773,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_isghj")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="LevelDesign" type="Control" parent="Labels"]
visible = false
@@ -863,8 +823,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_s34bh")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label4" type="Label" parent="Labels/LevelDesign/Label"]
layout_mode = 0
@@ -884,8 +842,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_oe1k8")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label5" type="Label" parent="Labels/LevelDesign/Label/Label4"]
layout_mode = 0
@@ -905,8 +861,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_sqdyg")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label5" type="Label" parent="Labels/LevelDesign/Label"]
layout_mode = 0
@@ -926,8 +880,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_4ssyu")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label7" type="Label" parent="Labels/LevelDesign/Label"]
layout_mode = 0
@@ -947,8 +899,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_0ixvh")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="TextureRect2" type="TextureRect" parent="Labels/LevelDesign/Label/Label7/TextureRect"]
layout_mode = 1
@@ -960,8 +910,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_txoml")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label3" type="Label" parent="Labels/LevelDesign/Label"]
layout_mode = 0
@@ -981,8 +929,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_g2gtw")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label2" type="Label" parent="Labels/LevelDesign"]
layout_mode = 0
@@ -1023,8 +969,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_s34bh")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label2" type="Label" parent="Labels/LevelDesign/Label2"]
layout_mode = 0
@@ -1044,8 +988,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_shsp7")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label3" type="Label" parent="Labels/LevelDesign"]
layout_mode = 0
@@ -1085,8 +1027,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_i063v")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="TextureRect" type="TextureRect" parent="Labels/LevelDesign"]
layout_mode = 0
@@ -1095,8 +1035,6 @@ offset_top = 120.0
offset_right = 248.0
offset_bottom = 232.0
texture = ExtResource("8_3648a")
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Sound" type="Control" parent="Labels"]
layout_mode = 3
@@ -1146,8 +1084,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_s34bh")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label3" type="Label" parent="Labels/Sound/Label"]
layout_mode = 0
@@ -1167,8 +1103,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_23b0w")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label4" type="Label" parent="Labels/Sound/Label"]
layout_mode = 0
@@ -1188,8 +1122,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_yeh4c")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label6" type="Label" parent="Labels/Sound/Label"]
layout_mode = 0
@@ -1209,8 +1141,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_mjy6w")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label2" type="Label" parent="Labels/Sound"]
layout_mode = 0
@@ -1250,8 +1180,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_irr87")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label6" type="Label" parent="Labels/Sound/Label2"]
layout_mode = 0
@@ -1271,8 +1199,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_mjy6w")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label7" type="Label" parent="Labels/Sound/Label2"]
layout_mode = 0
@@ -1292,8 +1218,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_3diwr")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label8" type="Label" parent="Labels/Sound/Label2"]
layout_mode = 0
@@ -1313,8 +1237,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_ttapi")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="TextureRect" type="TextureRect" parent="Labels/Sound"]
layout_mode = 0
@@ -1450,8 +1372,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_4e2pw")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label3" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1484,8 +1404,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_17gvw")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label4" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1518,8 +1436,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_suvme")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label5" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1552,8 +1468,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_d4vu4")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label6" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1586,8 +1500,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_ekvxv")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label7" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1620,8 +1532,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_txoml")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label8" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1654,8 +1564,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_txoml")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label9" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1688,8 +1596,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_d2mcn")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label10" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1722,8 +1628,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_igtl7")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label11" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1756,8 +1660,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_wjira")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label12" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1790,8 +1692,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_s2n2q")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="Label13" type="Label" parent="Labels/Localizers/Label"]
layout_mode = 0
@@ -1824,8 +1724,6 @@ offset_bottom = 16.0
grow_horizontal = 0
texture = SubResource("AtlasTexture_bdyah")
stretch_mode = 2
script = ExtResource("11_d4vu4")
metadata/_custom_type_script = "uid://ca3bew33g45eq"
[node name="TextureRect" type="TextureRect" parent="Labels/Localizers"]
layout_mode = 0

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=8 format=3 uid="uid://broeyye3effot"]
[gd_scene load_steps=8 format=3 uid="uid://bigssps82viks"]
[ext_resource type="Script" path="res://Scripts/Classes/CustomLevel.gd" id="1_8pu80"]
[ext_resource type="Script" uid="uid://bcqr1v25ygedb" path="res://Scripts/Classes/LevelClass.gd" id="1_8pu80"]
[ext_resource type="PackedScene" uid="uid://bksxgpygrdjl7" path="res://Scenes/Prefabs/LevelBG.tscn" id="2_f32q3"]
[ext_resource type="Texture2D" uid="uid://cbha2l6hg1kfo" path="res://Assets/Sprites/UI/EditorGrid.png" id="3_e7vnc"]
[ext_resource type="Texture2D" uid="uid://bxciugu0dg7e8" path="res://Assets/Sprites/Editor/ChunkDisplay.png" id="4_rhepb"]

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