This commit is contained in:
Ultrablob 2024-05-07 11:28:49 -04:00
parent cfee425316
commit c9634ffa54
298 changed files with 6260 additions and 1 deletions

View file

@ -0,0 +1,19 @@
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"
}])