Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Neon PaintView game page

Make mini neon signs!
Submitted by ShrimpCat Games — 1 day, 13 hours before the deadline
Add to collection

Play neon

Neon Paint's itch.io page

How many characters of code did you use?
431

Include your code here, if you'd like to show it off!
n={x=64,y=64}d={}poke(24366,1)pal(14,-4,1)pal(11,129,1)poke(24365,1)function _update60()n.x=stat(32)n.y=stat(33)if(stat(34)==1)add(d,{x=n.x+3,y=n.y+3,c=0})
end function _draw()cls(0)for n in all(d)do circfill(n.x,n.y,6,11)end for n in all(d)do circfill(n.x,n.y,5,1)end for n in all(d)do circfill(n.x,n.y,2,14)end for n in all(d)do circfill(n.x,n.y,1,12)end for n in all(d)do pset(n.x,n.y,7)end spr(1,n.x,n.y)rect(0,0,127,127,11)end

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)