/usr/share/games/trackballs/levels/jump1.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 | ;;; bridge.scm
(day)
(set-track-name (_ "Bridge"))
(fog)
(set-author "Gerard Pudenz")
(start-time 60)
(set-start-position 240 240)
(add-goal 240 219 #f "jump2")
(add-flag 240 236 150 #t 0.1)
(add-flag 240 233 150 #t 0.1)
(add-flag 240 228 150 #t 0.1)
|