mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 12:55:34 +00:00
6 lines
151 B
C#
6 lines
151 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(wood4) {
|
|
mapTo = "wood4";
|
|
DiffuseMapAsset[0] = "TTR:wood4_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|