Edit game config
Less than 1 minute
Edit game config
Under the game
folder, there is a file config.txt where you can fill in relevant information about your game (you can edit it directly using the visual editor).
Parameters | Description |
---|---|
Game_name | Game name |
Game_key | Game identifier, 6-10 characters long, not to duplicate it with other games |
Title_img | Title image, placed in the background folder |
Title_bgm | title background music, placed in bgm folder |
Below is a sample configuration file:
Game_name:WebGAL;
Game_key:0f33fdGr;
Title_img:Title2.png;
Title_bgm:summer.mp3;