Add Game Maker Language

This commit is contained in:
Sean Baggaley
2017-10-01 19:56:28 +01:00
committed by GitHub
parent f7fc734077
commit 4bdae6f848

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!");