mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
6 lines
154 B
C#
6 lines
154 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(roof11) {
|
|
mapTo = "roof11";
|
|
DiffuseMapAsset[0] = "TTR:roof11_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|