Implemented basic menus
This commit is contained in:
@@ -67,7 +67,6 @@ function Interface()
|
||||
this.toggle_zoom = function()
|
||||
{
|
||||
this.zoom = this.zoom ? false : true;
|
||||
|
||||
this.update_size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user