/usr/share/games/trackballs/levels/frg10.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 | (set-track-name (_ "Well done!"))
(set-author "Ulrik Enstad")
(start-time 40)
(cond
((= (difficulty) *easy*)
(add-goal 217 217 #f "")
)
((= (difficulty) *normal*)
(add-goal 217 217 #f "")
)
((= (difficulty) *hard*)
(add-goal 217 217 #f "frgb")
)
)
(set-start-position 220 217)
(set-primary-color (add-flag 217 207 1000 #t 0.1) 66 99 00)
(set-primary-color (add-flag 227 207 1000 #t 0.1) 66 99 00)
(set-primary-color (add-flag 227 217 1000 #t 0.1) 66 99 00)
(set-primary-color (add-flag 227 227 1000 #t 0.1) 66 99 00)
(set-primary-color (add-flag 217 227 1000 #t 0.1) 66 99 00)
(set-primary-color (add-flag 207 227 1000 #t 0.1) 66 99 00)
(set-primary-color (add-flag 207 217 1000 #t 0.1) 66 99 00)
(set-primary-color (add-flag 207 207 1000 #t 0.1) 66 99 00)
(set-primary-color (sign (_ "Amazing! You won the entire game!") 1 20 -1 216.5 216.5) 0.5 0.0 0.5)
(jump 0.0)
|