Initial flame_lua_runtime package
This commit is contained in:
22
example/assets/games/flight/scripts/theme.lua
Normal file
22
example/assets/games/flight/scripts/theme.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
return {
|
||||
title = "Lua 飞行棋",
|
||||
colors = {
|
||||
background = "#0f172a",
|
||||
board = "#1e293b",
|
||||
board_inner = "#334155",
|
||||
route_cell = "#f8fafc",
|
||||
route_text = "#0f172a",
|
||||
top_bar = "#020617",
|
||||
dice_button = "#2563eb",
|
||||
text = "#ffffff",
|
||||
muted_text = "#cbd5e1",
|
||||
red = "#ef4444",
|
||||
yellow = "#eab308",
|
||||
blue = "#3b82f6",
|
||||
green = "#22c55e",
|
||||
red_home = "#7f1d1d",
|
||||
yellow_home = "#713f12",
|
||||
blue_home = "#1e3a8a",
|
||||
green_home = "#14532d"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user