mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
8 lines
97 B
GDScript3
8 lines
97 B
GDScript3
|
|
extends Control
|
||
|
|
|
||
|
|
var contro_var
|
||
|
|
|
||
|
|
func _ready():
|
||
|
|
size_flags_horizontal = Control.➡
|
||
|
|
pass
|