mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
8 lines
243 B
C#
8 lines
243 B
C#
|
|
//--- OBJECT WRITE BEGIN ---
|
||
|
|
singleton Material(Grid_512_grey) {
|
||
|
|
mapTo = "Grid_512_grey";
|
||
|
|
DiffuseMap[0] = "data/TestGrids/Images/Grid_512_grey.png";
|
||
|
|
DiffuseMapAsset[0] = "TestGrids:Grid_512_grey_ALBEDO";
|
||
|
|
};
|
||
|
|
//--- OBJECT WRITE END ---
|