Search the Community
Showing results for tags 'config'.
-
Normally title of window is "Unigine Engine..." But after my game starts it is removed and there is no title. Can i set window title manually from code or config? There must be a control because it changes after game starts. SOLVED: In .game file there is a <windowtitle> field. Title can be changed from there.
-
[SOLVED] DialogColor: Error reading "color_dialog_palette_default" item in config file
ivan.cuevas posted a topic in Bug Reports
Hi, In file scripts/common/dialogs.h there is a mistake in method load_config(): void load_config() { //if(engine.config.isExist(config_name) == 0) { /* This causes an error because it's true when "color_dialog_palette_default" doesn't exits and can't be read from config */ if(engine.config.isExist(config_name)) { dialog.setPaletteColors(engine.config.getString(config_name)); } } Regads.- 1 reply
-
- DialogColor
- gui
-
(and 1 more)
Tagged with: