Changes between Version 19 and Version 20 of pygame_touchpad


Ignore:
Timestamp:
Jan 17, 2012, 10:10:04 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pygame_touchpad

    v19 v20  
    2828
    2929## get current folder path
    30 CURRENT_FOLDER = ${PWD}
     30CURRENT_FOLDER=${PWD}
    3131
    3232## path to the Python runtime
     
    3939## NOTE: it is enough to add the folder
    4040## that contains the Pygame folder to Python path
    41 PYGAME_PATH=${CURRENT_FOLDER}"
     41PYGAME_PATH=${CURRENT_FOLDER}
    4242
    4343## add the Python runtime to the system path
     
    6060## start the example application
    6161## NOTE: the game folder has been renamed to a shorter name
     62echo "** starting example application **"
     63
    6264cd ttt
    6365python main.py