mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-21 23:18:11 +00:00
Updated Lost Levels Castle WATER Tileset (i forgor) (#388)
* Updated Castle WATER Tileset (i forgor) Yeah I realized late at night that I forgot to update the Underwater Castle tileset. This updates the Castle tileset, but underwater. Basically the same as the last one with a couple of extra changes: - Linked Deco Tiles for ANN to LL since there's no mushrooms - Replaced ROM Extractor check for ANN tileset - Yeah that's about it Side note only partially related to this, someone should make a Settings button that JUST regenerates the Base Assets without having to re-install the ROM. * Fucked up a pixel on the regular Brick Block
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
"CastleWater": {
|
||||
"SMB1": { "source": "CastleWaterDeco.png", "rect": [0.0, 0.0, 80.0, 32.0] },
|
||||
"SMBLL": { "source": "CastleWaterLLDeco.png", "rect": [0.0, 0.0, 80.0, 32.0] },
|
||||
"SMBANN": { "source": "CastleWaterDecoANN.png", "rect": [0.0, 0.0, 80.0, 32.0] }
|
||||
"SMBANN": { "link": "SMBLL" }
|
||||
},
|
||||
"Airship": {
|
||||
"SMB1": {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.0 KiB |
BIN
Assets/Sprites/Tilesets/Terrain/CastleWaterANN.png
Normal file
BIN
Assets/Sprites/Tilesets/Terrain/CastleWaterANN.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
40
Assets/Sprites/Tilesets/Terrain/CastleWaterANN.png.import
Normal file
40
Assets/Sprites/Tilesets/Terrain/CastleWaterANN.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://del35cy1sudng"
|
||||
path="res://.godot/imported/CastleWaterANN.png-1b83323e4c9a2c26438f3ffcd6d990d1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/Tilesets/Terrain/CastleWaterANN.png"
|
||||
dest_files=["res://.godot/imported/CastleWaterANN.png-1b83323e4c9a2c26438f3ffcd6d990d1.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: 7.7 KiB After Width: | Height: | Size: 7.3 KiB |
@@ -176,6 +176,9 @@
|
||||
},
|
||||
"SMBS": {
|
||||
"source": "CastleWaterSP.png"
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "CastleWaterANN.png"
|
||||
}
|
||||
},
|
||||
"Airship": {
|
||||
|
Reference in New Issue
Block a user