Skip to content

Commit

Permalink
Update project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-tolboom committed Nov 30, 2020
1 parent 7a929e0 commit 2fc0d5e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/SpawnPoints/src/SpawnPointClass.gd"
}, {
"base": "Node",
"class": "WaveManager",
"language": "GDScript",
"path": "res://addons/SpawnPoints/WaveManager.gd"
}, {
"base": "Node2D",
"class": "WaveManager2D",
"language": "GDScript",
"path": "res://addons/SpawnPoints/demos/2D/WaveManager2D.gd"
"path": "res://addons/SpawnPoints/WaveManager2D.gd"
}, {
"base": "Reference",
"class": "WaveManagerClass",
Expand All @@ -38,6 +43,7 @@ _global_script_class_icons={
"SpawnPoint": "res://addons/SpawnPoints/SpawnPoint.png",
"SpawnPoint2D": "res://addons/SpawnPoints/SpawnPoint2D.png",
"SpawnPointClass": "",
"WaveManager": "",
"WaveManager2D": "",
"WaveManagerClass": ""
}
Expand Down

0 comments on commit 2fc0d5e

Please sign in to comment.