mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-25 05:17:25 -04:00
windowed mode, initial screen settings
This commit is contained in:
parent
b9bb17e73f
commit
90ac30dd89
12 changed files with 233 additions and 65 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue