Skip to content

Commit

Permalink
Update global script cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Feb 16, 2025
1 parent 249c21e commit ccd2b92
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions itest/godot/.godot/global_script_class_cache.cfg
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
list=Array[Dictionary]([{
list=[{
"base": &"Node",
"class": &"GDScriptTestRunner",
"icon": "",
"is_abstract": false,
"is_tool": true,
"language": &"GDScript",
"path": "res://TestRunner.gd"
}, {
"base": &"RefCounted",
"class": &"TestStats",
"icon": "",
"language": &"GDScript",
"path": "res://TestStats.gd"
}, {
"base": &"RefCounted",
"class": &"TestSuite",
"icon": "",
"is_abstract": false,
"is_tool": false,
"language": &"GDScript",
"path": "res://TestSuite.gd"
}, {
"base": &"TestSuite",
"class": &"TestSuiteSpecial",
"icon": "",
"is_abstract": false,
"is_tool": false,
"language": &"GDScript",
"path": "res://TestSuiteSpecial.gd"
}])
}]

0 comments on commit ccd2b92

Please sign in to comment.