mirror of
https://github.com/Insality/druid
synced 2025-09-28 10:32:20 +02:00
add kenney assets and start gui screen
This commit is contained in:
12
example/kenney/lang.lua
Normal file
12
example/kenney/lang.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
local M = {}
|
||||
|
||||
local data = {
|
||||
main_page = "Main page",
|
||||
}
|
||||
|
||||
|
||||
function M.get_locale(lang_id)
|
||||
return data[lang_id] or lang_id
|
||||
end
|
||||
|
||||
return M
|
Reference in New Issue
Block a user