Skip to content

Commit

Permalink
Set screen_margin_for_movement to 2 to fix MacOS scrolling (#76) (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenukk authored Aug 10, 2023
1 parent ce7375d commit bd2aa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/match/IsometricCamera3D.gd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const EXPECTED_PROJECTION = PROJECTION_ORTHOGONAL
@export var size_min = 1
@export var size_max = 20
@export_group("Movement")
@export var screen_margin_for_movement = 1
@export var screen_margin_for_movement = 2
@export var movement_speed = 1.1
@export var bounding_planes: Array[Plane] = []
@export_group("Rotation")
Expand Down

0 comments on commit bd2aa93

Please sign in to comment.