Created
May 10, 2015 17:02
-
-
Save IceDragon200/9279768624dfbad28724 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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