mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-25 01:23:52 +00:00
6 lines
148 B
C#
6 lines
148 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(gr42) {
|
|
mapTo = "gr42";
|
|
DiffuseMapAsset[0] = "TTR:gr42_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|