From: Brendan Hansen Date: Sun, 28 Nov 2021 01:18:19 +0000 (-0600) Subject: starting breakout example X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=c53d4a863c48ed98f3286876d1c3109f45d40de1;p=heartbreak.git starting breakout example --- diff --git a/tests/breakout.onyx b/tests/breakout.onyx new file mode 100644 index 0000000..ef4c343 --- /dev/null +++ b/tests/breakout.onyx @@ -0,0 +1,15 @@ +#load "./../misc/onyx/qhb" + +use package core + +load :: () { + +} + +update :: (dt: f32) { + +} + +draw :: () { + hb.graphics.print("Hello, breakout!", 100, 100); +} \ No newline at end of file