1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/modules/gdscript/tests/scripts/completion/assignment_options/enum_identifier.gd
2024-08-30 13:46:48 +02:00

8 lines
92 B
GDScript

extends Control
var contro_var
func _ready():
size_flags_horizontal = Con
pass