Remove outline shaders from engine

This commit is contained in:
Pieter-Jan Briers
2019-11-12 18:47:39 +01:00
parent 64112c556e
commit a3879b7bbd
2 changed files with 0 additions and 16 deletions

View File

@@ -1,7 +0,0 @@
- type: shader
id: selection_outline
kind: source
path: "/Shaders/outline.swsl"
params:
outline_width: 1
outline_color: "#FF000055"

View File

@@ -1,9 +0,0 @@
# Generic canvas shader without light shading.
- type: shader
id: unshaded
kind: canvas
light_mode: unshaded
- type: shader
id: shaded
kind: canvas