Outlines moved to InteractionOutlineComponent, now change color when in interaction range.

This commit is contained in:
Pieter-Jan Briers
2019-12-06 02:08:17 +01:00
parent a912c999a9
commit 689d16ee65
34 changed files with 153 additions and 15 deletions

View File

@@ -5,3 +5,11 @@
params:
outline_width: 2
outline_color: "#FF000055"
- type: shader
id: selection_outline_inrange
kind: source
path: "/Shaders/outline.swsl"
params:
outline_width: 2
outline_color: "#00FF0055"