This file is indexed.

/usr/share/games/trackballs/levels/dn3.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
;;; DevNull- level 3

(day)                           ;; Sets daylight for this level. M
(set-track-name (_ "Water jumping"))         ;; The name of the levelM
(set-author "Francek") ;;
(start-time 100)                ;; We have two minutes to complete levelM
(set-start-position 253 254) ;; Where the player appearsM
(add-goal 231 184 #t "dn4")     ;; Where we should go (200,200) and which level"l
                                ;; play when we are finished.M
(fog 0.3)
(diamond 253 184)

(if (= (difficulty) *hard*)
    (new-mr-black 252.5 231.5))
(if (= (difficulty) *normal*)
    (add-modpill 253 251 *mod-spike* 15 30))

(add-flag 237 184 200 #t 0.1)
(add-flag 243 184 150 #t 0.1)
(add-flag 240 184 150 #t 0.1)
(add-flag 253 240 250 #t 0.1)