Categorize the textures using folders.
@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="PropData" load_steps=39 format=2]
|
[gd_resource type="PropData" load_steps=39 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=1]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://models/core_models/wall_xp.tres" type="MeshDataResource" id=2]
|
[ext_resource path="res://models/core_models/wall_xp.tres" type="MeshDataResource" id=2]
|
||||||
[ext_resource path="res://models/core_models/wall_xn.tres" type="MeshDataResource" id=3]
|
[ext_resource path="res://models/core_models/wall_xn.tres" type="MeshDataResource" id=3]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=4]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=4]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
[ext_resource path="res://models/core_models/floor.tres" type="MeshDataResource" id=3]
|
[ext_resource path="res://models/core_models/floor.tres" type="MeshDataResource" id=3]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=4]
|
[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://models/core_models/wall_zp.tres" type="MeshDataResource" id=5]
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=6]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=6]
|
||||||
[ext_resource path="res://models/buildings/crypt/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]
|
[sub_resource type="SpatialMaterial" id=7]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=6 format=2]
|
[gd_scene load_steps=6 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scripts/dungeons/teleporters/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]
|
[ext_resource path="res://textures/bricks/test_brick_albedo.png" type="Texture" id=2]
|
||||||
|
|
||||||
[sub_resource type="CubeMesh" id=1]
|
[sub_resource type="CubeMesh" id=1]
|
||||||
size = Vector3( 1, 1, 1 )
|
size = Vector3( 1, 1, 1 )
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=6 format=2]
|
[gd_scene load_steps=6 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scripts/dungeons/teleporters/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]
|
[ext_resource path="res://textures/bricks/test_brick_albedo.png" type="Texture" id=2]
|
||||||
|
|
||||||
[sub_resource type="CubeMesh" id=1]
|
[sub_resource type="CubeMesh" id=1]
|
||||||
size = Vector3( 1, 1, 1 )
|
size = Vector3( 1, 1, 1 )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[ext_resource path="res://scripts/dungeons/teleporters/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://props/teleporters/dungeon/simple_dungeon_back_teleporter.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://props/teleporters/dungeon/simple_dungeon_back_teleporter.tscn" type="PackedScene" id=2]
|
||||||
[ext_resource path="res://textures/test_brick_albedo.png" type="Texture" id=4]
|
[ext_resource path="res://textures/bricks/test_brick_albedo.png" type="Texture" id=4]
|
||||||
|
|
||||||
[sub_resource type="CubeMesh" id=1]
|
[sub_resource type="CubeMesh" id=1]
|
||||||
size = Vector3( 1, 1, 1 )
|
size = Vector3( 1, 1, 1 )
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
[gd_resource type="TerrainLibraryMerger" load_steps=10 format=2]
|
[gd_resource type="TerrainLibraryMerger" load_steps=10 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://textures/grass_mossy_albedo.png" type="Texture" id=1]
|
[ext_resource path="res://textures/grass/grass_mossy_albedo.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://textures/dirt_albedo.png" type="Texture" id=2]
|
[ext_resource path="res://textures/dirt/dirt_albedo.png" type="Texture" id=2]
|
||||||
[ext_resource path="res://textures/stone_1_albedo.png" type="Texture" id=3]
|
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=3]
|
||||||
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=4]
|
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=4]
|
||||||
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=5]
|
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=5]
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
[ext_resource path="res://materials/8_standard_material_prop_notex.tres" type="Material" id=1]
|
[ext_resource path="res://materials/8_standard_material_prop_notex.tres" type="Material" id=1]
|
||||||
[ext_resource path="res://materials/6_standard_material_prop_nouv2.tres" type="Material" id=2]
|
[ext_resource path="res://materials/6_standard_material_prop_nouv2.tres" type="Material" id=2]
|
||||||
[ext_resource path="res://textures/grass_mossy_albedo.png" type="Texture" id=3]
|
[ext_resource path="res://textures/grass/grass_mossy_albedo.png" type="Texture" id=3]
|
||||||
[ext_resource path="res://textures/dirt_albedo.png" type="Texture" id=4]
|
[ext_resource path="res://textures/dirt/dirt_albedo.png" type="Texture" id=4]
|
||||||
[ext_resource path="res://textures/stone_1_albedo.png" type="Texture" id=5]
|
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=5]
|
||||||
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=6]
|
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=6]
|
||||||
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=7]
|
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=7]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://textures/grass_mossy_albedo.png" type="Texture" id=1]
|
[ext_resource path="res://textures/grass/grass_mossy_albedo.png" type="Texture" id=1]
|
||||||
|
|
||||||
[sub_resource type="MeshDataResource" id=1]
|
[sub_resource type="MeshDataResource" id=1]
|
||||||
array = [ PoolVector3Array( -0.5, -0.5, 0.5, -0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, -0.5, 0.5, -0.5, -0.5, -0.5, 0.5, 0.5, -0.5, -0.5, 0.5, -0.5, 0.5, -0.5, -0.5, -0.5, 0.5, 0.5, -0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, -0.5, -0.5, 0.5, -0.5, -0.5, 0.5, -0.5 ), PoolVector3Array( 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0, -1 ), null, null, PoolVector2Array( 0.253049, 0.336022, 0.253049, 0.00806455, 0.5, 0.00806452, 0.5, 0.336022, 0.253049, 0.663978, 0.5, 0.991935, 0.253049, 0.991935, 0.5, 0.663978, 0.00609756, 0.336022, 0.993902, 0.336021, 0.746951, 0.336021, 0.746951, 0.663978, 0.00609758, 0.663979, 0.993902, 0.663978 ), null, null, null, PoolIntArray( 0, 1, 2, 2, 3, 0, 4, 5, 6, 4, 7, 5, 3, 10, 11, 11, 7, 3, 0, 12, 8, 0, 4, 12, 9, 13, 11, 11, 10, 9, 0, 7, 4, 0, 3, 7 ) ]
|
array = [ PoolVector3Array( -0.5, -0.5, 0.5, -0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, -0.5, 0.5, -0.5, -0.5, -0.5, 0.5, 0.5, -0.5, -0.5, 0.5, -0.5, 0.5, -0.5, -0.5, -0.5, 0.5, 0.5, -0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, -0.5, -0.5, 0.5, -0.5, -0.5, 0.5, -0.5 ), PoolVector3Array( 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0, -1 ), null, null, PoolVector2Array( 0.253049, 0.336022, 0.253049, 0.00806455, 0.5, 0.00806452, 0.5, 0.336022, 0.253049, 0.663978, 0.5, 0.991935, 0.253049, 0.991935, 0.5, 0.663978, 0.00609756, 0.336022, 0.993902, 0.336021, 0.746951, 0.336021, 0.746951, 0.663978, 0.00609758, 0.663979, 0.993902, 0.663978 ), null, null, null, PoolIntArray( 0, 1, 2, 2, 3, 0, 4, 5, 6, 4, 7, 5, 3, 10, 11, 11, 7, 3, 0, 12, 8, 0, 4, 12, 9, 13, 11, 11, 10, 9, 0, 7, 4, 0, 3, 7 ) ]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
||||||
|
|
||||||
[sub_resource type="PropDataPortal" id=1]
|
[sub_resource type="PropDataPortal" id=1]
|
||||||
transform = Transform( -1, 0, -9.61651e-07, 0, 1, 0, 9.61651e-07, 0, -1, 2, 1, 0 )
|
transform = Transform( -1, 0, -9.61651e-07, 0, 1, 0, 9.61651e-07, 0, -1, 2, 1, 0 )
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=5 format=2]
|
[gd_scene load_steps=5 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[ext_resource path="res://models/entities/human/female/character_models/huf_spine2.tres" type="MeshDataResource" id=1]
|
[ext_resource path="res://models/entities/human/female/character_models/huf_spine2.tres" type="MeshDataResource" id=1]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=2]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=2]
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
||||||
[ext_resource path="res://models/entities/human/female/character_textures/100_seamless/armor_simple.png" type="Texture" id=4]
|
[ext_resource path="res://models/entities/human/female/character_textures/100_seamless/armor_simple.png" type="Texture" id=4]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=5]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=5]
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[ext_resource path="res://models/entities/human/female/character_models/huf_spine2.tres" type="MeshDataResource" id=1]
|
[ext_resource path="res://models/entities/human/female/character_models/huf_spine2.tres" type="MeshDataResource" id=1]
|
||||||
[ext_resource path="res://models/entities/human/female/character_textures/100_seamless/armor_simple.png" type="Texture" id=2]
|
[ext_resource path="res://models/entities/human/female/character_textures/100_seamless/armor_simple.png" type="Texture" id=2]
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
||||||
|
|
||||||
[sub_resource type="PropDataTiledWall" id=1]
|
[sub_resource type="PropDataTiledWall" id=1]
|
||||||
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 5, 0, 0 )
|
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 5, 0, 0 )
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=5 format=2]
|
[gd_scene load_steps=5 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
||||||
|
|
||||||
[sub_resource type="PropDataTiledWall" id=1]
|
[sub_resource type="PropDataTiledWall" id=1]
|
||||||
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 5, 0, 0 )
|
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 5, 0, 0 )
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=5 format=2]
|
[gd_scene load_steps=5 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=1]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=2]
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=3]
|
||||||
|
|
||||||
[sub_resource type="PropDataTiledWall" id=1]
|
[sub_resource type="PropDataTiledWall" id=1]
|
||||||
transform = Transform( -1, 0, 3.17865e-08, -3.17865e-08, -5.96046e-08, -1, 2.66454e-15, -1, 5.96046e-08, 5, 0, 0 )
|
transform = Transform( -1, 0, 3.17865e-08, -3.17865e-08, -5.96046e-08, -1, 2.66454e-15, -1, 5.96046e-08, 5, 0, 0 )
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=5 format=2]
|
[gd_scene load_steps=5 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=4]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=5]
|
||||||
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
[ext_resource path="res://tests/test_rooms/test2_tiledwalldata.tres" type="TiledWallData" id=10]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="TiledWallData" load_steps=2 format=2]
|
[gd_resource type="TiledWallData" load_steps=2 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=1]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=1]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
tiling_type = 3
|
tiling_type = 3
|
||||||
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/test_brick_albedo.png-731f8726c07c0a3899f66f89894a9527.stex"
|
path="res://.import/test_brick_albedo.png-8e7c577447ede4c1eda61a908c66542a.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://textures/test_brick_albedo.png"
|
source_file="res://textures/bricks/test_brick_albedo.png"
|
||||||
dest_files=[ "res://.import/test_brick_albedo.png-731f8726c07c0a3899f66f89894a9527.stex" ]
|
dest_files=[ "res://.import/test_brick_albedo.png-8e7c577447ede4c1eda61a908c66542a.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/dirt_albedo.png-cf18c6242612638033ba78a0016e5710.stex"
|
path="res://.import/dirt_albedo.png-d6fc52a68abcaa5cba6736aac308fc3f.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://textures/dirt_albedo.png"
|
source_file="res://textures/dirt/dirt_albedo.png"
|
||||||
dest_files=[ "res://.import/dirt_albedo.png-cf18c6242612638033ba78a0016e5710.stex" ]
|
dest_files=[ "res://.import/dirt_albedo.png-d6fc52a68abcaa5cba6736aac308fc3f.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/grass_albedo.png-47ac8c2804c6c9304d3021c8dbb029e2.stex"
|
path="res://.import/grass_albedo.png-264672b037c72ffc0fcefce902f3cecf.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://textures/grass_albedo.png"
|
source_file="res://textures/grass/grass_albedo.png"
|
||||||
dest_files=[ "res://.import/grass_albedo.png-47ac8c2804c6c9304d3021c8dbb029e2.stex" ]
|
dest_files=[ "res://.import/grass_albedo.png-264672b037c72ffc0fcefce902f3cecf.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/grass_mossy_albedo.png-66c842982f7c0cfa2899267b4a00245b.stex"
|
path="res://.import/grass_mossy_albedo.png-24a324fb3c9987ba0713948e1d98cab3.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://textures/grass_mossy_albedo.png"
|
source_file="res://textures/grass/grass_mossy_albedo.png"
|
||||||
dest_files=[ "res://.import/grass_mossy_albedo.png-66c842982f7c0cfa2899267b4a00245b.stex" ]
|
dest_files=[ "res://.import/grass_mossy_albedo.png-24a324fb3c9987ba0713948e1d98cab3.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/stone_1_albedo.png-37c59431ed79adeae1710bd7549f5e2b.stex"
|
path="res://.import/stone_1_albedo.png-16c773285e3ce65fd23a7f7f8ff228ea.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://textures/stone_1_albedo.png"
|
source_file="res://textures/stone/stone_1_albedo.png"
|
||||||
dest_files=[ "res://.import/stone_1_albedo.png-37c59431ed79adeae1710bd7549f5e2b.stex" ]
|
dest_files=[ "res://.import/stone_1_albedo.png-16c773285e3ce65fd23a7f7f8ff228ea.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/stone_dungeon_1_albedo.png-9296c9e38cf83cd63efd194654d2a2d4.stex"
|
path="res://.import/stone_dungeon_1_albedo.png-f712f5e810eed24945a5c2826472a828.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://textures/stone_dungeon_1_albedo.png"
|
source_file="res://textures/stone/stone_dungeon_1_albedo.png"
|
||||||
dest_files=[ "res://.import/stone_dungeon_1_albedo.png-9296c9e38cf83cd63efd194654d2a2d4.stex" ]
|
dest_files=[ "res://.import/stone_dungeon_1_albedo.png-f712f5e810eed24945a5c2826472a828.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
@ -9,8 +9,8 @@
|
|||||||
[ext_resource path="res://models/core_models/floor.tres" type="MeshDataResource" id=7]
|
[ext_resource path="res://models/core_models/floor.tres" type="MeshDataResource" id=7]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=8]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=8]
|
||||||
[ext_resource path="res://models/core_models/wall_zp.tres" type="MeshDataResource" id=9]
|
[ext_resource path="res://models/core_models/wall_zp.tres" type="MeshDataResource" id=9]
|
||||||
[ext_resource path="res://textures/stone_1_albedo.png" type="Texture" id=10]
|
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=10]
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=11]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=11]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
posy = -45
|
posy = -45
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
[ext_resource path="res://models/core_models/floor.tres" type="MeshDataResource" id=7]
|
[ext_resource path="res://models/core_models/floor.tres" type="MeshDataResource" id=7]
|
||||||
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=8]
|
[ext_resource path="res://models/core_models/wall_zn.tres" type="MeshDataResource" id=8]
|
||||||
[ext_resource path="res://models/core_models/wall_zp.tres" type="MeshDataResource" id=9]
|
[ext_resource path="res://models/core_models/wall_zp.tres" type="MeshDataResource" id=9]
|
||||||
[ext_resource path="res://textures/stone_1_albedo.png" type="Texture" id=10]
|
[ext_resource path="res://textures/stone/stone_1_albedo.png" type="Texture" id=10]
|
||||||
[ext_resource path="res://textures/stone_dungeon_1_albedo.png" type="Texture" id=11]
|
[ext_resource path="res://textures/stone/stone_dungeon_1_albedo.png" type="Texture" id=11]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
posy = -79
|
posy = -79
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
|
[gd_resource type="SpatialMaterial" load_steps=2 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://textures/grass_mossy_albedo.png" type="Texture" id=1]
|
[ext_resource path="res://textures/grass/grass_mossy_albedo.png" type="Texture" id=1]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|