shaders folder!

This commit is contained in:
pennyrigate 2023-03-08 01:07:24 -05:00
parent 69c28ced8b
commit f1e7f136f8
30 changed files with 28 additions and 29 deletions

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=9 format=2]
[ext_resource path="res://scripts/1px_border.gdshader" type="Shader" id=1]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
[ext_resource path="res://graphics/player/arrow.png" type="Texture" id=2]
[ext_resource path="res://objects/player/arrow_projectile.gd" type="Script" id=3]
[ext_resource path="res://graphics/particles/dust.png" type="Texture" id=4]

View file

@ -3,7 +3,7 @@
[ext_resource path="res://objects/player/player.gd" type="Script" id=1]
[ext_resource path="res://graphics/player/sg_walk.png" type="Texture" id=2]
[ext_resource path="res://graphics/player/sg_idle.png" type="Texture" id=3]
[ext_resource path="res://scripts/recolor_border.shader" type="Shader" id=4]
[ext_resource path="res://shaders/recolor_border.shader" type="Shader" id=4]
[ext_resource path="res://graphics/player/jump.png" type="Texture" id=5]
[ext_resource path="res://graphics/player/pal_purplearmor.png" type="Texture" id=6]
[ext_resource path="res://graphics/player/sg_climb.png" type="Texture" id=7]
@ -12,7 +12,7 @@
[ext_resource path="res://graphics/player/sg_shoot_grounded.png" type="Texture" id=10]
[ext_resource path="res://graphics/player/sword_stab.png" type="Texture" id=11]
[ext_resource path="res://graphics/player/sg_shoot_air.png" type="Texture" id=12]
[ext_resource path="res://scripts/recolor.tres" type="Shader" id=13]
[ext_resource path="res://shaders/recolor.tres" type="Shader" id=13]
[ext_resource path="res://graphics/player/sg_doublejump.png" type="Texture" id=14]
[ext_resource path="res://graphics/particles/blood.png" type="Texture" id=15]
[ext_resource path="res://graphics/particles/dust.png" type="Texture" id=16]