mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 22:59:24 +00:00
6 lines
151 B
C#
6 lines
151 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(wood6) {
|
|
mapTo = "wood6";
|
|
DiffuseMapAsset[0] = "TTR:wood6_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|