Previously it wasnt working but now its working, TRUST ME
This commit is contained in:
12
build/examples/using_multimedia.core
Normal file
12
build/examples/using_multimedia.core
Normal file
@@ -0,0 +1,12 @@
|
||||
#import "Multimedia.core"
|
||||
|
||||
main :: (): int
|
||||
StartMultimedia(title = "Hello people!")
|
||||
for UpdateMultimedia()
|
||||
if Mu.key[Key.Escape].down ;; Mu.quit = true
|
||||
|
||||
for y := 0, y < Mu.window.y, y+=1
|
||||
for x := 0, x < Mu.window.x, x+=1
|
||||
Mu.screen[x + y*Mu.window.x] = 0xFFFFFF00
|
||||
|
||||
return 0
|
||||
Reference in New Issue
Block a user