[Add] Updated beam graphics that use the wavy beam system implented a
while back.
This commit is contained in:
parent
8f579ba9ac
commit
4aaed824c8
Binary file not shown.
Before Width: | Height: | Size: 985 B After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.6 KiB |
@ -5,8 +5,8 @@
|
||||
#define SPFX_LAYER_FRONT 0 /* Front spfx layer. */
|
||||
#define SPFX_LAYER_BACK 1 /* Back spfx layer. */
|
||||
|
||||
#define SHAKE_DECAY 300. /**< Rumble decay parameter. */
|
||||
#define SHAKE_MAX 75.*SCREEN_W*SCREEN_H/1024./768. /**< Rubmle max parameter. */
|
||||
#define SHAKE_DECAY 70. /**< Rumble decay parameter. */
|
||||
#define SHAKE_MAX 90.*SCREEN_W*SCREEN_H/1024./768. /**< Rubmle max parameter. */
|
||||
|
||||
/* Stack manipulation. */
|
||||
int spfx_get(char* name);
|
||||
|
Loading…
Reference in New Issue
Block a user