Improved menu system

This commit is contained in:
Sch1nken 2024-03-23 17:49:33 +01:00
parent da78e7f287
commit c95b8186ab
12 changed files with 181 additions and 111 deletions

View file

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