29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
YAML
# SPDX-FileCopyrightText: 2019 scuffedjays <yetanotherscuffed@gmail.com>
|
|
# SPDX-FileCopyrightText: 2020 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2020 Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2021 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
|
# SPDX-FileCopyrightText: 2023 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 deathride58 <deathride58@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
- type: shader
|
|
id: SelectionOutline
|
|
kind: source
|
|
path: "/Textures/Shaders/outline.swsl"
|
|
params:
|
|
outline_color: "#FF000055"
|
|
light_boost: 2
|
|
light_gamma: 1.5
|
|
light_whitepoint: 48
|
|
|
|
- type: shader
|
|
id: SelectionOutlineInrange
|
|
kind: source
|
|
path: "/Textures/Shaders/outline.swsl"
|
|
params:
|
|
outline_color: "#00FF0055"
|
|
light_boost: 2
|
|
light_gamma: 0.9
|
|
light_whitepoint: 1 |