function wave(text, x, y, amp)
for i=1, #text do
local c = text:sub(i, i)
print(
c,
x+i*6,
y + amp*math.sin((time()+i*60)/180)
)
end
end
Caution tape will be removed in future update when another part of the game is added.
I'm glad that you find the "game" interesting. Last screenshot shows different palettes which you can choose in main menu (I've changed it a bit so it's more obvious now.). I apologize for the misunderstanding. to prevent further However now that you've mentioned it, we will most likely add the option to choose different palette for each painting in the next update.