summaryrefslogtreecommitdiffstats
path: root/hacks/config/pong.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/pong.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/pong.xml')
-rw-r--r--hacks/config/pong.xml46
1 files changed, 0 insertions, 46 deletions
diff --git a/hacks/config/pong.xml b/hacks/config/pong.xml
deleted file mode 100644
index 6ae353a..0000000
--- a/hacks/config/pong.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="pong" _label="Pong">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=2jPmisDwwi0"/>
-
- <hgroup>
- <vgroup>
- <number id="speed" type="slider" arg="-speed %"
- _label="Game speed" _low-label="Slow" _high-label="Fast"
- low="1" high="20" default="6"/>
-
- <number id="noise" type="slider" arg="-noise %"
- _label="Noise" _low-label="Crisp" _high-label="Noisy"
- low="0.00" high="5.00" default="0.04"/>
-
- <hgroup>
- <boolean id="clock" _label="Clock mode" arg-set="-clock"/>
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
- </hgroup>
- </vgroup>
-
- <vgroup>
- <number id="tvbrightness" type="slider" arg="-tv-brightness %"
- _label="Brightness Knob" _low-label="Low" _high-label="High"
- low="-75.0" high="100.0" default="3.0"/>
- <number id="tvcontrast" type="slider" arg="-tv-contrast %"
- _label="Contrast Knob" _low-label="Low" _high-label="High"
- low="0" high="500" default="150"/>
- </vgroup>
- </hgroup>
-
- <xscreensaver-updater />
-
- <_description>
-The 1971 Pong home video game, including artifacts of an old color TV set.
-
-In clock mode, the score keeps track of the current time.
-
-https://en.wikipedia.org/wiki/Pong
-
-Written by Jeremy English, Trevor Blackwell and Jamie Zawinski; 2003.
- </_description>
-</screensaver>