The shader effects now work correctly on the scene actors, but the application of shaders should be on the animation class.
This commit is contained in:
parent
22db12f5e4
commit
05fc9062a7
11 changed files with 33 additions and 16 deletions
|
|
@ -18,5 +18,9 @@
|
|||
"lightning": {
|
||||
"file_name": "assets/shaders/lightning_attack.frag",
|
||||
"type": "fragment"
|
||||
},
|
||||
"boss_hit": {
|
||||
"file_name": "assets/shaders/flame_trash.frag",
|
||||
"type": "fragment"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue