Skip to content

Commit

Permalink
added settings file, added build number to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
hankmorgan committed Apr 24, 2024
1 parent 174e458 commit f1f4ece
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: create release
uses: ncipollo/release-action@v1.12.0
with:
name: Underworld ${{github.run_number}}
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
tag: release
Expand Down
12 changes: 12 additions & 0 deletions uwsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"pathuw1": "C:\\Games\\UW1",
"pathuw2": "C:\\Games\\UW2",
"gametoload": "UW1",
"level": 5,
"lightlevel" : 6,
"levarkfolder" : "DATA",
"shader" : "UWSHADER",
"FOV" : 75.0,
"showcolliders" : false,
"shaderbandsize" : 8
}

0 comments on commit f1f4ece

Please sign in to comment.