File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ GFXMODS_AVAILABLE += gfx_candyflow gfx_bttrblls gfx_sort2D gfx_xorrid
11
11
GFXMODS_AVAILABLE += gfx_starfield gfx_reddot gfx_sparkburn gfx_sort1D
12
12
GFXMODS_AVAILABLE += gfx_rgbmatrix gfx_mandelbrot2 gfx_disturbedcandy
13
13
GFXMODS_AVAILABLE += gfx_ghostery gfx_ursuppe gfx_afterglow gfx_fire
14
- GFXMODS_AVAILABLE += gfx_no13
14
+ GFXMODS_AVAILABLE += gfx_no13 gfx_candyswarm gfx_ursuppe2
15
15
16
16
BGMMODS_AVAILABLE += bgm_fish bgm_opc bgm_xyscope bgm_pixelflut
17
17
@@ -29,6 +29,7 @@ GFXMODS_DEFAULT += gfx_affinematrix gfx_ip gfx_candyflow gfx_bttrblls
29
29
GFXMODS_DEFAULT += gfx_sort2D gfx_xorrid gfx_starfield gfx_reddot gfx_sparkburn
30
30
GFXMODS_DEFAULT += gfx_sort1D gfx_rgbmatrix gfx_mandelbrot2 gfx_disturbedcandy
31
31
GFXMODS_DEFAULT += gfx_ghostery gfx_ursuppe gfx_afterglow gfx_fire
32
+ GFXMODS_DEFAULT += gfx_candyswarm gfx_ursuppe2
32
33
33
34
BGMMODS_DEFAULT += bgm_fish bgm_pixelflut
34
35
FLTMODS_DEFAULT += flt_gamma_correct flt_flip_x flt_flip_y flt_scale flt_rot_90
Original file line number Diff line number Diff line change @@ -222,6 +222,10 @@ They are the following:
222
222
223
223
* `gfx_ursuppe`: Wierd particle simulation based on bttrblls. by @cyriax0
224
224
225
+ * `gfx_ursuppe2`: Slightly improved particle simulation. by @cyriax0
226
+
227
+ * `gfx_candyswarm`: Based on `gfx_candyflow` with additional particle physics and graphical effects. by @cyriax
228
+
225
229
* `gfx_afterglow`: CRT Tube like glow effect that uses the last image of the previous effec. by @cyriax0
226
230
227
231
---
You can’t perform that action at this time.
0 commit comments