Commit Graph

63 Commits

Author SHA1 Message Date
John Cooper McDonald
8474bc3c19 Properly implement the Hammer item (#599)
* Properly implement the Hammer item

* Update Boo.gd

* Update LongFirebar.tscn
2025-10-15 18:14:19 +01:00
KirbyKidJ
0be8a1d277 P-Switch BGM File and Hurry Music (#589)
Added a .bgm file for P-Switches so it gets exported for Resource Packs. Also added a Hurry Up variant.
2025-10-14 16:22:54 +01:00
guzlad
4ce4d2bddf Fixed ChallengeEnd and ChallengeResults (#583) 2025-10-13 20:04:28 +01:00
JHDev2006
a9055451ae fixed an issue where you could throw a fireball frame one of exiting a pipe 2025-10-13 19:23:24 +01:00
guzlad
11da83fd8a Fixed fire flower palette in Cave, Underwater and CastleWater. Added new fireflower sprite for Special (#575) 2025-10-12 23:06:08 +01:00
JoeMama
584300f8e4 Update NoteBlock.json 2025-10-12 15:10:51 +01:00
JoeMama
7560403c54 updated sprites 2025-10-12 13:34:14 +01:00
JoeMama
57a659ba34 re-implemented the respawning blocks + items fix, and got rid of a few annoying prints + removed the warning from the resource pack menu in the settings, as its no longer needed 2025-10-10 11:26:09 +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
ad03246040 Merge pull request #342 from KirbyKid256/pulls/small-crouch-hitbox-fix
Hitbox Change for When Small and Crouching
2025-10-10 00:39:37 +02:00
KirbyKidJ
e6bc64affb Refactored Small Crouching and Big Crouching
- Added new variables to `CharacterInfo.json`
- Made it so `BlockCollision` area position is attached to top of `SmallCollision` and `BigCollision`
2025-10-09 15:16:14 -07:00
Ramona
2170d0b1a4 ? Block timing matches other flashing objects now 2025-10-08 19:46:23 -04:00
KirbyKidJ
170f2e3063 Smoothened the pipe corners 2025-10-04 16:39:18 -07:00
KirbyKidJ
3f7423c72a Updated Godot Editor Custom Icons
Wanted to turn the icons used in the Godot Editor into SVGs
This has literally ZERO effect on the Game itself. I just thought it'd be neat.
2025-10-04 16:16:35 -07:00
JHDev2006
f088c9b606 fixed pipes, being terrible and i hate them 2025-10-01 21:48:17 +01:00
JHDev2006
88fc0f8075 fixed up pipe hitboxes on smaller characters + piranha plant rotation 2025-10-01 16:16:06 +01:00
JHDev2006
9e5d7bd8e6 skid particles + extra particles setting 2025-10-01 12:33:34 +01:00
JHDev2006
51d81844d0 Added Death Counter to Custom Levels + Fixed castle bridge axe bonus sprites 2025-10-01 10:58:20 +01:00
KirbyKidJ
3b30fb5f84 I forgot a few Conveyer Belt frames 2025-09-30 11:00:40 -07:00
Jeod
fa4c1c711c Fix slightly off colors on a few sprites (#464) 2025-09-30 17:07:53 +01: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
8ae27f63a6 fixed up some lost levels stuff 2025-09-29 20:03:19 +01:00
JHDev2006
f4cdbe18cb added in coin sparkles to blue coins and red coins 2025-09-28 16:49:08 +01:00
KirbyKidJ
6d23f9dcd4 Added Coin Sparkle Effects (#350)
* 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.
2025-09-28 11:30:45 +01:00
JHDev2006
de3cfd57d5 updated some sound effects to be quieter (thanks trimint!) 2025-09-27 11:18:42 +01:00
JHDev2006
edc0c82959 updated tilesets with hcb's edits, and fixed the custom characters not loading in non-portable mode 2025-09-27 11:15:40 +01:00
JHDev2006
786a81a7b8 couple fixes, to do with minus world 2025-09-26 20:46:39 +01:00
JHDev2006
578655553a fixed a missing pipe in SMBLL 5-2 challenge mode 2025-09-26 14:23:27 +01:00
KirbyKidJ
e0a4d2d3c9 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
2025-09-26 14:15:03 +01:00
JHDev2006
df13040b45 Fixed a colour palette issue with autumn yellow pipes 2025-09-24 18:22:02 +01:00
JHDev2006
962787c861 fixed a world 9 softlocks with the world select menu 2025-09-24 16:01:47 +01:00
JHDev2006
eff31021a5 added can_air_turn to the default character info jsons 2025-09-24 11:01:40 +01:00
KirbyKidJ
6f8e5c9565 Updated Lost Levels Castle Tileset
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.
2025-09-23 18:14:34 -07:00
Joe H
8137e3b589 Merge pull request #356 from Falkimore/physics
Add new physics parameters to Player.gd, give descriptions to old ones
2025-09-23 22:03:09 +01:00
JHDev2006
3a4018c48a text shadow colours are now based on a seperate image / json, INSTEAD OF THE FUCKING TERRAIN TILESET WHYYYYYYYYYYYYYYYY 2025-09-23 22:01:07 +01:00
JHDev2006
9f6fb57b6c i completely forgot i added this thing that would pitch up all music in ANN, i left it in cause turns out you cant pitch up AudioStreamInteractives, so i just kinda forgot about it. whoops 2025-09-23 19:43:49 +01:00
Falkimore
4d036c3add update each character's CharacterInfo to include new parameters 2025-09-22 18:11:13 -05:00
JHDev2006
ea333f70d0 fixed the snow night sky 2025-09-22 18:28:03 +01:00
JHDev2006
f876241a99 updated title screen jsons to support new themes 2025-09-22 13:35:55 +01:00
JHDev2006
aab862703f Fixed invisible blocks being dark in dark backgrounded themes 2025-09-21 12:43:21 +01:00
Joe H
7f6f2dfaa6 Merge pull request #311 from KirbyKid256/pulls/smbann-disco-peach
Saving Disco Peach & Fuji TV Network Flag
2025-09-21 12:32:12 +01:00
KirbyKidJ
cc640c5ac1 Title Screen QOL Theming
This was supposed to be a quick quality of life addition for the Title Screen that applied the save and theme to the menu, but then I discovered a new bug I had to bypass with the character palette when doing it. So I ended up doing a bit more related to the Title Screen as a result.

I also *had* a function which checks for the number of valid folders within the Pck to see how many worlds there are, but I think it might've been a bit slow so I replaced it with constant values.

- Save for the currently loaded campaign gets applied on startup
- Backing out of World 9 and over keeps you on said worlds at the title screen
- Added Skyland and Volcano to SMB1 themes since it shares most of its themes with Lost Levels
- Fixed Title Screen Stars for the Volcano Theme
2025-09-20 22:21:22 -07:00
KirbyKidJ
8df497e2e2 Saving Disco Peach & Fuji TV Network Flag
Does two things for the All Night Nippon campaign. This PR replaces Princess Peach in ANN with her real life counterpart as in the original game. This was simply a JSON edit.

The second change is that it adds the Fuji TV Network logo to the Castle Flag as seen in-game specifically for the ANN campaign. This one does edit the sprite sheet for `CastleFlag.png`.

I know the NPCs are based on real people, but I don't remember their names. So I've just been calling them as they're labeled internally.
2025-09-20 18:50:17 -07:00
JHDev2006
4cc6e938fc made sub level transitions a bit smoother 2025-09-20 19:09:34 +01:00
JHDev2006
99066de39b changed the difficulty stars to be skulls instead, to better reflect how LSS handles stars 2025-09-20 18:39:14 +01:00
JHDev2006
4c1ad0a5d5 added trimint into credits 2025-09-20 13:26:56 +01:00
JHDev2006
376b3fd0eb Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public 2025-09-20 13:25:04 +01:00
JHDev2006
ff8cd9ed4c merged the SoundFix resource pack into basegame, thanks Trimint123! 2025-09-20 13:24:59 +01:00
KirbyKidJ
27dfa8fdb1 Added Loop Points to Custom Levels Menu
I'm gonna be honest, I forgot about this one.
This updates the ResourceSetter for this menu's BGM from the old one to the new one so it can use the JSON and BGM formats.
2025-09-19 15:55:09 -07:00