supertux
supertux copied to clipboard
SuperTux source code
Tux sliding on belly sprite should be orientated to fit the angle of the slope they're sliding down
13 seconds into the SuperTux: Development Summary of 2023! we see Tux stay perfectly horizontal on a slope while sliding rather than diagonally.
Backgrounds can now load ".sprite" files for top, middle and bottom images. The current action for any or all of those images can be set via scripting. Backgrounds are not...
Custom light sprites can now be added to all objects, which inherit `MovingSprite`. Setting a custom color for the light sprite is also possible, as long as the object is...
Affects GameControllerManager::rumble() and JoystickManager::rumble(). The functions were overloaded so as to be made configurable, but there is a default rumble (that now lasts 100ms instead of 300ms). Just a small...
Presently, there are concerns with the sector particles, including functional limitations. Cloud Particles: - [ ] The intensity setting becomes ineffective beyond a specific threshold. - [ ] They exclusively...
I tried supertux WASM on several browsers on several IOS (IPADoS) devices. And I get "Range Error: out of memory"
Fixes #2617. When navigating or hovering over menu items in the level editor music object settings file browser, information about a song's author, license, and title will now be displayed...
idea is to remove the randomness and make the movement smoother fixes #533