Commit Graph

15 Commits

Author SHA1 Message Date
guzlad
333ceae967 Fixed certain upside down pipe tiles in SMBLL and SMBS (#560) 2025-10-11 16:27:12 +01:00
JoeMama
437f98884d Revert "Merge pull request #458 from KirbyKid256/pulls/more-animated-tilesets"
This reverts commit 07cb5015cf, reversing
changes made to ad03246040.
2025-10-10 11:06:32 +01:00
guzlad
07cb5015cf Merge pull request #458 from KirbyKid256/pulls/more-animated-tilesets
Animated Tilesets for Resource Packs
2025-10-10 00:46:40 +02:00
guzlad
fedb5df2f6 Restarting in SMBS 1-4 and 2-2 won't bring you back to SMB1 2025-10-07 03:18:19 +02:00
KirbyKidJ
8b5d9afba9 Animated Tilesets for All-Stars Resource Packs
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.
2025-09-30 00:04:03 -07:00
JHDev2006
f4cdbe18cb added in coin sparkles to blue coins and red coins 2025-09-28 16:49:08 +01:00
JHDev2006
d058425c13 fixed a softlock in 6-3 SP and also a crash with challenge mode in the title screen 2025-09-24 21:39:39 +01:00
JHDev2006
11fbbaaa7d updated 2-4 to not kill the player when below the screen, in anti grav 2025-09-22 13:29:14 +01:00
JHDev2006
95dd7f0268 adjusted smbs 2-1 coin heaven warp point 2025-09-21 14:05:52 +01:00
JHDev2006
d73a288672 seriously godot, get it together 2025-09-20 18:23:49 +01:00
JHDev2006
b18e676e7a fixed the purgatory pipe in SMBS 4-1 2025-09-20 13:28:48 +01:00
JHDev2006
6c11b95570 made a few changes to smbs level design to better utilize classic and modern level design settings 2025-09-19 20:59:29 +01:00
JHDev2006
864d38258f changes SMBS 4-4 and 2-2 to keep the original developer references
These were last minute changes i made originally, to say "JOEMAMA" instead of "HUDSON" and "LSS" instead of "I.S", however some people viewed this as being disrespectful of the original work and developers, which was absolutely NOT the intention, therefore the original message has been restored. apologies.
2025-09-17 11:24:28 +01:00
JHDev2006
e438354bf8 Fixed SMBS coin heavens, wrong warping you to SMB1, HOPEFULLY fixed some weird coin heaven deaths, and also added zip checking to the rom verifier, so that bad sprite rips dont happen (HOPEFULLY) 2025-09-16 10:41:31 +01:00
JHDev2006
3773bdaf64 added the game 2025-09-13 16:30:32 +01:00