Initial flame_lua_runtime package

This commit is contained in:
gem
2026-06-07 22:53:58 +08:00
commit 733b2fb798
262 changed files with 28439 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
local i18n = runtime.import("i18n")
return {
title = function()
return i18n.t("title")
end,
colors = {
red = "#ef4444",
blue = "#3b82f6",
top_bar = "#020617",
dice_button = "#2563eb",
board = "#1e293b",
red_home = "#7f1d1d",
blue_home = "#1e3a8a",
path_cell = "#f8fafc",
text = "#ffffff"
}
}