Commit Graph

5 Commits (main)

Author SHA1 Message Date
Rémi Verschelde 09cf26d30e
Check in Godot 4.5 .import changes, run upgrade tool, fix ogg comment 2025-09-18 11:02:54 +07:00
Hugo Locurcio 136af9113c
Update to Godot 4.4.1, fix visuals in web export
This performs various upgrades and fixes:

- Use lossless compression for all textures to improve quality and fix
  textures on the web export. Textures are very small in size, so they didn't
  use much memory in the first place anyway.
- Adjust the appearance when running under the Compatibility rendering method
  (including the web export), so that the scene brightness roughly matches
  Forward+.
- Enable physics interpolation for smoother visuals when the rendering
  FPS doesn't match the physics tick rate (60 in this project).
- Switch the physics engine to Jolt Physics for faster, more reliable physics.
- Use the `canvas_items` stretch mode to scale 2D elements automatically.
- Remove redundant CanvasLayer node for the HUD (not needed in 3D games).
- Tweak the HUD to constrain the coin display to a 16:9 aspect ratio, so that
  the coin display isn't too far away on ultrawide displays.
2025-07-29 02:39:08 +07:00
Nathan Lovato 41595b7ff5 update import files to Godot 4.3 2024-08-17 16:16:49 +07:00
Kenney f9731dff46 Changes, fixes and additions
### Coding & project

- Minor bug fixes and improvements
- Improved code (best practice)
- Changed folder structure, filenames (best practice)
- Signal style changed to Godot 4.x-like

### Gameplay

- Respawning added
- Falling platforms added
- Clouds (floating cubes) added

### Sprites

- Newly designed splash screen
- Newly designed coin HUD icon

### Audio

- Coin sound replaced
- Jumping sound volume adjusted
- Landing sound added
2023-09-17 02:57:12 +07:00
Kenney ba50c0c83a Initial commit 2023-09-15 21:10:32 +07:00