Autocompletion: reintroduce enum options on assignment

This commit is contained in:
HolonProduction
2024-08-30 13:05:26 +02:00
parent a5830f6eb9
commit 171c522290
11 changed files with 126 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
extends Control
var contro_var
func _ready():
size_flags_horizontal = Control.
pass