diff --git a/g/gml.gml b/g/gml.gml new file mode 100644 index 00000000..80835738 --- /dev/null +++ b/g/gml.gml @@ -0,0 +1,2 @@ +// Draws "Hello, world!" onto the screen at position 1, 1 +draw_text(1, 1, "Hello, world!");