mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 07:50:22 +01:00
Remove return type hint
This commit is contained in:
@@ -8,7 +8,7 @@ extends Node
|
||||
onready var _pause_menu = $InterfaceLayer/PauseMenu
|
||||
|
||||
|
||||
func _init() -> void:
|
||||
func _init():
|
||||
OS.min_window_size = OS.window_size
|
||||
OS.max_window_size = OS.get_screen_size()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user