4 lines
94 B
GDScript
4 lines
94 B
GDScript
extends SubViewportContainer
|
|
|
|
func _ready() -> void:
|
|
$SubViewport.size = get_viewport().size
|