mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 06:03:48 +00:00
6 lines
154 B
C#
6 lines
154 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(misc43) {
|
|
mapTo = "misc43";
|
|
DiffuseMapAsset[0] = "TTR:misc43_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|