guzlad
3a498717e5
Fixed custom character fall anims not playing
2025-10-06 16:51:36 +02:00
guzlad
cdcc250831
Merge pull request #511 from KirbyKid256/pulls/misc-bugfixes-from-multiplayer-branch
...
Miscellaneous Bugfixes From My Multiplayer Branch
2025-10-06 13:28:23 +02:00
guzlad
b0f976f883
Merge pull request #416 from SkyanUltra/patch-2
...
Fixed "spiny's" and "hachisuki" misspellings.
2025-10-06 01:23:47 +02:00
guzlad
c30dfc28be
Merge pull request #506 from KirbyKid256/pulls/updated-godot-editor-icons
...
Updated Custom Icons for the Godot Editor
2025-10-06 01:20:48 +02:00
KirbyKidJ
84a34ff3b9
Miscellaneous Bugfixes From My Multiplayer Branch
...
This is just a bunch of bugfixes I did while I was working on the Multiplayer Support PR. I know I should've kept them separate, but then I'd also be dealing with said bugs. So this PR adds most of the bugfixes I did while working on Multiplayer.
- De-globalized Pipe SFX from Pipe Cutscene (helps with lowering audio)
- De-globalized 1-up SFX for Players
- Removed an error log spam with the `ResourceSetter`s (involving connecting already connected signals)
- Made sure to insert "BaseAssets" folder into the FIRST slot in the Resource Packs array.
- Replaced `"BaseAssets"` for the above fix with `Godot.ROM_PACK_NAME`
- Removed unused `"character"` setting from `SettingsManager`
- Reset P-Switch timer when `Global.reset_values()` is called. Fixes bug when pressing a P-Switch and immediately restarting the level.
- Added Skid SFX to `AudioManager`
- Added slightly longer delay for when pausing with a controller (it can easily unpause before you press the button again)
- Null check if LevelBG is in the level or not (for added for test levels)
2025-10-05 12:12:39 -07: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
6201f39e1f
bloopers top height now varies depending on the current level height
2025-10-04 11:28:46 +01:00
JHDev2006
39d6527454
swithced order of death loading, so game overs take priority
2025-10-04 11:23:39 +01:00
JHDev2006
ca050380a2
fixed lakitu throwing enemies causing their direction to be 0
2025-10-04 11:04:05 +01:00
JHDev2006
d8003af13d
Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public
2025-10-04 10:54:31 +01:00
JHDev2006
49e6b39084
changing text label colour
2025-10-04 10:54:08 +01:00
guzlad
32d7a919e4
Added text alignment options to level editor labels
2025-10-04 02:37:06 +02:00
JHDev2006
982b5f691e
Update GameHUD.gd
2025-10-02 19:43:40 +01:00
guzlad
fd023f82a6
Added Pause menu BGM setting
2025-10-02 20:39:55 +02:00
guzlad
6526479cb5
Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public
2025-10-02 14:27:47 +02:00
guzlad
1eddf5ca9a
Fixed RaceCountdown.wav cutting off
2025-10-02 14:27:33 +02:00
JHDev2006
9133629c11
LIVES NOW GET SAVED
2025-10-02 11:17:42 +01:00
JHDev2006
8dc1583f66
IGT is now visible in marathon mode
2025-10-02 11:13:02 +01:00
JHDev2006
05bca140fd
fixed up players getting stuck in blocks, after collecting a powerup mid air
2025-10-02 10:09:21 +01:00
JHDev2006
f088c9b606
fixed pipes, being terrible and i hate them
2025-10-01 21:48:17 +01:00
Jeod
77d0e9f6c3
Add a screenshot feature ( #439 )
2025-10-01 20:27:57 +01:00
guzlad
f89a48905b
Added if check for pirahna plant offsets to slightly optimize it
2025-10-01 19:24:08 +02:00
JHDev2006
31f8702cde
Update PiranhaPlant.tscn
2025-10-01 17:55:22 +01:00
guzlad
0412d3745d
Fixed piranha plant offsets
2025-10-01 17:45:06 +02:00
guzlad
cc270e99cc
Set GDScript export to text for other platforms
2025-10-01 17:31:55 +02:00
guzlad
1a9d870883
Removed old Piranha Plant rotation logging
2025-10-01 17:28:42 +02:00
JHDev2006
88fc0f8075
fixed up pipe hitboxes on smaller characters + piranha plant rotation
2025-10-01 16:16:06 +01:00
JHDev2006
8fbfbd84bf
added piranha plant rotation + a small optimization to playing custom levels?
2025-10-01 15:15:15 +01:00
JHDev2006
95416e3639
added sigebou into entity id map
2025-10-01 14:31:45 +01:00
BarrierFalki
b397ff4f6b
Add Sigebou to the editor ( #468 )
...
* Add Sigebou to the editor
* Add translations for Sigebou
2025-10-01 14:30:36 +01:00
JHDev2006
09c4b3c31b
fixed some sfx's not being able to be replaced, via resource packs
2025-10-01 14:28:58 +01:00
JHDev2006
76953f8e40
ANN + LL ending npc's are no longer hard coded
2025-10-01 14:24:26 +01:00
JHDev2006
b8d85d1bb2
adjusted player climbing position
2025-10-01 14:18:34 +01:00
JHDev2006
9e5d7bd8e6
skid particles + extra particles setting
2025-10-01 12:33:34 +01:00
JHDev2006
d0d04c64c7
Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public
2025-10-01 10:58:21 +01:00
JHDev2006
51d81844d0
Added Death Counter to Custom Levels + Fixed castle bridge axe bonus sprites
2025-10-01 10:58:20 +01:00
Jeod
5848b3e5ef
Merge pull request #469 from CST1229/gitattributes
...
Force LF line endings in .gitattributes
2025-09-30 17:22:18 -04:00
CST1229
0595371b2b
Force LF line endings in .gitattributes
2025-09-30 19:52:10 +02:00
Jeod
fa4c1c711c
Fix slightly off colors on a few sprites ( #464 )
2025-09-30 17:07:53 +01:00
JHDev2006
9311424f55
fixed bob omb explosions AGAIN
2025-09-29 20:40:46 +01:00
JHDev2006
6fb271e5aa
Update LevelSelectNew.tscn
2025-09-29 20:27:35 +01:00
JHDev2006
8ae27f63a6
fixed up some lost levels stuff
2025-09-29 20:03:19 +01:00
Jeod
528c4ddfa9
Make cmd arg for rom a bit cleaner ( #449 )
2025-09-29 18:58:08 +01:00
JHDev2006
f2adcc512f
OK NOW IM DONE
2025-09-29 15:50:24 +01:00
JHDev2006
87e0a2d032
OK NOW ITS DONE I SWEAR
2025-09-29 15:48:12 +01:00
JHDev2006
8c9ae3f6ab
ok yea im done, updating might be a bit weird? but overall itll be fine
2025-09-29 15:39:06 +01:00
JHDev2006
23c0cb5791
ok, now its REALLY done
2025-09-29 15:16:30 +01:00
JHDev2006
62df14f804
alr, multiple inputs are DONE
2025-09-29 15:04:54 +01:00
JHDev2006
99b9de4dad
ok, working now, wanna just get unbinding working
2025-09-29 14:57:22 +01:00