Sha256: e318c83f0421bf6e0c682af4bc32a8130f8bb57cc6b18c318938848cd3116f1d

Contents?: true

Size: 101 Bytes

Versions: 7

Compression:

Stored size: 101 Bytes

Contents

class Application < MG::Application
  def start
    MG::Director.shared.run(MainScene.new)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
motion-game-1.1.5 template/motion-game/files/app/application.rb
motion-game-1.1.4 template/motion-game/files/app/application.rb
motion-game-1.1.3 template/motion-game/files/app/application.rb
motion-game-1.1.2 template/motion-game/files/app/application.rb
motion-game-1.1.1 template/motion-game/files/app/application.rb
motion-game-1.1 template/motion-game/files/app/application.rb
motion-game-1.0 template/motion-game/files/app/application.rb