diff --git a/gfx/outfit/space/beam_orion.png b/gfx/outfit/space/beam_orion.png index 5a7e27f..80354cc 100644 Binary files a/gfx/outfit/space/beam_orion.png and b/gfx/outfit/space/beam_orion.png differ diff --git a/gfx/outfit/space/beam_ragnarok.png b/gfx/outfit/space/beam_ragnarok.png index 50d6245..2faacfb 100644 Binary files a/gfx/outfit/space/beam_ragnarok.png and b/gfx/outfit/space/beam_ragnarok.png differ diff --git a/src/spfx.h b/src/spfx.h index 2a74f66..3c18114 100644 --- a/src/spfx.h +++ b/src/spfx.h @@ -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);