mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 13:21:17 +00:00
Upgraded func_godot to 2025.8.2
This commit is contained in:
parent
ecfd54f3e8
commit
5f4b8c5b4b
82 changed files with 3227 additions and 1939 deletions
|
|
@ -1,9 +1,11 @@
|
|||
@icon("res://addons/func_godot/icons/icon_godot_ranger.svg")
|
||||
## Resource that gets built into a shader file that applies a special effect to a specified texture in NetRadiant Custom.
|
||||
class_name NetRadiantCustomShader
|
||||
extends Resource
|
||||
## Shader resource for NetRadiant Custom configurations.
|
||||
##
|
||||
## Resource that gets built into a shader file that applies a special effect to a specified texture in NetRadiant Custom.
|
||||
|
||||
## Path to texture without extension, eg: `textures/special/clip`.
|
||||
## Path to texture without extension, eg: [i]"textures/special/clip"[/i].
|
||||
@export var texture_path: String
|
||||
|
||||
## Array of shader properties to apply to faces using [member texture_path].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue