cherry icon indicating copy to clipboard operation
cherry copied to clipboard

Layers

Open chrisdugne opened this issue 4 years ago • 0 comments

remove

  -----------------------------------------
  -- layers (+ BG and stage)
  transversalBackLayer = display.newGroup(),
  transversalFrontLayer = display.newGroup(),
  hud = display.newGroup(),
  -----------------------------------------

use a set of back, flat, front layers

  • for every scene
  • a global set for cross-scenes
  • game.camera still used for playground.scene

chrisdugne avatar Apr 27 '20 17:04 chrisdugne