You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
GDScript: Fix some export annotation issues
This commit is contained in:
@@ -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=&""
|
||||
|
||||
Reference in New Issue
Block a user