Merge branch 'devel' of ssh://git.baxters.nz/jeremy/joeblox into devel
This commit is contained in:
commit
f93e3ff992
1 changed files with 3 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ var locked_mouse_positon = Vector2(0,0)
|
||||||
var mouse_locked = false
|
var mouse_locked = false
|
||||||
var mouse_x_velocity = 0
|
var mouse_x_velocity = 0
|
||||||
var mouse_y_velocity = 0
|
var mouse_y_velocity = 0
|
||||||
|
|
||||||
var zoom_min = 4
|
var zoom_min = 4
|
||||||
var zoom_max = 100
|
var zoom_max = 100
|
||||||
var current_zoom = 8
|
var current_zoom = 8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue