Go Bare Bones: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
mNo edit summary
mNo edit summary
Line 211: Line 211:
vidMem[Row][Column][1] = Color
vidMem[Row][Column][1] = Color
Column++
Column++
if Column > 80 {
if Column > 79 {
Column = 0
Column = 0
Row++
Row++