mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-02-12 03:00:05 +01:00
Moved materials into the core module aswell.
This commit is contained in:
parent
7723a03def
commit
37acb59dba
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2,7 +2,8 @@
|
||||
|
||||
[ext_resource path="res://data/entity_classes/naturalist/spell_effects/textures/arrows.png" type="Texture" id=1]
|
||||
[ext_resource path="res://data/shaders/3_simple_y_billboard.shader" type="Shader" id=2]
|
||||
[ext_resource path="res://data/materials/2_simple_particle_billboard.tres" type="Material" id=3]
|
||||
[ext_resource path="res://data/core/materials/2_simple_particle_billboard.tres" type="Material" id=3]
|
||||
|
||||
|
||||
[sub_resource type="QuadMesh" id=1]
|
||||
material = ExtResource( 3 )
|
||||
|
@ -1,12 +1,13 @@
|
||||
[gd_resource type="VoxelmanLibraryMerger" load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://data/materials/1_standard_material.tres" type="Material" id=1]
|
||||
[ext_resource path="res://data/core/materials/1_standard_material.tres" type="Material" id=1]
|
||||
[ext_resource path="res://data/planets/test_planet/voxel_library/surfaces/4_dungeon_stone.tres" type="VoxelSurfaceMerger" id=2]
|
||||
[ext_resource path="res://data/planets/test_planet/voxel_library/surfaces/2_test.tres" type="VoxelSurfaceMerger" id=3]
|
||||
[ext_resource path="res://data/planets/test_planet/voxel_library/surfaces/1_stone.tres" type="VoxelSurfaceMerger" id=4]
|
||||
[ext_resource path="res://data/planets/test_planet/voxel_library/surfaces/3_test2.tres" type="VoxelSurfaceMerger" id=5]
|
||||
[ext_resource path="res://data/materials/5_standard_material_nouv2.tres" type="Material" id=8]
|
||||
[ext_resource path="res://data/materials/7_standard_material_notex.tres" type="Material" id=10]
|
||||
[ext_resource path="res://data/core/materials/5_standard_material_nouv2.tres" type="Material" id=8]
|
||||
[ext_resource path="res://data/core/materials/7_standard_material_notex.tres" type="Material" id=10]
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -2,15 +2,16 @@
|
||||
|
||||
[ext_resource path="res://data/core/item_visuals/test_base_v3.tres" type="ItemVisual" id=1]
|
||||
[ext_resource path="res://player/CharacterSkeletonAttachPoint.gd" type="Script" id=2]
|
||||
[ext_resource path="res://data/materials/3_standard_character_material.tres" type="Material" id=3]
|
||||
[ext_resource path="res://data/core/materials/3_standard_character_material.tres" type="Material" id=3]
|
||||
[ext_resource path="res://test_weapons/shield_d.mesh" type="ArrayMesh" id=4]
|
||||
[ext_resource path="res://test_weapons/sword_i.mesh" type="ArrayMesh" id=5]
|
||||
[ext_resource path="res://data/species/Human/models/armature.dae" type="PackedScene" id=6]
|
||||
[ext_resource path="res://data/materials/9_standard_character_material_notex.tres" type="Material" id=7]
|
||||
[ext_resource path="res://data/core/materials/9_standard_character_material_notex.tres" type="Material" id=7]
|
||||
[ext_resource path="res://player/CharacterSkeletonGD.gd" type="Script" id=8]
|
||||
|
||||
|
||||
|
||||
|
||||
[sub_resource type="Skin" id=1]
|
||||
bind_count = 31
|
||||
bind/0/name = ""
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=16 format=2]
|
||||
|
||||
[ext_resource path="res://voxelman/debug/FreeLookCam.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://data/materials/voxelman.tres" type="Material" id=2]
|
||||
[ext_resource path="res://data/core/materials/voxelman.tres" type="Material" id=2]
|
||||
[ext_resource path="res://voxelman/FPSCounter.gd" type="Script" id=3]
|
||||
[ext_resource path="res://voxelman/cubic_mesher/CubicVoxelWorld.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=5]
|
||||
@ -12,6 +12,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
[sub_resource type="Environment" id=1]
|
||||
ambient_light_color = Color( 1, 1, 1, 1 )
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=18 format=2]
|
||||
|
||||
[ext_resource path="res://voxelman/world/TVVoxelWorld.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://data/materials/voxelman.tres" type="Material" id=2]
|
||||
[ext_resource path="res://data/core/materials/voxelman.tres" type="Material" id=2]
|
||||
[ext_resource path="res://voxelman/FPSCounter.gd" type="Script" id=3]
|
||||
[ext_resource path="res://voxelman/debug/FreeLookCam.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://data/planets/test_planet/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=5]
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
[sub_resource type="Environment" id=1]
|
||||
ambient_light_color = Color( 1, 1, 1, 1 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user