Drawing to screen using multimedia
This commit is contained in:
@@ -4,4 +4,8 @@ WinMain :: (hInstance: HINSTANCE, hPrevInstance: HINSTANCE, lpCmdLine: LPSTR, nS
|
||||
StartMultimedia(title = "Hello, people!")
|
||||
for UpdateMultimedia()
|
||||
if Mu.key[Key.Escape].is_down
|
||||
Mu.quit = true
|
||||
Mu.quit = true
|
||||
|
||||
for y := 0, y < Mu.y, y+=1
|
||||
for x := 0, x < Mu.x, x+=1
|
||||
Mu.scrn[x + y*Mu.x] = 0xFFFFFF00
|
||||
Reference in New Issue
Block a user