mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2025-04-23 02:51:19 +02:00
7 lines
79 B
GDScript
7 lines
79 B
GDScript
extends ViewportContainer
|
|
tool
|
|
|
|
func _ready():
|
|
get_child(0).size = rect_size
|
|
|