From e9b0e5629c5b39638a03da95d267ac0113bf8343 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 12 Feb 2022 18:43:01 +0100 Subject: [PATCH] Moved the crypt entrace test assets. --- .../buildings => models/buildings/crypt}/CryptEntrance.tres | 0 .../buildings => models/buildings/crypt}/CryptEntrance.tscn | 2 +- .../buildings => models/buildings/crypt}/CryptEntranceDoor.tscn | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename game/{modules/buildings => models/buildings/crypt}/CryptEntrance.tres (100%) rename game/{modules/buildings => models/buildings/crypt}/CryptEntrance.tscn (99%) rename game/{modules/buildings => models/buildings/crypt}/CryptEntranceDoor.tscn (100%) diff --git a/game/modules/buildings/CryptEntrance.tres b/game/models/buildings/crypt/CryptEntrance.tres similarity index 100% rename from game/modules/buildings/CryptEntrance.tres rename to game/models/buildings/crypt/CryptEntrance.tres diff --git a/game/modules/buildings/CryptEntrance.tscn b/game/models/buildings/crypt/CryptEntrance.tscn similarity index 99% rename from game/modules/buildings/CryptEntrance.tscn rename to game/models/buildings/crypt/CryptEntrance.tscn index 5c34a662..dd1d1e4b 100644 --- a/game/modules/buildings/CryptEntrance.tscn +++ b/game/models/buildings/crypt/CryptEntrance.tscn @@ -6,7 +6,7 @@ [ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=4] [ext_resource path="res://models/core_models/wall_zp.tres" type="MeshDataResource" id=5] [ext_resource path="res://modules/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png" type="Texture" id=6] -[ext_resource path="res://modules/buildings/CryptEntranceDoor.tscn" type="PackedScene" id=7] +[ext_resource path="res://models/buildings/crypt/CryptEntranceDoor.tscn" type="PackedScene" id=7] [sub_resource type="SpatialMaterial" id=7] albedo_texture = ExtResource( 6 ) diff --git a/game/modules/buildings/CryptEntranceDoor.tscn b/game/models/buildings/crypt/CryptEntranceDoor.tscn similarity index 100% rename from game/modules/buildings/CryptEntranceDoor.tscn rename to game/models/buildings/crypt/CryptEntranceDoor.tscn