mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-06 00:51:17 +00:00
Isometric test
This commit is contained in:
parent
70d22b2be8
commit
1434f7aa6d
806 changed files with 18966 additions and 15 deletions
|
|
@ -0,0 +1,10 @@
|
|||
@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
|
||||
|
||||
## Path to texture without extension, eg: `textures/special/clip`.
|
||||
@export var texture_path: String
|
||||
|
||||
## Array of shader properties to apply to faces using [member texture_path].
|
||||
@export var shader_attributes : Array[String] = ["qer_trans 0.4"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue