Sha256: 6150736597e12a3ae90fb22e94c7df1d41231ca7d33198da2177404bc7d708dc

Contents?: true

Size: 154 Bytes

Versions: 15

Compression:

Stored size: 154 Bytes

Contents

class MainScene < MG::Scene
  def initialize
    label = MG::Text.new("Hello World", "Arial", 96)
    label.anchor_point = [0, 0]
    add label
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
motion-game-1.1.10 template/motion-game/files/app/main_scene.rb
motion-game-1.1.9 template/motion-game/files/app/main_scene.rb
motion-game-1.1.8.1 template/motion-game/files/app/main_scene.rb
motion-game-1.1.8 template/motion-game/files/app/main_scene.rb
motion-game-1.1.7.2 template/motion-game/files/app/main_scene.rb
motion-game-1.1.7.1 template/motion-game/files/app/main_scene.rb
motion-game-1.1.7 template/motion-game/files/app/main_scene.rb
motion-game-1.1.6 template/motion-game/files/app/main_scene.rb
motion-game-1.1.5 template/motion-game/files/app/main_scene.rb
motion-game-1.1.4 template/motion-game/files/app/main_scene.rb
motion-game-1.1.3 template/motion-game/files/app/main_scene.rb
motion-game-1.1.2 template/motion-game/files/app/main_scene.rb
motion-game-1.1.1 template/motion-game/files/app/main_scene.rb
motion-game-1.1 template/motion-game/files/app/main_scene.rb
motion-game-1.0 template/motion-game/files/app/main_scene.rb