mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-01 01:37:12 +01:00
7 lines
79 B
GDScript
7 lines
79 B
GDScript
extends ViewportContainer
|
|
tool
|
|
|
|
func _ready():
|
|
get_child(0).size = rect_size
|
|
|