mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
Suppress selection sounds in the level editor.
This commit is contained in:
parent
62e8ee624c
commit
3af8fb6218
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ module.exports = class ThangsTabView extends CocoView
|
|||
}
|
||||
@surface.playing = false
|
||||
@surface.setWorld @world
|
||||
@surface.lankBoss.suppressSelectionSounds = true
|
||||
@centerCamera()
|
||||
|
||||
centerCamera: ->
|
||||
|
|
Loading…
Add table
Reference in a new issue