Compare commits

..

2 Commits

Author SHA1 Message Date
Tonton Th
134fd180c1 oups... 2025-04-12 21:20:43 +02:00
Tonton Th
5361536d30 cosmetic 2025-04-06 13:17:03 +02:00
3 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,8 @@ DIMS = -W1600 -H1200
POVOPT = +q9 +A -d POVOPT = +q9 +A -d
POVDEP = contexte.inc hexacone.inc hexabenz.inc \ POVDEP = contexte.inc hexacone.inc hexabenz.inc \
globals.inc hexawood.inc datas/hf.png \ globals.inc hexawood.inc datas/hf.png \
dynamic.inc trident.inc groundbase.inc dynamic.inc trident.inc groundbase.inc \
gadgets.inc
CK=180 CK=180

View File

@ -3,7 +3,7 @@
Img_Width=1024 Img_Width=1024
Img_Height=720 Img_Height=720
TEXTCOL="OliveDrab2" TEXTCOL="LawnGreen"
STROKOL="Gray20" STROKOL="VioletRed"
NBFRAMES=360 NBFRAMES=360

View File

@ -51,6 +51,7 @@ convert "WS/negatif.png" \
for foo in $(seq 0 $NBRE) for foo in $(seq 0 $NBRE)
do do
copy_a_file $INTER copy_a_file $INTER
# :
done done
for foo in $(seq 0 $NBRE) for foo in $(seq 0 $NBRE)