From b0349707cf0610599aa08c71e8ed89499b1f019a Mon Sep 17 00:00:00 2001 From: Joe H <97353363+JHDev2006@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:25:26 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f08ed08..7478974 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A Remake / Celebration of the original 'Super Mario Bros.' games. Features new l ### Art by [@krystalphantasm.bsky.social](https://bsky.app/profile/krystalphantasm.bsky.social/post/3lvgmgvjeks2f) +### 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 From 09c6f081f27c2dac1e11548b051e2d44ee9af74b Mon Sep 17 00:00:00 2001 From: Joe H <97353363+JHDev2006@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:46:34 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7478974..ac4f15d 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ When opening an issue, please keep it to one report, per post, and try and be as ## 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. From 53e7da5670d8195b584db3d416368c5a5cc230dd Mon Sep 17 00:00:00 2001 From: Joe H <97353363+JHDev2006@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:56:23 +0100 Subject: [PATCH 3/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..871e99d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Do '...' + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. From 62103e8e501355d844aa4666f9183d556566c203 Mon Sep 17 00:00:00 2001 From: Joe H <97353363+JHDev2006@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:57:02 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac4f15d..5d405e2 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ You are more than welcome to contribute any fixes / improvements you'd like, sim ## 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.