diff options
author | hop311 <hop3114@gmail.com> | 2024-05-05 19:36:21 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-05-07 23:06:38 +0200 |
commit | 2ac43ba7df3b2c3dc40c6b87c2bc57c4b02ffa42 (patch) | |
tree | f251adec091f704d889360a0eb32bd4ad018192d /game/src/Game/Model/unit_colours_mat.tres | |
parent | c29cc0dabe3e3c7d03280e74d2d10fc3cc479c7f (diff) |
Add GDScript XAC and XSM loaders
Diffstat (limited to 'game/src/Game/Model/unit_colours_mat.tres')
-rw-r--r-- | game/src/Game/Model/unit_colours_mat.tres | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/game/src/Game/Model/unit_colours_mat.tres b/game/src/Game/Model/unit_colours_mat.tres new file mode 100644 index 0000000..43ca523 --- /dev/null +++ b/game/src/Game/Model/unit_colours_mat.tres @@ -0,0 +1,9 @@ +[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://bkham060cwpr3"] + +[ext_resource type="Shader" path="res://src/Game/Model/unit_colours.gdshader" id="1_axmiw"] + +[resource] +render_priority = 0 +shader = ExtResource("1_axmiw") +shader_parameter/texture_albedo = [] +shader_parameter/texture_nation_colors_mask = [] |