Skip to content

Instantly share code, notes, and snippets.

@codetravis
Last active November 6, 2016 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codetravis/7190ed5ba5120463147c78052d642c5f to your computer and use it in GitHub Desktop.
Save codetravis/7190ed5ba5120463147c78052d642c5f to your computer and use it in GitHub Desktop.
5.1 Import Fantom X
#FantomX_UsePhysics = True
Import fantomX
Class Game Extends App
Field engine:ftEngine
Method OnCreate:Int()
engine = New ftEngine
Return 0
End
End
Function Main()
New Game()
End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment