GDScript: Replace assert() with Utils.check() in tests
This commit is contained in:
parent
f648de1a83
commit
c1322d41e6
32 changed files with 275 additions and 347 deletions
|
|
@ -1,5 +1,3 @@
|
|||
const Utils = preload("../../utils.notest.gd")
|
||||
|
||||
@export_enum("Red", "Green", "Blue") var test_untyped
|
||||
@export_enum("Red:10", "Green:20", "Blue:30") var test_with_values
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue