Merge pull request #430 from csnxs/patch-1

Add GameMaker Language
This commit is contained in:
Mike Donaghy
2017-10-02 03:53:26 -05:00
committed by GitHub

2
g/gml.gml Normal file
View File

@@ -0,0 +1,2 @@
// Draws "Hello, world!" onto the screen at position 1, 1
draw_text(1, 1, "Hello, world!");