/usr/share/games/trackballs/levels/lv9.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 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ;;; waterworld
(day)
(set-track-name (_ "Water world"))
(set-author "Mathias Broxvall")
(add-goal 188 191 #t "")
(start-time (- 180 (* 15 (difficulty))))
(set-start-position 234 229)
(fog 0.5)
(pipe 251 226 3.4 234 226 3.3 0.4)
(define fountain-1 (fountain 235 226 3.2 0.01 0.1 200.0))
(set-fountain-velocity fountain-1 -0.2 0.0 0.15)
(add-modpill 227 203 *mod-float* 30 45)
(add-modpill 218 203 *mod-extra-life* 30 -1)
(add-cactus 210 202 0.3)
(add-cactus 210 206 0.3)
(set-flag (add-bird 208 214 208 185 0.5 1.5) *bird-constant-height* #t)
(add-flag 207 195 150 #t 0.1)
(add-flag 209 193 150 #t 0.1)
(define mb0 (new-mr-black 198 191))
(if (= (difficulty) *hard*) (set-modtime mb0 *mod-spike* -1.))
(define waterAnimator (animator 1.0 0.0 0.0 -4.2 -3.1 *animator-stop* (lambda (v) (set-cell-water-heights 191 188 201 194 v v v v))))
(switch 192 193 (lambda () (set-animator-direction waterAnimator -0.2)) (lambda () (set-animator-direction waterAnimator 0.2)))
(add-modpill 199 189 *mod-float* (- 30 (* 8 (difficulty))) 45)
(add-cactus 202 195 0.3)
(add-cactus 202 187 0.3)
(add-flag 197 187 150 #t 0.1)
(add-flag 197 195 150 #t 0.1)
(add-cyclic-platform 203 191 207 191 -8.0 -3.0 0.0 0.60)
|