/usr/share/games/trackballs/levels/sl4.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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | ;; SIX LEVELS
;; Hurry up!
;; you have to be really quick to win this level. You don't get any extra time when you die. The level is built a bit like a slide, with sharp turns, lots of obstacles and jumps. And remember, speed is the thing!
(day)
(set-track-name (_ "Hurry up!"))
(set-author "Ulrik Enstad")
(cond
((= (difficulty) *easy*)
(start-time 150)
)
((= (difficulty) *normal*)
(start-time 100)
)
((= (difficulty) *hard*)
(start-time 90)
)
)
(set-start-position 238 238)
(add-modpill 217 213 *mod-large* 20 20)
(set-primary-color (set-acceleration (new-mr-black 215 202) 1.6) 0.5 0.5 0.5)
(set-primary-color (set-acceleration (new-mr-black 221 202) 1.6) 0.5 0.5 0.5)
(set-horizon (set-acceleration (set-primary-color (set-secondary-color (new-mr-black 221 198) 0.0 0.3 1.0) 0.0 0.5 0.0) 6.5) 3.0)
(set-horizon (set-acceleration (set-primary-color (set-secondary-color (new-mr-black 215 198) 0.0 0.3 1.0) 0.0 0.5 0.0) 6.5) 3.0)
(set-acceleration (set-modtime (set-primary-color (set-secondary-color (new-mr-black 215 194) 1.0 1.0 1.0) 0.0 0.3 1.0) *mod-speed* -1.) 8.0)
(set-acceleration (set-modtime (set-primary-color (set-secondary-color (new-mr-black 221 194) 1.0 1.0 1.0) 0.0 0.3 1.0) *mod-speed* -1.) 8.0)
(pipe 209.5 147.6 -0.6 201.5 147.6 -0.6 0.08)
(pipe 209.5 146.4 -0.6 201.5 146.4 -0.6 0.08)
(pipe 175.0 147.0 0.2 174.0 147.0 0.2 0.4)
(pipe-connector 174.0 147.0 0.2 0.4)
(pipe 174.0 147.0 0.2 172.0 147.0 -3.3 0.4)
(pipe-connector 172.0 147.0 -3.3 0.4)
(pipe 172.0 147.0 -3.3 169.0 147.0 -3.3 0.4)
(smart-trigger 141.0 147.0 1.5 (lambda () (set-modtime (set-acceleration (set-primary-color (set-secondary-color (new-mr-black 144.0 147.0) 1.0 1.0 1.0) 0.5 1.0 0.0) 8.0) *mod-large* -1.)) (lambda () #f))
(set-modtime (set-primary-color (set-acceleration (set-modtime
(new-mr-black 80 127) *mod-spike* -1.) 2.3) 0.8 0.0 0.0) *mod-float* -1.)
(add-modpill 102 147 *mod-float* 20 20)
(add-goal 78 9 #f "sl5")
(restart-time 0)
;; hints to win level:
;; short cut/easier way: grab the big ball modpill roll between the parallell pipes
;; short cut (but very difficult): jump up on the edge of the platform where the big ball appairs and continue on the grey way
|