8 lines
170 B
GDScript
8 lines
170 B
GDScript
extends Node
|
|
|
|
const THEMES_CONTROL = {
|
|
"khanat": "res://UI/themes/khanat/khanat.theme",
|
|
"zbasu": "res://UI/themes/zbasu/zbasu.theme"
|
|
}
|
|
|
|
var current_theme = "khanat"
|