mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Autocompletion: Add support for global enums
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[output]
|
||||
include=[
|
||||
{"display": "DrawMode",
|
||||
"location": 256},
|
||||
{"display": "Anchor",
|
||||
"location": 257},
|
||||
{"display": "TextureRepeat",
|
||||
"location": 258},
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
extends Control
|
||||
|
||||
func _ready():
|
||||
var t: BaseButton.➡
|
||||
Reference in New Issue
Block a user