Missing resources.

This commit is contained in:
Zed A. Shaw 2025-04-15 12:46:13 -04:00
parent 57e042e786
commit 137dcc1f30
4 changed files with 15 additions and 2 deletions

14
assets/shaders.json Normal file
View file

@ -0,0 +1,14 @@
{
"ui_shader": {
"file_name": "assets/shaders/ui_shader.frag",
"type": "fragment"
},
"ERROR": {
"file_name": "assets/shaders/ui_error.frag",
"type": "fragment"
},
"rayview_sprites": {
"file_name": "assets/shaders/dayfive.frag",
"type": "fragment"
}
}

BIN
assets/sounds/ui_click.ogg Normal file

Binary file not shown.

BIN
assets/sounds/ui_hover.ogg Normal file

Binary file not shown.