My Secret Method to Export Desktop Games with GameBoy Studio 4 ( Free )
Channel:
Subscribers:
32,000
Published on ● Video Link: https://www.youtube.com/watch?v=-mQ0c6856Jg
Gameboy Studio is a Free Game Engine.
For this project you will need
NW.js
https://nwjs.io/
Resource Hacker
https://www.angusj.com/resourcehacker/
GB Studio 4
https://www.gbstudio.dev/
Install Creator https://www.clickteam.com/install-creator-2
Tip the sparckman channel: https://ko-fi.com/A533459N
{
"name": "my-gbstudio-game",
"version": "1.0.0",
"main": "index.html",
"window": {
"width": 640,
"height": 576,
"fullscreen": false,
"resizable": false,
"title": "My GB Studio Game"
}
}