Skip to content

Commit 15b20cc

Browse files
committed
Make game window larger
1 parent 929b32d commit 15b20cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

linuxdoom-1.10/doom.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
xephyr :2 -ac -screen 320x200x8 &
1+
xephyr :2 -ac -screen 960x600x8 &
22
PID=$!
33
sleep 5
44
pushd linux || exit
5-
./linuxxdoom -disp :2 $@
5+
./linuxxdoom -disp :2 -3 $@
66
popd
77
kill $PID 2> /dev/null

linuxdoom-1.10/xephyr.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xephyr :2 -ac -screen 320x200x8 &
1+
xephyr :2 -ac -screen 960x600x8 &

0 commit comments

Comments
 (0)