1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-21 12:35:04 +00:00

Updated modding (markdown)

False.Genesis 2019-09-02 04:02:21 +02:00
parent b98164eccd
commit 922d53f9b1

@ -20,7 +20,6 @@ If you have questions that are not answered here, hop on the [#bitblot IRC](http
* [[Getting started|getting-started-with-modding]] * [[Getting started|getting-started-with-modding]]
* [[FAQ|faq]] * [[FAQ|faq]]
* [[Create/Modify a map|map-basics]] * [[Create/Modify a map|map-basics]]
* [[Tilesets|tilesets]]
* [[Warping between maps|map-warps]] * [[Warping between maps|map-warps]]
### Level editor ### Level editor
@ -32,6 +31,19 @@ If you have questions that are not answered here, hop on the [#bitblot IRC](http
* [[Particle viewer|particle-viewer]] * [[Particle viewer|particle-viewer]]
* [[Animation editor|animation-editor]] * [[Animation editor|animation-editor]]
### Data and resources
* [[Tilesets|tilesets]]
* [[Particle effects|particles]]
* [[Animations|animations]]
* [[Songs|songs]]
* [[Shots|shots]]
* [[Mod properties|mod.xml]]
* [[Voiceover and subtitles|vox-subs]]
* [[Sound effects|sound-effects]]
* [[Entity groups|entitygroups.txt]]
* [[Precache|precache.txt]]
* [[World map|worldmap.txt]]
### Scripting ### Scripting
* [[How to Lua|lua-basics]] * [[How to Lua|lua-basics]]
@ -39,6 +51,7 @@ If you have questions that are not answered here, hop on the [#bitblot IRC](http
* [[Guide to entity scripting|entity-scripting]] * [[Guide to entity scripting|entity-scripting]]
* [[Guide to node scripting|node-scripting]] * [[Guide to node scripting|node-scripting]]
* [[Template scripts|template-scripts]] * [[Template scripts|template-scripts]]
* [[Other scripts|other-scripts]]
### Tutorials ### Tutorials