Skip to content

Commit 922d636

Browse files
committed
GNUmakefile/README.md: added gfx_candyswarm, gfx_ursuppe2
1 parent 1cd2685 commit 922d636

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GFXMODS_AVAILABLE += gfx_candyflow gfx_bttrblls gfx_sort2D gfx_xorrid
1111
GFXMODS_AVAILABLE += gfx_starfield gfx_reddot gfx_sparkburn gfx_sort1D
1212
GFXMODS_AVAILABLE += gfx_rgbmatrix gfx_mandelbrot2 gfx_disturbedcandy
1313
GFXMODS_AVAILABLE += gfx_ghostery gfx_ursuppe gfx_afterglow gfx_fire
14-
GFXMODS_AVAILABLE += gfx_no13
14+
GFXMODS_AVAILABLE += gfx_no13 gfx_candyswarm gfx_ursuppe2
1515

1616
BGMMODS_AVAILABLE += bgm_fish bgm_opc bgm_xyscope bgm_pixelflut
1717

@@ -29,6 +29,7 @@ GFXMODS_DEFAULT += gfx_affinematrix gfx_ip gfx_candyflow gfx_bttrblls
2929
GFXMODS_DEFAULT += gfx_sort2D gfx_xorrid gfx_starfield gfx_reddot gfx_sparkburn
3030
GFXMODS_DEFAULT += gfx_sort1D gfx_rgbmatrix gfx_mandelbrot2 gfx_disturbedcandy
3131
GFXMODS_DEFAULT += gfx_ghostery gfx_ursuppe gfx_afterglow gfx_fire
32+
GFXMODS_DEFAULT += gfx_candyswarm gfx_ursuppe2
3233

3334
BGMMODS_DEFAULT += bgm_fish bgm_pixelflut
3435
FLTMODS_DEFAULT += flt_gamma_correct flt_flip_x flt_flip_y flt_scale flt_rot_90

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
---

0 commit comments

Comments
 (0)