2024-02-07 21:37:50 +13:00
|
|
|
// SPDX-FileCopyrightText: 2024 Leroy Hopson <godot-xterm@leroy.nix.nz>
|
|
|
|
// SPDX-License-Identifier: MIT
|
2024-02-07 00:01:14 +13:00
|
|
|
shader_type canvas_item;
|
2024-02-07 21:37:50 +13:00
|
|
|
#define FOREGROUND
|
|
|
|
#include "./common.gdshaderinc"
|