This file is indexed.

/usr/share/games/trackballs/levels/child3.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
;;; level child3
;;; This is an easy and short level for young children.
;;; This level was created for my little goddaughter.


(day)
(fog 0.3)

(set-track-name (_ "Pinky"))
(set-author "Attila Boros")

;; Start
(set-start-position 254 252)
(start-time 300) 
(cond
 ((= (difficulty) *easy*)   (start-time 300))
 ((= (difficulty) *normal*) (start-time 180))
 ((= (difficulty) *hard*)   (start-time 120))
)

;; Goal
(add-goal 243 252 #f "child4")

;; Do not jump
(jump 0.1)


(add-cyclic-platform 245 251 245 251 -2.0 -0.5 2.0 0.6)
(add-cyclic-platform 245 245 245 245 -3.5 -2.0 0.5 0.5)

(add-flag 250 248 50 #t 0.1) 
(add-flag 250 249 50 #t 0.1) 
(add-flag 250 250 50 #t 0.1)