windowed mode, initial screen settings

This commit is contained in:
Nordup 2024-10-25 05:27:49 +04:00
parent b9bb17e73f
commit 90ac30dd89
12 changed files with 233 additions and 65 deletions

View file

@ -21,4 +21,4 @@ func _ready() -> void:
func animate(value: float) -> void:
custom_minimum_size.x = lerp(initial, full_screen, value)
custom_minimum_size.x = lerp(initial, full_screen + 1, value)