Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
fixed #8 #17
  • Loading branch information
XiadaOku committed Dec 14, 2021
1 parent 1340b48 commit fb28360
Show file tree
Hide file tree
Showing 20 changed files with 81,110 additions and 30,522 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ src/launcher/__pycache__/launcher.cpython-38.pyc
src/launcher/save
src/client/release
src/.idea/encodings.xml
src/launcher/save.json
src/themes/classic_en/__pycache__/resource_rc.cpython-38.pyc
src/themes/classic_ru/__pycache__/resource_rc.cpython-38.pyc
src/themes/dark/__pycache__/resource_rc.cpython-38.pyc
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ You'll need resources of Vangers to install mods on them.
* requests
* PyQt5

* pyinstaller (build)
* pyinstaller (build for launcher.exe)

## Resources ##

Resources are given as pack of pictures, qrc and ui files.

You can build them with pyrcc5 and pyuic5 from PyQt.

interface.py doesn't match with pyuic5 .py file so remember to write additional code when changing interface
Use pyuic5 to build interface and pyrcc5 to build resources

## Build ##

Expand All @@ -43,3 +39,17 @@ Release files:
interface.py
resource_rc.py
update.py

themes
classic_ru
resource_rc.py
theme.json
language.json
classic_en
same as classic_ru
dark
same as classic_ru except it's without language.json (read theme.json)

languages
ru.json
en.json
Binary file added resource/beeb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fb28360

Please sign in to comment.