Wiki

Clone wiki

Caesaria / Basic settings

This file have options that cannot influence on game logic

#!
{ 
 fullscreen : false                //on/off fullscreen mode
 resolution : [ 1280, 800 ]        //screen resolution [widget,height]
 language : "en"                   //code of language, which using for localization
                                   // en->english, ru->russian, sp->spanish, etc 
}

Updated