2019-06-04 00:21:52 -05:00
|
|
|
//--- OBJECT WRITE BEGIN ---
|
|
|
|
|
singleton Material(trim13) {
|
|
|
|
|
mapTo = "trim13";
|
2019-08-19 01:14:34 -05:00
|
|
|
DiffuseMapAsset[0] = "TTR:trim13_baseColor";
|
|
|
|
|
NormalMap[0] = "data/TTR/Images/trim13_normal.png";
|
|
|
|
|
NormalMapAsset[0] = "TTR:trim13_normal";
|
|
|
|
|
RoughMap[0] = "E:/Gamedev/TTR/TTRClassic/levels/Exported/trim13_roughness.png";
|
|
|
|
|
RoughMapAsset[0] = "TTR:trim13_roughness";
|
|
|
|
|
AOMap[0] = "E:/Gamedev/TTR/TTRClassic/levels/Exported/trim13_ambientOcclusion.png";
|
|
|
|
|
AOMapAsset[0] = "TTR:trim13_ambientOcclusion";
|
2019-06-04 00:21:52 -05:00
|
|
|
};
|
|
|
|
|
//--- OBJECT WRITE END ---
|