1DOLLY 32IMAGE bhop34FROM HOST /Dollyfile-gamedev 88218e68f919ee7ef9f15c2befbbff6c8d6623369ba415d9253dcfc0a0aa12585USE HOST /modules/bhop.dm ca380ee456021868db78ccc255c1dc902a811c9b7e0be8a3d0bb89bbf03c0e0367FILE /etc/dolly/init.slop8 if test -f "$HOME/.dollyrc"; then9 /bin/foreground /bin/slop -e "$HOME/.dollyrc"10 fi11 /bin/foreground /usr/bin/bhop12 printf '\nDolly: image entry exited; entering the recovery Slop shell.\n'13 /bin/foreground -i /bin/slop1415FILE /home/dolly/.dollyrc16 printf '\033[33mDOLLY / AIRTIME: FOUNDRY\033[0m\n'17 printf 'Click once to capture the mouse. Escape releases; Q exits.\n'18 printf 'WASD moves. Space and scroll up/down jump. R restarts; F returns to a checkpoint.\n'19 printf 'Release W in air, then strafe A/D while turning the mouse in the same direction.\n'20 printf '32 jumps: yard, turbine hall, reactor, silos. Yellow pads collapse; cyan checkpoints are safe.\n'21 printf '1-4 practices a section without saving a best time; R starts a full run.\n'22 printf 'Edit /usr/src/dolly/bhop/bhop.c; make -f /usr/src/dolly/bhop/bhop.mk all check.\n\n'2324ENTRY /bin/foreground -i /bin/slop /etc/dolly/init.slop25