Implemented basic menus

This commit is contained in:
Devine Lu Linvega
2018-01-12 21:46:09 +13:00
parent abb83374b7
commit 731fd58da1
4 changed files with 163 additions and 158 deletions

View File

@@ -67,7 +67,6 @@ function Interface()
this.toggle_zoom = function()
{
this.zoom = this.zoom ? false : true;
this.update_size();
}
}