mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Make Kork Chan transparent by default
This commit is contained in:
parent
410dfc9332
commit
6991d5e789
|
|
@ -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…
Reference in a new issue