i dont even remember, something, something, zone editor
This commit is contained in:
@ -53,7 +53,7 @@ scene.input.on(Phaser.Input.Events.POINTER_MOVE, dragZone)
|
||||
|
||||
watch(
|
||||
() => zoneEditorStore.tool, () => {
|
||||
// @TODO : change to tiles for when loading other maps
|
||||
// @TODO : change to zone for when loading other maps
|
||||
if (zoneEditorStore.tool === 'move') {
|
||||
scene.input.on(Phaser.Input.Events.POINTER_MOVE, dragZone)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user