added the glares i missed earlier

-adrian
This commit is contained in:
Adrian Likins 1998-01-19 09:34:02 +00:00
parent f98f667bee
commit c2d5bee38f
8 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,18 @@
GIMP GFlare 0.25
100.000000 NORMAL
100.000000 NORMAL
75.000000 SCREEN
Flare_Glow_Radial_1
%white
%white
75.000000 0.000000 0.000000
Flare_Rays_Radial_1
%white
Flare_Rays_Size_1
100.000000 -75.000000 0.000000
16 20.000000
%blue_grad
%random
%random
16.000000 0.000000 13.600000
POLYGON 6 1

View File

@ -0,0 +1,18 @@
GIMP GFlare 0.25
100.000000 NORMAL
40.000000 SCREEN
20.000000 SCREEN
Flare_Glow_Radial_3
%white
%white
85.000000 0.000000 0.000000
%white_grad
%white
%random
125.000000 0.000000 0.000000
85 60.000000
Flare_Glow_Radial_4
%random
%random
20.000000 0.000000 0.000000
CIRCLE 6 1

View File

@ -0,0 +1,18 @@
GIMP GFlare 0.25
95.300003 NORMAL
23.000000 ADDITION
20.900000 SCREEN
Radial_Glow_1
%white
%white
100.000000 0.000000 -145.899994
%white_grad
%white_grad
%random
70.400002 0.000000 0.000000
21 87.300003
Flare_Radial_103
Flare_Sizefac_101
%random
40.000000 0 0
CIRCLE 6 1

View File

@ -0,0 +1,18 @@
GIMP GFlare 0.25
100.000000 NORMAL
90.000000 ADDITION
50.000000 SCREEN
Flare_Radial_102
%white
%white
136.000000 0.000000 55.000000
%yellow_grad
Flare_Glow_Angular_1
%random
110.000000 140.000000 -12.000000
63 90.000000
Flare_Glow_Radial_4
Flare_Rays_Size_1
%yellow_grad
30.000000 30.000000 40.000000
POLYGON 6 1

View File

@ -0,0 +1,18 @@
GIMP GFlare 0.25
100.000000 NORMAL
50.000000 NORMAL
35.500000 NORMAL
Flare_Radial_101
%white
%white
100.000000 0.000000 0.000000
%white_grad
%random
%random
100.000000 0.000000 0.000000
40 50.000000
Flare_Glow_Radial_1
%random
%random
40.000000 0 0
CIRCLE 6 1

View File

@ -0,0 +1,18 @@
GIMP GFlare 0.25
100.000000 NORMAL
62.799999 NORMAL
37.900002 SCREEN
Flare_Radial_102
%white
%white
100.000000 0.000000 -85.300003
%red_grad
%random
%random
100.000000 0.000000 -155.899994
40 20.000000
Flare_Radial_102
%random
Skyline
40.000000 0 0
CIRCLE 6 3

View File

@ -0,0 +1,18 @@
GIMP GFlare 0.25
100.000000 NORMAL
100.000000 NORMAL
100.000000 NORMAL
Flare_Glow_Radial_2
Flare_Glow_Angular_1
%white
100.000000 0.000000 0.000000
Flare_Rays_Radial_2
%white
%white
50.000000 90.000000 0.000000
2 85.000000
%white
%white
%white
0.000000 0.000000 0.000000
CIRCLE 6 1

View File

@ -0,0 +1,23 @@
## Process this file with automake to produce Makefile.in
gflaresdatadir = $(gimpdatadir)/gflares
gflaresdata_DATA = \
Bright_Star \
Classic \
Default \
Distant_Sun \
GFlare_101 \
GFlare_102 \
Hidden_Planet
EXTRA_DATA =
EXTRA_DIST = $(gflaresdata_DATA)
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done