Merge branch 'devel' of ssh://git.baxters.nz/jeremy/joeblox into devel

This commit is contained in:
Simon Ward 2026-01-25 20:06:27 +13:00
commit f93e3ff992

View file

@ -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