1831
TI Z80 / Re: Bomberman
« on: November 05, 2010, 11:40:16 pm »
here's a screenie:
it doesn't really show itwell at all though. its kinda like a ripple effect where grey slanted rows of pixels scroll up on a black background.
you can try it out by downloading my program or by using the following code:
it doesn't really show it
you can try it out by downloading my program or by using the following code:
Code: [Select]
:.AXE
:[Pic1->Pic1 (where Pic1 is basically a black screen)
:DiagnosticOff
:Repeat getkey(0)
:Pic1->Dispgraph
:End