mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-20 21:07:17 +01:00
Moved the low poly rpg item collections under models.
This commit is contained in:
parent
24d0e671ef
commit
baf7f9f2ca
@ -0,0 +1,11 @@
|
||||
[gd_resource type="PropData" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=1]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/tree256.png" type="Texture" id=2]
|
||||
|
||||
[sub_resource type="PropDataMeshData" id=1]
|
||||
mesh = ExtResource( 1 )
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[resource]
|
||||
props = [ SubResource( 1 ) ]
|
@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree.material" type="Material" id=1]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=2]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png" type="Texture" id=3]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/tree.material" type="Material" id=1]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=2]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/tree256.png" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="ArrayMesh" id=1]
|
||||
surfaces/0 = {
|
@ -0,0 +1,11 @@
|
||||
[gd_resource type="PropData" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=1]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/tree2_256.png" type="Texture" id=2]
|
||||
|
||||
[sub_resource type="PropDataMeshData" id=1]
|
||||
mesh = ExtResource( 1 )
|
||||
texture = ExtResource( 2 )
|
||||
|
||||
[resource]
|
||||
props = [ SubResource( 1 ) ]
|
@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/tree.material" type="Material" id=1]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=2]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/tree2_256.png" type="Texture" id=3]
|
||||
|
||||
[node name="Spatial" type="Spatial"]
|
||||
|
||||
[node name="MeshDataInstance" type="MeshDataInstance" parent="."]
|
||||
mesh_data = ExtResource( 2 )
|
||||
texture = ExtResource( 3 )
|
||||
material = ExtResource( 1 )
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/tree256.png-1d7472393b475105dccfd0f92acf05af.stex"
|
||||
path="res://.import/tree256.png-18fc3402babc0bb5fbdd851eeba5132c.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png"
|
||||
dest_files=[ "res://.import/tree256.png-1d7472393b475105dccfd0f92acf05af.stex" ]
|
||||
source_file="res://models/collections/low_poly_rpg_item_collection_3/tree256.png"
|
||||
dest_files=[ "res://.import/tree256.png-18fc3402babc0bb5fbdd851eeba5132c.stex" ]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 135 KiB |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/tree2_256.png-7d1d22586bd6d23a42fbd57e2147077a.stex"
|
||||
path="res://.import/tree2_256.png-8edb8fe871eb38ee528d8aa1afeab89b.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png"
|
||||
dest_files=[ "res://.import/tree2_256.png-7d1d22586bd6d23a42fbd57e2147077a.stex" ]
|
||||
source_file="res://models/collections/low_poly_rpg_item_collection_3/tree2_256.png"
|
||||
dest_files=[ "res://.import/tree2_256.png-8edb8fe871eb38ee528d8aa1afeab89b.stex" ]
|
||||
|
||||
[params]
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://models/entities/human/female/character_textures/head.png" type="Texture" id=1]
|
||||
[ext_resource path="res://models/entities/human/female/character_models/huf_head.tres" type="MeshDataResource" id=2]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres" type="PropData" id=3]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/t1scene.tres" type="PropData" id=3]
|
||||
|
||||
[sub_resource type="PropDataMeshData" id=1]
|
||||
mesh = ExtResource( 2 )
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://models/entities/human/female/character_textures/head.png" type="Texture" id=1]
|
||||
[ext_resource path="res://models/entities/human/female/character_models/huf_head.tres" type="MeshDataResource" id=2]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres" type="PropData" id=3]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/t1scene.tres" type="PropData" id=3]
|
||||
|
||||
[sub_resource type="Image" id=9]
|
||||
data = {
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=1]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png" type="Texture" id=2]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=1]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/tree256.png" type="Texture" id=2]
|
||||
|
||||
[sub_resource type="SpatialMaterial" id=2]
|
||||
albedo_texture = ExtResource( 2 )
|
||||
|
@ -1,11 +0,0 @@
|
||||
[gd_resource type="PropData" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree256.png" type="Texture" id=1]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=2]
|
||||
|
||||
[sub_resource type="PropDataMeshData" id=1]
|
||||
mesh = ExtResource( 2 )
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[resource]
|
||||
props = [ SubResource( 1 ) ]
|
@ -1,11 +0,0 @@
|
||||
[gd_resource type="PropData" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png" type="Texture" id=1]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=2]
|
||||
|
||||
[sub_resource type="PropDataMeshData" id=1]
|
||||
mesh = ExtResource( 2 )
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[resource]
|
||||
props = [ SubResource( 1 ) ]
|
@ -1,12 +0,0 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree.material" type="Material" id=1]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres" type="MeshDataResource" id=2]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/tree2_256.png" type="Texture" id=3]
|
||||
|
||||
[node name="Spatial" type="Spatial"]
|
||||
|
||||
[node name="MeshDataInstance" type="MeshDataInstance" parent="."]
|
||||
mesh_data = ExtResource( 2 )
|
||||
texture = ExtResource( 3 )
|
||||
material = ExtResource( 1 )
|
Binary file not shown.
Binary file not shown.
@ -4,8 +4,8 @@
|
||||
[ext_resource path="res://scripts/world_generator/subzones/spawner.gd" type="Script" id=2]
|
||||
[ext_resource path="res://scripts/world_generator/continents/test_continent.gd" type="Script" id=3]
|
||||
[ext_resource path="res://worlds/test_world/dungeons/dung_teleporter.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t2scene.tres" type="PropData" id=5]
|
||||
[ext_resource path="res://worlds/test_world/biomes/simple_biome/low_poly_rpg_item_collection_3/t1scene.tres" type="PropData" id=6]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/t2scene.tres" type="PropData" id=5]
|
||||
[ext_resource path="res://models/collections/low_poly_rpg_item_collection_3/t1scene.tres" type="PropData" id=6]
|
||||
[ext_resource path="res://scripts/world_generator/zones/test_zone.gd" type="Script" id=7]
|
||||
[ext_resource path="res://entity_classes/naturalist/entities/4_naturalist_vendor.tres" type="EntityData" id=8]
|
||||
[ext_resource path="res://entity_classes/naturalist/entities/3_naturalist_trainer.tres" type="EntityData" id=9]
|
||||
|
Loading…
Reference in New Issue
Block a user