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