- Move all demo projects that don't require Forward+/Mobile-only features
to the Compatibility rendering method. This improves performance significantly
on low-end devices and ensures visuals are identical to a web export
of the demo.
- Set deadzone on all inputs to 0.2 for better gamepad usability.
- Remove reliance on `default_env.tres` to use built-in Environment
resources in the main scene instead (which follows the preview environment
workflow).
- Remove notices pointing to GDNative or VisualScript, since both were
removed in 4.0.
- Various bug fixes and usability tweaks to 10+ demos.
Answering PR reviews
Removeing class_name
_get_split_state documentation
Mentioning Voronoi split screen in README
Fixing comments
Use the same script for both players
The input map is configured to work with AZERTY and QWERTY keyboards
Use spaces for comments alignment + code style
Fix empty line and incorrect comment
Add arrow keys to control player 2
Removing most static typing as suggested for demo projects
Removing broken split origin feature
Removing the floor texture to avoid copyright issues
Changing game icon
Make Walls.gd a tool script + randomize
Fixing style
Handle joysticks for player movement