diff --git a/scenes/splash.gd b/scenes/splash.gd index 1101ca2..4a4e05a 100644 --- a/scenes/splash.gd +++ b/scenes/splash.gd @@ -22,8 +22,8 @@ func _ready() -> void: # Compute end font sizes as a large fraction of screen height. # Use set() to go through the property system directly. - _v_end = maxi(1, int(screen_size.y * 0.55)) - _p_end = maxi(1, int(screen_size.y * 0.30)) + _v_end = maxi(1, int(screen_size.y * 0.28)) + _p_end = maxi(1, int(screen_size.y * 0.15)) _v_start = 4 _p_start = 4