Minor Changes
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
Regular → Executable
+4
-4
@@ -133,25 +133,25 @@
|
||||
"id": "GreenMaterial",
|
||||
"pipeline": "DefaultPipeline",
|
||||
"baseColor": [0.0, 1.0, 0.0, 1.0],
|
||||
"albedoTexture": "project://lost.tx",
|
||||
"albedoTexture": "assets://textures/lost.tx",
|
||||
},
|
||||
{
|
||||
"id": "RedMaterial",
|
||||
"pipeline": "DefaultPipeline",
|
||||
"baseColor": [1.0, 0.0, 0.0, 1.0],
|
||||
"albedoTexture": "project://lost.tx",
|
||||
"albedoTexture": "assets://textures/lost.tx",
|
||||
},
|
||||
{
|
||||
"id": "BlueMaterial",
|
||||
"pipeline": "DefaultPipeline",
|
||||
"baseColor": [0.0, 0.0, 1.0, 1.0],
|
||||
"albedoTexture": "project://lost.tx",
|
||||
"albedoTexture": "assets://textures/lost.tx",
|
||||
},
|
||||
{
|
||||
"id": "WhiteMaterial",
|
||||
"pipeline": "DefaultPipeline",
|
||||
"baseColor": [1.0, 1.0, 1.0, 1.0],
|
||||
"albedoTexture": "project://lost.tx",
|
||||
"albedoTexture": "assets://textures/lost.tx",
|
||||
},
|
||||
],
|
||||
"pipelines": [
|
||||
|
||||
Reference in New Issue
Block a user