add end sequence
This commit is contained in:
parent
73bcc2a984
commit
1f330dec14
@ -52,6 +52,15 @@ do
|
||||
done
|
||||
}
|
||||
# -------------------------------------------------------
|
||||
faire_la_fin ()
|
||||
{
|
||||
local NBRE=80
|
||||
for foo in $(seq 0 $NBRE)
|
||||
do
|
||||
addfile "datas/back.png"
|
||||
done
|
||||
}
|
||||
# -------------------------------------------------------
|
||||
|
||||
faire_le_titre
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user