Added tool keyword to the dungeon teleporters, so they can be spawned in to the editor without errors.

This commit is contained in:
Relintai 2022-02-19 10:51:59 +01:00
parent 64c39c4444
commit 6d4f0fe089
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
tool
extends StaticBody
export(Material) var default_material : Material = null

View File

@ -1,3 +1,4 @@
tool
extends StaticBody
export(Material) var default_material : Material = null