Working button toggles.

This commit is contained in:
TheGreenTie
2020-03-02 00:06:15 -06:00
parent 68f11d5307
commit e1f1f0fde3
9 changed files with 80 additions and 24 deletions

View File

@@ -21,6 +21,10 @@ switch(zone)
case region.bot_right:
var y_start = global.window_height * 0.9;
break;
case region._100:
var y_start = global.window_height;
break;
}
return y_start + deplacement + __view_get(e__VW.YView, 0);