GlyEngine 0.0.17
Create games and apps with lua
Loading...
Searching...
No Matches

Create game in Haxe.

Tutorial
Template
@:expose
class Game {
public static var title = 'Your Awesome Game';
public static var author = 'IntellectualAuthor';
public static var version = '1.0.0';
public static var description = 'The best game in the world made in GlyEngine';
public static function init(std:Dynamic):Void {
}
public static function loop(std:Dynamic):Void {
}
public static function draw(std:Dynamic):Void {
}
public static function exit(std:Dynamic):Void {
}
}
local function exit()