Hmm, seems you have other system folders structure.
Try to search *.tic files over the system with enabled 'show hidden files' option
umm... unrelated weird thingy...
i have it so that for example:
(BTW X IS JUST A PLACEHOLDER FOR A SPRITE NO.)
t=0
ti=0
function TIC()
cls()
spr(t,0,0)
if ti==5 then t=X end
if ti==10 then t=XX end
if ti==15 then t=XXX end
if ti>=20 then ti=0 end
ti=ti+1
end
but when i do this, the animation dosnt play. (im using 0.14.0)
Sure. its for a sonic the hedgehog clone.
called "pokey the hedgehog"
https://itch.io/game/accept-admin/113076/233527
the hedegehog should be moving his legs.