* Fixed Space Title Stars
Fixes the position of the title stars in the space theme
* Fixed `PlayerSprite` Fallback Check
PlayerSprites check recursively for fallbacks. However, this does mean that if one fallback links to something that was already checked, it would make an infinite loop.
Also fixes the Pipe Cutscene, and updated Mario's `Big.tres` UIDs
This PR adds animated tilesets! I spent the day working on these, and it wasn't easy. This is primarily to help animate the All-Stars' grass tiles. You should be able to animate the other tilesets as well, but I haven't tested them.
JSONs are provided in the assets for Conveyer Belts and Liquids. There's two ways to animate the tilesets. The first is by the traditional way as used by `AnimatedSprite2D`, and the other is by how Godot animates tilesets normally as seen with the conveyer belts and liquids.
The last thing is that while doing this, I actually managed to fix the Resource Pack bug where reloading also reloads the blocks! It was surprisingly straightforward. I just edited the `BlockClass.gd` file to erase the cells when a block is hit or destroyed.
Let me know if you have any suggestions for things I should change or fix.
* Just the Coin Sparkle stuff
FYI, if a property in the json is formatted like `exa.exb` then it reads `exa` as another object and `exb` as a property in `exa` assuming the root `property_node` contains this object.
Also primarily for Resource Packs to change how the particles work and should explain how I got there with my personal SMAS skin.
* Added Coin Sparkle Texture to Scene
Of course I broke it in some form.
* 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
Was cross-checking the All Night Nippon Levels with the level maps and gameplay, made a quick stop to adjust the Castle Tilesets.
This primarily adds the Lost Levels brick pattern to the LL and ANN tiles and slopes, but it also tweaks the pipe and door sprites overall.