Sha256: 48fd935c24d36571266cd64006ff694aca87662803b23278d3810ade8644556c

Contents?: true

Size: 200 Bytes

Versions: 6

Compression:

Stored size: 200 Bytes

Contents

class GameScene < Joybox::Core::Scene

  def on_enter
    background_layer = BackgroundLayer.new
    self << background_layer

    actions_layer = ActionsLayer.new
    self << actions_layer
  end

end

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
joybox-1.1.1 template/joybox-ios-example-repl/files/app/scenes/game_scene.rb
joybox-1.1.1 template/joybox-osx-example-repl/files/app/scenes/game_scene.rb
joybox-1.1.0 template/joybox-ios-example-repl/files/app/scenes/game_scene.rb
joybox-1.1.0 template/joybox-osx-example-repl/files/app/scenes/game_scene.rb
joybox-1.0.0 template/joybox-ios-example-repl/files/app/scenes/game_scene.rb
joybox-1.0.0 template/joybox-osx-example-repl/files/app/scenes/game_scene.rb