Skip to content

v2.0.0

Choose a tag to compare

@talkafk talkafk released this 05 Jan 09:49
· 11 commits to main since this release
e3eabfa

What's Changed

Added

  1. Windows module — new addons/gamepush/modules/Windows.gd for confirmation overlay functionality and window management features.
  2. Sounds module — new addons/gamepush/modules/Sounds.gd for managment audio and sounds.

Updated

  1. Module naming convention — renamed all module properties from PascalCase to snake_case for Godot 4.5+ compatibility (e.g., GP.AchievementsGP.achievements, GP.LeaderboardGP.leaderboard).
  2. Class name prefixing — classes now use GP prefix to avoid conflicts with common class names (e.g. PlayerGPPlayer).
  3. Logging — in the logger module, the methods info(), warn(), err() now accept any number of arguments.
  4. Demo — updated demo scene with new features.

Fixed

  1. Yandex Leaderboard integration — corrected set_yandex_lb_score() method in leaderboard module.

Full Changelog: 1.0.4...2.0.0