Moved the dungeon script from under world to scripts.

This commit is contained in:
Relintai 2022-02-13 15:11:22 +01:00
parent b131b94211
commit 94f322cbd2
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[gd_resource type="Resource" load_steps=12 format=2]
[ext_resource path="res://worlds/test_world/dungeons/dungeon.gd" type="Script" id=1]
[ext_resource path="res://scripts/dungeons/dungeon.gd" type="Script" id=1]
[ext_resource path="res://models/entities/human/female/character_models/huf_calf_left.tres" type="MeshDataResource" id=2]
[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.tscn" type="PackedScene" id=3]
[ext_resource path="res://models/core_models/ceiling.tres" type="MeshDataResource" id=4]

View File

@ -1,6 +1,6 @@
[gd_resource type="Resource" load_steps=12 format=2]
[ext_resource path="res://worlds/test_world/dungeons/dungeon.gd" type="Script" id=1]
[ext_resource path="res://scripts/dungeons/dungeon.gd" type="Script" id=1]
[ext_resource path="res://models/entities/human/female/character_models/huf_calf_left.tres" type="MeshDataResource" id=2]
[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.tscn" type="PackedScene" id=3]
[ext_resource path="res://models/core_models/ceiling.tres" type="MeshDataResource" id=4]