Explorar el Código

* Better cacaballs parameters

tags/v0.99.beta14
Jean-Yves Lamoureux jylam hace 20 años
padre
commit
230d5ac181
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      src/cacaball.c

+ 3
- 3
src/cacaball.c Ver fichero

@@ -28,11 +28,11 @@
#define XSIZ 256
#define YSIZ 256

#define METASIZE 100
#define METABALLS 16
#define METASIZE 128
#define METABALLS 12

/* Colour index where to crop balls */
#define CROPBALL 160
#define CROPBALL 200

static void create_ball(void);
static void draw_ball(unsigned int, unsigned int);


Cargando…
Cancelar
Guardar