First commit of the starter kit.
This commit is contained in:
parent
20dc00e62f
commit
612ad717c0
42 changed files with 1853 additions and 0 deletions
10
assets/shaders.json
Normal file
10
assets/shaders.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"ui_shader": {
|
||||
"file_name": "assets/shaders/ui_shader.frag",
|
||||
"type": "fragment"
|
||||
},
|
||||
"ERROR": {
|
||||
"file_name": "assets/shaders/ui_error.frag",
|
||||
"type": "fragment"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue