Browse Source

* Better cacaballs parameters

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 20 years ago
parent
commit
230d5ac181
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/cacaball.c

+ 3
- 3
src/cacaball.c View File

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


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


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


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


Loading…
Cancel
Save