Missing resources.
This commit is contained in:
parent
57e042e786
commit
137dcc1f30
4 changed files with 15 additions and 2 deletions
14
assets/shaders.json
Normal file
14
assets/shaders.json
Normal 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
BIN
assets/sounds/ui_click.ogg
Normal file
Binary file not shown.
BIN
assets/sounds/ui_hover.ogg
Normal file
BIN
assets/sounds/ui_hover.ogg
Normal file
Binary file not shown.
|
@ -98,8 +98,7 @@ namespace guecs {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Sound {
|
struct Sound {
|
||||||
std::string on_click{""};
|
std::string on_click{"ui_click"};
|
||||||
|
|
||||||
void play(bool hover);
|
void play(bool hover);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue