Tab ui classes

This commit is contained in:
luboslenco
2019-06-20 16:50:57 +02:00
parent 4def026a9d
commit 31fdedb606
28 changed files with 1322 additions and 1205 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ class Camera {
iron.App.notifyOnUpdate(function() {
if (Input.occupied ||
!arm.App.uienabled ||
arm.App.isDragging ||
!App.uienabled ||
App.isDragging ||
UITrait.inst.isScrolling ||
mouse.x < 0 ||
mouse.x > iron.App.w()) return;