mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 16:47:58 -05:00
Reenabling on surface mouse moved.
This commit is contained in:
parent
e72cec0c36
commit
a26c8e4659
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ module.exports = class ThangsTabView extends CocoView
|
|||
return unless @addThangSprite
|
||||
wop = @surface.camera.screenToWorld x: e.x, y: e.y
|
||||
wop.z = 0.5
|
||||
#@adjustThangPos @addThangSprite, @addThangSprite.thang, wop # TODO: this and onSpriteDragged both conflictin'
|
||||
@adjustThangPos @addThangSprite, @addThangSprite.thang, wop # TODO: this and onSpriteDragged both conflictin'
|
||||
null
|
||||
|
||||
onSurfaceMouseOver: (e) ->
|
||||
|
|
Loading…
Reference in a new issue