20 lines
358 B
INI
20 lines
358 B
INI
|
list=Array[Dictionary]([{
|
||
|
"base": &"Label",
|
||
|
"class": &"Stopwatch",
|
||
|
"icon": "",
|
||
|
"language": &"GDScript",
|
||
|
"path": "res://Stopwatch.gd"
|
||
|
}, {
|
||
|
"base": &"Resource",
|
||
|
"class": &"Wave",
|
||
|
"icon": "",
|
||
|
"language": &"GDScript",
|
||
|
"path": "res://wave.gd"
|
||
|
}, {
|
||
|
"base": &"Resource",
|
||
|
"class": &"WaveEnemy",
|
||
|
"icon": "",
|
||
|
"language": &"GDScript",
|
||
|
"path": "res://wave_enemy.gd"
|
||
|
}])
|