mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Renamed Scripts.rxdata to xScripts.rxdata so that editor won't overwrite scripts
This commit is contained in:
parent
d27c32f23f
commit
b625d2e891
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ void Config::read(int argc, char *argv[])
|
||||||
//Hardcode some ini/version settings
|
//Hardcode some ini/version settings
|
||||||
rgssVersion = 1;
|
rgssVersion = 1;
|
||||||
game.title = "Oneshot";
|
game.title = "Oneshot";
|
||||||
game.scripts = "Data/Scripts.rxdata";
|
game.scripts = "Data/xScripts.rxdata";
|
||||||
if (defScreenW <= 0)
|
if (defScreenW <= 0)
|
||||||
defScreenW = 640;
|
defScreenW = 640;
|
||||||
if (defScreenH <= 0)
|
if (defScreenH <= 0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue