Improved menu system
This commit is contained in:
parent
da78e7f287
commit
c95b8186ab
12 changed files with 181 additions and 111 deletions
|
|
@ -69,8 +69,6 @@ func _process(delta):
|
|||
if position.length() > world_distance_limit:
|
||||
position = position.normalized() * world_distance_limit
|
||||
|
||||
|
||||
|
||||
if azimuth_pivot.rotation_degrees.x > -min_camera_angle:
|
||||
azimuth_pivot.rotation_degrees.x = -min_camera_angle
|
||||
if azimuth_pivot.rotation_degrees.x < -max_camera_angle:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue