mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
7 lines
151 B
C#
7 lines
151 B
C#
|
|
//--- OBJECT WRITE BEGIN ---
|
||
|
|
singleton Material(veh18) {
|
||
|
|
mapTo = "veh18";
|
||
|
|
DiffuseMapAsset[0] = "TTR:veh18_ALBEDO";
|
||
|
|
};
|
||
|
|
//--- OBJECT WRITE END ---
|