summaryrefslogtreecommitdiff
path: root/games/steam
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-06-15 02:58:13 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-06-15 02:58:13 +0200
commit4cfcbd3f435f114b8d29f1bf6d50a0378dd7c028 (patch)
tree92f5e27748cbe167707d8eb98c5cfd78c97c21c8 /games/steam
parent9786e03de9c14445769c4d04130f6512f16fbb9d (diff)
downloadplay-4cfcbd3f435f114b8d29f1bf6d50a0378dd7c028.tar.gz
play-4cfcbd3f435f114b8d29f1bf6d50a0378dd7c028.tar.bz2
play-4cfcbd3f435f114b8d29f1bf6d50a0378dd7c028.zip
added some games; added templates; added debug; moved functions to functions.sh
Diffstat (limited to 'games/steam')
-rw-r--r--games/steam8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/steam b/games/steam
index 1014061..0b71daf 100644
--- a/games/steam
+++ b/games/steam
@@ -1,7 +1,3 @@
-PREFIX="~/.steam"
-SIZE="1280x1024"
-GPATH="c:/programme/steam/steam.exe"
+inherit steam
-steamapp () {
- [[ $# > 0 ]] && export ARGS="-applaunch ${=@}"
-}
+# vim:ft=sh