1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

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
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.