This is a AI generated art from me. I dare all #doll artist to do one with that cute head!! #katebush If this challenge made....I want one for my 50th birthday.
@FishPeopleFC Hera was a time when I discovered old Kate's music video that I compared it to a certain old David's music video. May that's the origins of the question. :)
A usefull wait function in #tic80 I do today!
t=0
function go(f) t=0 TIC=f end
function wait(frames,f)
if t>frames then t=0
elseif t==frames then go(f) end
t=t+1
end