mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-04-11 15:03:58 +02:00
5 lines
69 B
GDScript
5 lines
69 B
GDScript
extends Node
|
|
|
|
|
|
func _ready() -> void:
|
|
OS.window_size = Vector2()
|