Przeglądaj źródła

* Better cacaballs parameters

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 20 lat temu
rodzic
commit
230d5ac181
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      src/cacaball.c

+ 3
- 3
src/cacaball.c Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz