Merge pull request #89382 from dcaoc03/master

Fix enum autocompletion for core classes
This commit is contained in:
Rémi Verschelde 2024-04-09 22:25:13 +02:00
commit 9a9045cf7a
No known key found for this signature in database
GPG key ID: C3336907360768E1
5 changed files with 59 additions and 7 deletions

View file

@ -0,0 +1,9 @@
[output]
include=[
{"display": "DrawMode",
"location": 256},
{"display": "Anchor",
"location": 257},
{"display": "TextureRepeat",
"location": 258},
]

View file

@ -0,0 +1,4 @@
extends Control
func _ready():
var t = BaseButton.

View file

@ -0,0 +1,5 @@
[output]
include=[
{"display": "HEURISTIC_MAX"},
{"display": "HEURISTIC_OCTILE"},
]

View file

@ -0,0 +1,4 @@
extends Control
func _ready():
AStarGrid2D.Heuristic.