Compare commits
1 commit
4e8b397948
...
1fd43ac5f9
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fd43ac5f9 |
1 changed files with 4 additions and 4 deletions
|
|
@ -7,9 +7,9 @@ var locked_mouse_positon = Vector2(0,0)
|
|||
var mouse_locked = false
|
||||
var mouse_x_velocity = 0
|
||||
var mouse_y_velocity = 0
|
||||
var zoom_min = 0
|
||||
var zoom_min = 4
|
||||
var zoom_max = 100
|
||||
var current_zoom = 0
|
||||
var current_zoom = 8
|
||||
|
||||
func reset():
|
||||
basis = Basis()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue