This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Better cacaballs parameters
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
20 years ago
parent
2453a988e4
commit
230d5ac181
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/cacaball.c
+ 3
- 3
src/cacaball.c
View File
@@ -28,11 +28,11 @@
#define XSIZ 256
#define YSIZ 256
#define METASIZE 1
00
#define METABALLS 1
6
#define METASIZE 1
28
#define METABALLS 1
2
/* Colour index where to crop balls */
#define CROPBALL
16
0
#define CROPBALL
20
0
static void create_ball(void);
static void draw_ball(unsigned int, unsigned int);
Write
Preview
Loading…
Cancel
Save