GDScript: Fix some export annotation issues
This commit is contained in:
parent
bdc0316217
commit
76b2d85c9f
13 changed files with 249 additions and 150 deletions
|
|
@ -1,8 +1,8 @@
|
|||
GDTEST_OK
|
||||
Not shadowed: Resource
|
||||
var test_1: int = 0
|
||||
hint=NONE hint_string="int" usage=DEFAULT|SCRIPT_VARIABLE
|
||||
hint=NONE hint_string="" usage=DEFAULT|SCRIPT_VARIABLE class_name=&""
|
||||
@export_category("test_1")
|
||||
hint=NONE hint_string="" usage=CATEGORY
|
||||
hint=NONE hint_string="" usage=CATEGORY class_name=&""
|
||||
var test_2: int = 0
|
||||
hint=NONE hint_string="int" usage=DEFAULT|SCRIPT_VARIABLE
|
||||
hint=NONE hint_string="" usage=DEFAULT|SCRIPT_VARIABLE class_name=&""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue