Display special icon when moving bee cursor over gray wrap area
This is done as a reminder to remind the player the bee will attempt to fly through the edge first when placing the target in one of the two gray areas.
#!/bin/shif [ -d QTfrontend ]; then cd QTfrontendelse if [ -d ../QTfrontend ]; then cd ../QTfrontend else echo 'abort: Directory "QTfrontend" not found!' >&2 exit 1 fifiif [ -z "$1" ]; then OUTPUT_DIRECTORY="../doc/QTfrontend"else OUTPUT_DIRECTORY="$1"fiecho "Creating documentation for Qt-Frontend in $OUTPUT_DIRECTORY ..."if [ $(which hg) ]; thenbranch=$(hg identify -b)rev=$(hg identify -rdefault -i)export PROJECT_NUMBER="${branch} branch, ${rev}"export OUTPUT_DIRECTORYfidoxygenexit $?