File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 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
1111GFXMODS_AVAILABLE += gfx_starfield gfx_reddot gfx_sparkburn gfx_sort1D
1212GFXMODS_AVAILABLE += gfx_rgbmatrix gfx_mandelbrot2 gfx_disturbedcandy
1313GFXMODS_AVAILABLE += gfx_ghostery gfx_ursuppe gfx_afterglow gfx_fire
14- GFXMODS_AVAILABLE += gfx_no13
14+ GFXMODS_AVAILABLE += gfx_no13 gfx_candyswarm gfx_ursuppe2
1515
1616BGMMODS_AVAILABLE += bgm_fish bgm_opc bgm_xyscope bgm_pixelflut
1717
@@ -29,6 +29,7 @@ GFXMODS_DEFAULT += gfx_affinematrix gfx_ip gfx_candyflow gfx_bttrblls
2929GFXMODS_DEFAULT += gfx_sort2D gfx_xorrid gfx_starfield gfx_reddot gfx_sparkburn
3030GFXMODS_DEFAULT += gfx_sort1D gfx_rgbmatrix gfx_mandelbrot2 gfx_disturbedcandy
3131GFXMODS_DEFAULT += gfx_ghostery gfx_ursuppe gfx_afterglow gfx_fire
32+ GFXMODS_DEFAULT += gfx_candyswarm gfx_ursuppe2
3233
3334BGMMODS_DEFAULT += bgm_fish bgm_pixelflut
3435FLTMODS_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:
222222
223223* `gfx_ursuppe`: Wierd particle simulation based on bttrblls. by @cyriax0
224224
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+
225229* `gfx_afterglow`: CRT Tube like glow effect that uses the last image of the previous effec. by @cyriax0
226230
227231---
You can’t perform that action at this time.
0 commit comments