diff --git a/game/scripts/dungeons/teleporters/dung_back_teleporter.gd b/game/scripts/dungeons/teleporters/dung_back_teleporter.gd index e7c8d6ba..d342f919 100644 --- a/game/scripts/dungeons/teleporters/dung_back_teleporter.gd +++ b/game/scripts/dungeons/teleporters/dung_back_teleporter.gd @@ -1,3 +1,4 @@ +tool extends StaticBody export(Material) var default_material : Material = null diff --git a/game/scripts/dungeons/teleporters/dung_teleporter.gd b/game/scripts/dungeons/teleporters/dung_teleporter.gd index 7b9ea56a..738fbb8c 100644 --- a/game/scripts/dungeons/teleporters/dung_teleporter.gd +++ b/game/scripts/dungeons/teleporters/dung_teleporter.gd @@ -1,3 +1,4 @@ +tool extends StaticBody export(Material) var default_material : Material = null