Skip to content

Commit 7b3a267

Browse files
committed
Fix OSHS.
1 parent f89f1df commit 7b3a267

File tree

3 files changed

+1538
-1536
lines changed

3 files changed

+1538
-1536
lines changed

oshs.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
rm -Rf /tmp/oshs
4+
./run.sh launcher set_projects_directory /tmp
5+
mkdir -p /tmp/oshs/game
6+
./run.sh launcher generate_gui /tmp/oshs --width 1920 --height 1080 --start
7+
cp /tmp/oshs/game/gui.rpy sphinx/source/oshs/game/gui.rpy
8+
cp /tmp/oshs/game/screens.rpy sphinx/source/oshs/game/screens.rpy
9+
./run.sh sphinx/source/oshs
10+

0 commit comments

Comments
 (0)