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