added the art guide to the docs site

This commit is contained in:
Ell 2021-09-08 20:49:32 +02:00
parent c24d143f8b
commit d11e7bfe99
9 changed files with 20 additions and 11 deletions

View file

@ -1,4 +1,4 @@
<img src="banner.png" width="50%">
<img src="media/banner.png" width="50%">
Welcome to the source code for the Tiny Life documentation site! On the site, you can find the full modding API documentation, a bunch of modding tutorials, as well as an online version of the game's changelog.

View file

@ -0,0 +1,6 @@
# Creating Textures
When creating textures, either for custom mods or to change the game's default textures, there are several things that you will have to look out for. This article provides some guidelines and explanations.
![](~/media/art_guide.png)
*Note that this art guide is work in progress and will be turned into proper documentation soon.*

View file

@ -1,8 +1,12 @@
- name: Getting Custom Content
href: getting.md
- name: Modding Basics
href: mod_basics.md
- name: Testing Cheats
href: cheats.md
- name: Creating Custom Content
items:
- name: Modding Basics
href: mod_basics.md
- name: Creating Textures
href: creating_textures.md
- name: Contributing Localizations
href: localization.md
href: localization.md
- name: Testing Cheats
href: cheats.md

View file

@ -13,14 +13,13 @@
],
"resource": [{
"files": [
"favicon.ico",
"banner.png",
"logo.png"
"media/**"
]
}],
"globalMetadata": {
"_appTitle": "Tiny Life Docs",
"_appLogoPath": "logo.png",
"_appLogoPath": "media/logo.png",
"_appFaviconPath": "media/favicon.ico",
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeDocs\">&copy; 2021 Ellpeck</a> &ndash; <a href=\"https://ellpeck.de/#impressum\">Impressum</a> &ndash; <a href=\"https://ellpeck.de/#privacy\">Privacy</a>"
},
"dest": "_site",

View file

@ -1,4 +1,4 @@
<img src="banner.png" width="50%">
<img src="media/banner.png" width="50%">
Welcome to the Tiny Life documentation site! On here, you can find the full modding API documentation, a bunch of modding tutorials, as well as an online version of the game's changelog.

BIN
media/art_guide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View file

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View file

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 99 KiB

View file

Before

Width:  |  Height:  |  Size: 930 B

After

Width:  |  Height:  |  Size: 930 B