minetest-mod-nssw/colors.lua

7 lines
145 B
Lua
Raw Normal View History

ranged_weapons.colors = {
2022-01-30 19:26:42 -08:00
white = "#ffffff",
turquoise = "35cdff"
2022-01-30 19:26:42 -08:00
}
2022-01-30 16:14:18 -08:00
ranged_weapons.colors.title_color = ranged_weapons.colors.turquoise