mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
Couple remaining refactoring tidbits for the new LayerAdapter.
This commit is contained in:
parent
3b7ce76d7d
commit
39b6b9ef84
2 changed files with 1 additions and 1 deletions
app/lib/surface
|
@ -5,7 +5,7 @@ AudioPlayer = require 'lib/AudioPlayer'
|
|||
{me} = require 'lib/auth'
|
||||
Camera = require './Camera'
|
||||
CameraBorder = require './CameraBorder'
|
||||
Layer = require('./Layer').ContainerLayer
|
||||
Layer = require('./LayerAdapter')
|
||||
Letterbox = require './Letterbox'
|
||||
Dimmer = require './Dimmer'
|
||||
CountdownScreen = require './CountdownScreen'
|
||||
|
|
Loading…
Add table
Reference in a new issue