mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Moved the dungeon teleporter scripts.
This commit is contained in:
parent
94f322cbd2
commit
eeff6412d9
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user