Moved the shaders to a new folder.

This commit is contained in:
Relintai 2022-02-12 19:07:45 +01:00
parent 0e5e1e2c0f
commit 2a56e51324
23 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=4 format=2]
[ext_resource path="res://modules/core/shaders/5_standard_shader_nouv2.tres" type="Shader" id=1]
[ext_resource path="res://shaders/5_standard_shader_nouv2.tres" type="Shader" id=1]
[sub_resource type="Image" id=1]
data = {

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=4 format=2]
[ext_resource path="res://modules/core/shaders/1_standard_shader.tres" type="Shader" id=1]
[ext_resource path="res://shaders/1_standard_shader.tres" type="Shader" id=1]
[sub_resource type="Image" id=1]
data = {

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=2]
[ext_resource path="res://modules/core/shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=1]
[ext_resource path="res://shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=1]

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=2]
[ext_resource path="res://modules/core/shaders/4_standard_character_shader.tres" type="Shader" id=1]
[ext_resource path="res://shaders/4_standard_character_shader.tres" type="Shader" id=1]

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=4 format=2]
[ext_resource path="res://modules/core/shaders/1_standard_shader.tres" type="Shader" id=1]
[ext_resource path="res://shaders/1_standard_shader.tres" type="Shader" id=1]
[sub_resource type="Image" id=3]
data = {

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=4 format=2]
[ext_resource path="res://modules/core/shaders/5_standard_shader_nouv2.tres" type="Shader" id=1]
[ext_resource path="res://shaders/5_standard_shader_nouv2.tres" type="Shader" id=1]
[sub_resource type="Image" id=1]
data = {

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=2]
[ext_resource path="res://modules/core/shaders/5_standard_shader_nouv2.tres" type="Shader" id=1]
[ext_resource path="res://shaders/5_standard_shader_nouv2.tres" type="Shader" id=1]
[resource]
shader = ExtResource( 1 )

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=2]
[ext_resource path="res://modules/core/shaders/6_standard_shader_notex.tres" type="Shader" id=1]
[ext_resource path="res://shaders/6_standard_shader_notex.tres" type="Shader" id=1]
[resource]
shader = ExtResource( 1 )

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=2]
[ext_resource path="res://modules/core/shaders/6_standard_shader_notex.tres" type="Shader" id=1]
[ext_resource path="res://shaders/6_standard_shader_notex.tres" type="Shader" id=1]
[resource]
shader = ExtResource( 1 )

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=2]
[ext_resource path="res://modules/core/shaders/7_standard_character_shader_notex.tres" type="Shader" id=1]
[ext_resource path="res://shaders/7_standard_character_shader_notex.tres" type="Shader" id=1]

View File

@ -1,6 +1,6 @@
[gd_resource type="ShaderMaterial" load_steps=4 format=2]
[ext_resource path="res://modules/core/shaders/1_standard_shader.tres" type="Shader" id=1]
[ext_resource path="res://shaders/1_standard_shader.tres" type="Shader" id=1]

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://modules/core/shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=1]
[ext_resource path="res://shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=1]
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/small_star.png" type="Texture" id=2]

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://modules/core/shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=1]
[ext_resource path="res://shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=1]
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/star.png" type="Texture" id=2]

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=9 format=2]
[ext_resource path="res://modules/core/shaders/3_simple_y_billboard.shader" type="Shader" id=1]
[ext_resource path="res://modules/core/shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=2]
[ext_resource path="res://shaders/3_simple_y_billboard.shader" type="Shader" id=1]
[ext_resource path="res://shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=2]
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/big_glow.png" type="Texture" id=3]
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/main_texture.png" type="Texture" id=4]

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=8 format=2]
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/arrows.png" type="Texture" id=1]
[ext_resource path="res://modules/core/shaders/3_simple_y_billboard.shader" type="Shader" id=2]
[ext_resource path="res://shaders/3_simple_y_billboard.shader" type="Shader" id=2]
[ext_resource path="res://materials/2_simple_particle_billboard.tres" type="Material" id=3]

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://modules/core/shaders/1_standard_shader.tres" type="Shader" id=1]
[ext_resource path="res://shaders/1_standard_shader.tres" type="Shader" id=1]