mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-21 23:18:11 +00:00
added missing infinite spoawning cheep cheeps to LL underwater levels
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
{
|
||||
"properties": {
|
||||
"primary_layer_size": [512, 512]
|
||||
"primary_layer_size": [
|
||||
512.0,
|
||||
512.0
|
||||
]
|
||||
},
|
||||
"animations": {
|
||||
"default": {
|
||||
"frames": [[0, 0, 512, 512]],
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
512.0,
|
||||
512.0
|
||||
]
|
||||
],
|
||||
"speed": 5.0,
|
||||
"loop": true
|
||||
}
|
||||
@@ -20,12 +30,20 @@
|
||||
}
|
||||
},
|
||||
"SMBLL": {
|
||||
"Day": {"source": "OverworldLL.png"},
|
||||
"Night": {"source": "OverworldNightLL.png"}
|
||||
"Day": {
|
||||
"source": "OverworldLL.png"
|
||||
},
|
||||
"Night": {
|
||||
"source": "OverworldNightLL.png"
|
||||
}
|
||||
},
|
||||
"SMBANN": {
|
||||
"Day": {"source": "OverworldANN.png"},
|
||||
"Night": {"source": "OverworldNightANN.png"}
|
||||
"Day": {
|
||||
"source": "OverworldANN.png"
|
||||
},
|
||||
"Night": {
|
||||
"source": "OverworldNightANN.png"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Desert": {
|
||||
@@ -49,28 +67,66 @@
|
||||
"Underground": {
|
||||
"SMB1": {
|
||||
"source": "Underground.png",
|
||||
"animations": {"default": {
|
||||
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
|
||||
"speed": 5.0,
|
||||
"loop": true
|
||||
}}
|
||||
"animations": {
|
||||
"default": {
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
512.0,
|
||||
512.0
|
||||
],
|
||||
[
|
||||
512.0,
|
||||
0.0,
|
||||
512.0,
|
||||
512.0
|
||||
]
|
||||
],
|
||||
"speed": 5.0,
|
||||
"loop": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"SMBLL": {
|
||||
"source": "UndergroundLL.png",
|
||||
"animations": {"default": {
|
||||
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
|
||||
"speed": 5.0,
|
||||
"loop": true
|
||||
}}
|
||||
"animations": {
|
||||
"default": {
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
512.0,
|
||||
512.0
|
||||
],
|
||||
[
|
||||
512.0,
|
||||
0.0,
|
||||
512.0,
|
||||
512.0
|
||||
]
|
||||
],
|
||||
"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": {
|
||||
@@ -86,7 +142,7 @@
|
||||
"source": "SnowLL.png"
|
||||
},
|
||||
"Night": {
|
||||
"source": "SnowNightLL.png"
|
||||
"source": "SnowNightLL.png"
|
||||
}
|
||||
},
|
||||
"SMBANN": {
|
||||
@@ -94,115 +150,188 @@
|
||||
"source": "SnowANN.png"
|
||||
},
|
||||
"Night": {
|
||||
"source": "SnowNightANN.png"
|
||||
"source": "SnowNightANN.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"}
|
||||
},
|
||||
"Mountain":
|
||||
{
|
||||
"Volcano": {
|
||||
"SMB1": {
|
||||
"Day": {"source": "Mountain.png"},
|
||||
"Night": {"source": "MountainNight.png"}
|
||||
"source": "Volcano.png"
|
||||
},
|
||||
"SMBLL": {
|
||||
"Day": {"source": "MountainLL.png"},
|
||||
"Night": {"source": "MountainNightLL.png"}
|
||||
"source": "VolcanoLL.png"
|
||||
}
|
||||
},
|
||||
"Mountain": {
|
||||
"SMB1": {
|
||||
"Day": {
|
||||
"source": "Mountain.png"
|
||||
},
|
||||
"Night": {
|
||||
"source": "MountainNight.png"
|
||||
}
|
||||
},
|
||||
"SMBLL": {
|
||||
"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"}
|
||||
"SMB1": {
|
||||
"source": "Space.png"
|
||||
},
|
||||
"SMBLL": {
|
||||
"source": "SpaceLL.png"
|
||||
}
|
||||
},
|
||||
"Airship": {
|
||||
"link": "Skyland"
|
||||
},
|
||||
"Airship": {"link": "Skyland"},
|
||||
"Bonus": {
|
||||
"SMB1": {"source": "Bonus.png"},
|
||||
"SMBLL": {"source": "BonusLL.png"}
|
||||
"SMB1": {
|
||||
"source": "Bonus.png"
|
||||
},
|
||||
"SMBLL": {
|
||||
"source": "BonusLL.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
BIN
Assets/Sprites/Editor/CheepCheepSideGenerator.png
Normal file
BIN
Assets/Sprites/Editor/CheepCheepSideGenerator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 295 B |
40
Assets/Sprites/Editor/CheepCheepSideGenerator.png.import
Normal file
40
Assets/Sprites/Editor/CheepCheepSideGenerator.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[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
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"variations": {
|
||||
"SMB1": {"source": "Font.fnt"},
|
||||
"SMBLL": {"source": "FontLL.fnt"},
|
||||
"SMBANN": {"link": "SMBLL"}
|
||||
"SMB1": {
|
||||
"source": "Font.fnt"
|
||||
},
|
||||
"SMBLL": {
|
||||
"source": "FontLL.fnt"
|
||||
},
|
||||
"SMBANN": {
|
||||
"link": "SMBLL"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user