Work in Progress

PixPaint

7

412lop 2022-12-14 21:26

I’m trying to make the best cell based paint program

PixPaint 0.1.nx | Open in app
2022-12-14 21:26

GAMELEGEND 2022-12-14 22:47 (Edited)

ooh interesting

but you should put

PIXX = TOUCH.X/8
PIXY = TOUCH.Y/8
CELL PIXX,PIXY,1

inside the if statement IF TOUCH so the cell at 0,0 does not get changed at the start of the program because the X and Y coordinates for touching are both 0 by default

or did you already know this and you just forgot to add it or something


was8bit 2022-12-15 04:52 (Edited)

I love the clever code :)

Check these out... it you would like to remix either one for fun or experimenting, go ahead, and share anything you like... just post it as a REMIX of the original ;) anyone is free to tweak and experiement with anything i post as long as they add REMIX to their title ;)

https://lowresnx.inutilis.com/topic.php?id=16

https://lowresnx.inutilis.com/topic.php?id=17


Log in to reply.