Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
535 bpr 1
 
2
How to add a new photo to the qpuzzle game:
3
 
4
1. Copy a gif file into the photos/ directory. (No bigger than 320x240,
5
   otherwise users will wait too long to load.)
6
 
7
2. From the home directory of the module, run the script makepieces with the 
8
  name of the photo as parameter (no leading directory name, nor extension).
9
 
10
3. Modify files intro.phtml and var.init, to add the name of the photo.
11
  (add one line in intro.phtml, and add just the name in the definition
12
   of photolist, in var.init.)
13
 
14