MineOS/Applications/palette.lua
2015-08-23 14:53:22 +03:00

10 lines
287 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

local palette = require("palette")
local color = palette.draw()
if color == nil then color = "никакой. Че, серьезно? Вообще ничего не выбрал? Во петух, а?" end
print(" ")
print("Выбранный цвет = "..tostring(color))
print(" ")