Moved the dungeon teleporter scripts.

This commit is contained in:
Relintai 2022-02-13 15:12:00 +01:00
parent 94f322cbd2
commit eeff6412d9
5 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.gd" type="Script" id=1]
[ext_resource path="res://scripts/dungeons/teleporters/dung_teleporter.gd" type="Script" id=1]
[ext_resource path="res://textures/test_brick_albedo.png" type="Texture" id=2]
[sub_resource type="CubeMesh" id=1]

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://worlds/test_world/dungeons/dung_back_teleporter.gd" type="Script" id=1]
[ext_resource path="res://scripts/dungeons/teleporters/dung_back_teleporter.gd" type="Script" id=1]
[ext_resource path="res://textures/test_brick_albedo.png" type="Texture" id=2]
[sub_resource type="CubeMesh" id=1]

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=8 format=2]
[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.gd" type="Script" id=1]
[ext_resource path="res://scripts/dungeons/teleporters/dung_teleporter.gd" type="Script" id=1]
[ext_resource path="res://worlds/test_world/dungeons/dung_back_teleporter.tscn" type="PackedScene" id=2]
[ext_resource path="res://tests/test_dungeon/Dungeon.tscn" type="PackedScene" id=3]
[ext_resource path="res://textures/test_brick_albedo.png" type="Texture" id=4]