-
Notifications
You must be signed in to change notification settings - Fork 0
/
details.json
1 lines (1 loc) · 1.44 KB
/
details.json
1
{"author":"SpunkyAmbassador","category":3,"commands":[{"defaultParameters":[{"defaultValue":{"k":12,"min":640,"v":640},"id":-1,"name":"Width"},{"defaultValue":{"k":12,"min":480,"v":480},"id":-1,"name":"Height"}],"description":"Change Game Resolution to desired size","id":1,"name":"Set Resolution"},{"description":"Change Game Resolution to Full Screen","id":2,"name":"Set Full Screen"},{"description":"Reloads the game. This reload prevents font sizing bugs.","id":3,"name":"Reload Game"}],"description":"Change \"Game Native Resolution\" with this plugin.\n\nTutorial:-\nSet Resolution - It takes `Width` and `Height` as parameter and changes window size accordingly\nSet Full Screen - Makes game full screen\nReload Game - Reloads the game to prevent font sizing bugs.\n\nUse Cases:-\n- You can add a setting which changes window resolution.\n- You can add a `keyPress` event which loops through different resolutions when a key is pressed.\n- You can let user decide window size using variables.\n- You can add a 'Confirm' button which will reload the game after the player has set desired resolution.\n\nIMPORTANT:-\n- Reload the game after changing window resolution. This will prevent some font sizeing bugs.\n- When exporting project, make sure to change window resolution to initial Game Native Resolution.","name":"Change Game Resolution","tutorial":"See Description","type":1,"version":"2.1.0","website":"https://github.com/SpunkyAmbassador/Change-Game-Resolution/"}