/usr/share/games/trackballs/levels/con1.scm is in trackballs-data 1.2.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ;;; steep
(set-track-name (_ "Steep"))
(set-author "Russell Valentine")
(start-time 120)
(set-start-position 252 252)
(add-goal 229 227 #f "con2")
(add-flag 247 219 100 #t 0.1)
(add-flag 246 219 100 #t 0.1)
(add-flag 245 219 150 #t 0.1)
(add-modpill 253 216 *mod-jump* 20 0)
|