We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7657a3 commit afa5b3aCopy full SHA for afa5b3a
kubedoom.go
@@ -174,6 +174,6 @@ func main() {
174
log.Print("You can now connect to it with a VNC viewer at port 5900")
175
176
log.Print("Trying to start DOOM ...")
177
- startCmd("/usr/bin/env DISPLAY=:99 /usr/local/games/psdoom -warp -E1M1")
+ startCmd("/usr/bin/env DISPLAY=:99 /usr/local/games/psdoom -warp -E1M1 -skill 1 -nomouse")
178
socketLoop(listener, mode)
179
}
0 commit comments