Skip to content

Commit

Permalink
Updated all links to point to new repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackflighter committed Aug 6, 2020
1 parent 7f1952e commit 6e7bf83
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ donjon-painter isn't limited to just the themes it comes with. You can easily ma

Creating a theme is just a matter of making a folder of at least 12 images that comprise those 12 different asset types. Each image should be in the shape of a square, examples of which can be seen in this project's `theme folder`_, the inbuilt themes that donjon-painter comes with. These images will be automatically rotated when necessary - **you only need a single asset of each tile type** to make it work.

.. _theme folder: https://github.com/Blackflighter/donjon-painter/tree/master/donjon_painter/themes
.. _theme folder: https://github.com/donjon-painter/donjon-painter/tree/master/donjon_painter/themes

Having chosen your selected theme, use the command below to make donjon-painter save these rotated images into a proper theme. While it'll work fine without those extra assets, it keeps things orderly, and taxes the script a little less. Make sure to name your image assets according to the `tile asset table`_.

Expand Down
20 changes: 18 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Prerequisites
Installation
============

The packages provided in pyPI and the AUR are outdated.

---------------
Linux and MacOS
---------------
Expand All @@ -36,6 +34,24 @@ Then extract the archive and run in the terminal.

.. _the releases page: https://github.com/donjon-painter/donjon-painter/releases/

------------------------
AUR Package (Arch Linux)
------------------------
If you're using Arch Linux, get the PKGBUILD `from here`_.

.. _from here: https://aur.archlinux.org/packages/donjon-painter/

---------
Using pip
---------
donjon-painter is `available on PyPI`_. Get it using this command:

::

pip install --user --upgrade donjon-painter

.. _available on PyPI: https://pypi.org/project/donjon-painter/

-----------
Windows EXE
-----------
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
license='GPLv3',
description='Graphical map translator for donjon\'s Random Dungeon Generator TSV files.',
long_description=long_description,
url='https://github.com/Blackflighter/donjon-painter',
url='https://github.com/donjon-painter/donjon-painter',
packages=setuptools.find_packages(),
include_package_data=True,
package_dir={'donjon-painter': 'donjon_painter'},
Expand Down

0 comments on commit 6e7bf83

Please sign in to comment.