Minor Changes

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-06-26 21:23:13 +02:00
parent fdf34f99c6
commit eb27ae4c24
346 changed files with 17218 additions and 86 deletions
Regular → Executable
+4 -4
View File
@@ -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": [