Adding 2 more test files to help testing
This commit is contained in:
parent
40a3eb42f0
commit
35d964f3e6
5 changed files with 35 additions and 2 deletions
|
@ -3,8 +3,27 @@
|
|||
"name":"texture_factory_test_preset0",
|
||||
"description":"Texture factory testing material",
|
||||
"type":"bhonr",
|
||||
"destination_1024":["build/export/project_A","build/export/project_B/1024"],
|
||||
"destination_512":["build/export/project_B/512"],
|
||||
"format":"10,10",
|
||||
"destination_1024":["build/export/project_A"],
|
||||
"destination_512":["build/export/project_B_512"],
|
||||
"destination_256":[""]
|
||||
},
|
||||
{
|
||||
"name":"texture_factory_test2_preset0",
|
||||
"description":"Texture factory testing material number 2",
|
||||
"type":"bhonr",
|
||||
"format":"10,9",
|
||||
"destination_1024":["build/export/project_C"],
|
||||
"destination_512":[""],
|
||||
"destination_256":["build/export/project_D_256"]
|
||||
},
|
||||
{
|
||||
"name":"texture_factory_test3_preset0",
|
||||
"description":"Texture factory testing material number 3",
|
||||
"type":"bhonr",
|
||||
"format":"9,10",
|
||||
"destination_1024":["build/export/project_E"],
|
||||
"destination_512":["build/export/project_F_512"],
|
||||
"destination_256":["build/export/project_G_256"]
|
||||
}
|
||||
]
|
||||
|
|
1
example/sbs/texture_factory_test2.sbs
Normal file
1
example/sbs/texture_factory_test2.sbs
Normal file
File diff suppressed because one or more lines are too long
6
example/sbs/texture_factory_test2_preset0.sbsprs
Normal file
6
example/sbs/texture_factory_test2_preset0.sbsprs
Normal file
|
@ -0,0 +1,6 @@
|
|||
<sbspresets formatversion="1" count="1">
|
||||
<sbspreset label="preset" pkgurl="pkg:///texture_factory_test2">
|
||||
<presetinput value="1,1" uid="4294967295" type="1" identifier="$pixelsize"/>
|
||||
<presetinput value="0" uid="4294967295" type="4" identifier="$randomseed"/>
|
||||
</sbspreset>
|
||||
</sbspresets>
|
1
example/sbs/texture_factory_test3.sbs
Normal file
1
example/sbs/texture_factory_test3.sbs
Normal file
File diff suppressed because one or more lines are too long
6
example/sbs/texture_factory_test3_preset0.sbsprs
Normal file
6
example/sbs/texture_factory_test3_preset0.sbsprs
Normal file
|
@ -0,0 +1,6 @@
|
|||
<sbspresets formatversion="1" count="1">
|
||||
<sbspreset label="preset" pkgurl="pkg:///texture_factory_test3">
|
||||
<presetinput value="1,1" uid="4294967295" type="1" identifier="$pixelsize"/>
|
||||
<presetinput value="0" uid="4294967295" type="4" identifier="$randomseed"/>
|
||||
</sbspreset>
|
||||
</sbspresets>
|
Loading…
Reference in a new issue