itch.io is community of indie game creators and players

Devlogs

Version 1.0.1 - Added script calls

Added several script calls so you can change resolution, full screen via script call command.

  • setResolution(index)
    • Change to a specific resolution by index (0 = first, 1 = second, etc.)
    • Example: setResolution(2);
  • nextResolution() or previousResolution()
    •  Cycle to the next/previous resolution in the list in parameter
  • setFullscreen(state) or just setFullscreen() to toggle
    • State can be true/false

Files

  • Hendrix_Game_Resolution.js (v1.0.1) 54 kB
    3 days ago
Download Game Resolution - RPG Maker MZ Plugin
Leave a comment