mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-08 06:50:42 +00:00
Make Kork Chan transparent by default
This commit is contained in:
parent
410dfc9332
commit
6991d5e789
1 changed files with 5 additions and 2 deletions
|
|
@ -4,10 +4,13 @@
|
|||
imageMap0="@asset=Prototyping:kork_chan_image">
|
||||
<Material
|
||||
Name="kork_chan_mat"
|
||||
mapTo="kork_chan">
|
||||
mapTo="kork_chan"
|
||||
alphaTest="true"
|
||||
alphaRef="100">
|
||||
<Material.Stages>
|
||||
<Stages_beginarray
|
||||
DiffuseMapAsset="Prototyping:kork_chan_image"/>
|
||||
DiffuseMapAsset="Prototyping:kork_chan_image"
|
||||
doubleSided="true"/>
|
||||
</Material.Stages>
|
||||
</Material>
|
||||
</MaterialAsset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue