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
2025-09-13 16:30:32 +01:00
2025-09-20 13:26:56 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:29:38 +01:00
2025-09-26 20:32:42 +01:00
2025-09-13 16:30:32 +01:00
2025-09-21 15:15:30 +01:00

Super Mario Bros Remastered

A Remake / Celebration of the original 'Super Mario Bros.' games. Features new levels, custom modes, new characters, alongside a full level editor / custom level system!

SMB1R_BANNER_printable

Art by @krystalphantasm.bsky.social

Download: https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public/releases

Requires an original SMB1 NES ROM to play! None of the original assets are contained in the source code, unless it was originally made by us!

This does NOT act as a replacement for the original Super Mario Bros. games. Super Mario Bros. & Super Mario Bros.: The Lost Levels, can be played now on Nintendo Switch, through Nintendo Switch Online

Features

  • Super Mario Bros., Super Mario Bros.: The Lost Levels, Super Mario Bros. Special and All Night Nippon: Super Mario Bros. Fully recreated from the ground up!
  • Improved physics / level design
  • Resource Packs! Fully customize how the game looks and sounds.
  • Custom Characters - Add in your own characters to use in game.
  • Fully Open Source!
  • Level Share Square Partnered
  • Portable mode by creating portable.txt in the executable directory

Downloading

Windows/Linux

  1. Go to the 'Releases' page
  2. Look for the latest version
  3. Download the .zip for your OS
  4. Extract and run
  5. Enjoy!

macOS (Unofficial)

  1. Go to the macOS repo
  2. (NOTE: THIS IS AN UNOFFICIAL FORK OF THE GAME)
  3. Look for the latest version
  4. Download the .zip file
  5. Extract, drag into the 'Applictions' folder and run
  6. Enjoy!

Importing for editing

  1. Download the source
  2. Download Godot 4.5 beta 3
  3. Import the project
  4. Enjoy!

Contributing

You are more than welcome to contribute any fixes / improvements you'd like, simply open a pull request, and I'll review it ASAP!

System Requirements

Please refer to the Godot engine requirements for minimum and recommended hardware specifications.

Minimum Requirements

Recommended Requirements

Issues

When opening an issue, please keep it to one report, per post, and try and be as helpful as possible, when telling me what has occured, so that its as easy to fix as possible. Please do not open issues, for feature requests, suggestions, or opinions. BUG REPORTS ONLY

Known Issues

There are a couple known issues, mainly due to being built off of Godot, and these issues existing in the engine itself.

  • Steam deck controls do not work natively, you can circumvent this by setting up controller bindings to emulate keys instead, apologies.
  • Physics are weird, when interacting with corners + the camera barrier
  • Drop shadows jitter when playing with "Smooth Rendering"
  • Several entities jitter at times.
  • Blocks + coins, respawn when reloading resource packs
Description
No description provided
Readme GPL-3.0 75 MiB
Languages
GDScript 95.4%
GAP 3.6%
C# 1%