mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 07:33:45 +00:00
6 lines
148 B
C#
6 lines
148 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(gr80) {
|
|
mapTo = "gr80";
|
|
DiffuseMapAsset[0] = "TTR:gr80_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|