diff options
| author | xolatile | 2025-07-30 12:56:45 +0200 |
|---|---|---|
| committer | xolatile | 2025-07-30 12:56:45 +0200 |
| commit | 5e6e01e66378261a075bbc9730c9287874b8c3bd (patch) | |
| tree | c4b6a3f7bf065e1f67f3ccb7c77d1dd76a16984d /packages/textures/mitaman/package.cfg | |
| parent | 73f2f994922edc25529aad7b8193add4716f1c3c (diff) | |
| download | xolatile-badassbug-5e6e01e66378261a075bbc9730c9287874b8c3bd.tar.xz xolatile-badassbug-5e6e01e66378261a075bbc9730c9287874b8c3bd.tar.zst | |
HUD, GUI, maps, textures, scripts...
Diffstat (limited to 'packages/textures/mitaman/package.cfg')
| -rw-r--r-- | packages/textures/mitaman/package.cfg | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/packages/textures/mitaman/package.cfg b/packages/textures/mitaman/package.cfg new file mode 100644 index 0000000..f904555 --- /dev/null +++ b/packages/textures/mitaman/package.cfg @@ -0,0 +1,54 @@ +// MitaMAN + +setshader "bumpspecmapworld" +setshaderparam "specscale" 1.2 1.2 1.2 + + texture c "textures/mitaman/brick_13_c.png" + texture n "textures/mitaman/brick_13_n.png" + texture s "textures/mitaman/brick_13_s.png" + texscale 0.5 + + texture c "textures/mitaman/brick_56_c.png" + texture n "textures/mitaman/brick_56_n.png" + texture s "textures/mitaman/brick_56_s.png" + texscale 0.5 + + texture c "textures/mitaman/floor_15_c.png" + texture n "textures/mitaman/floor_15_n.png" + texture s "textures/mitaman/floor_15_s.png" + texscale 0.5 + + texture c "textures/mitaman/planks_1_c.png" + texture n "textures/mitaman/planks_1_n.png" + texture s "textures/mitaman/planks_1_s.png" + texscale 0.5 + + texture c "textures/mitaman/planks_2_c.png" + texture n "textures/mitaman/planks_2_n.png" + texture s "textures/mitaman/planks_2_s.png" + texscale 0.5 + + texture c "textures/mitaman/tiles_16_c.png" + texture n "textures/mitaman/tiles_16_n.png" + texture s "textures/mitaman/tiles_16_s.png" + texscale 0.5 + + texture c "textures/mitaman/tiles_38_c.png" + texture n "textures/mitaman/tiles_38_n.png" + texture s "textures/mitaman/tiles_38_s.png" + texscale 0.5 + + texture c "textures/mitaman/tiles_126_c.png" + texture n "textures/mitaman/tiles_126_n.png" + texture s "textures/mitaman/tiles_126_s.png" + texscale 0.5 + + texture c "textures/mitaman/trim_7_c.png" + texture n "textures/mitaman/trim_7_n.png" + texture s "textures/mitaman/trim_7_s.png" + texscale 0.5 + + texture c "textures/mitaman/wall_7_c.png" + texture n "textures/mitaman/wall_7_n.png" + texture s "textures/mitaman/wall_7_s.png" + texscale 0.5 |
