Fixed more movement bugs, disabled expansions for now. Added turnendbehaviour (for bee, should add trigger by turn end signal)
This commit is contained in:
parent
5722ffab48
commit
26fec25a6e
14 changed files with 154 additions and 37 deletions
|
|
@ -72,7 +72,7 @@ func _set_zoom_level(value: float) -> void:
|
|||
self,
|
||||
"camera_distance",
|
||||
_camera_distance,
|
||||
0.3
|
||||
0.15
|
||||
)
|
||||
|
||||
func _unhandled_input(event: InputEvent) -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue