Skip to content

Instantly share code, notes, and snippets.

@IceDragon200
Created May 10, 2015 17:02
Show Gist options
  • Save IceDragon200/9279768624dfbad28724 to your computer and use it in GitHub Desktop.
Save IceDragon200/9279768624dfbad28724 to your computer and use it in GitHub Desktop.
# mruby-moon load
engine = Moon::Engine.new do |e, delta|
step e, delta
end
engine.setup
require 'core/load'
require 'scripts/load'
engine.main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment