mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-01 13:57:03 +01:00
7 lines
79 B
GDScript3
7 lines
79 B
GDScript3
|
extends ViewportContainer
|
||
|
tool
|
||
|
|
||
|
func _ready():
|
||
|
get_child(0).size = rect_size
|
||
|
|