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