From 922d53f9b188caced141e0d737385b60ef91baf8 Mon Sep 17 00:00:00 2001 From: "False.Genesis" Date: Mon, 2 Sep 2019 04:02:21 +0200 Subject: [PATCH] Updated modding (markdown) --- modding.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/modding.md b/modding.md index f4f408b..704f5f1 100644 --- a/modding.md +++ b/modding.md @@ -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]] * [[FAQ|faq]] * [[Create/Modify a map|map-basics]] -* [[Tilesets|tilesets]] * [[Warping between maps|map-warps]] ### 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]] * [[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 * [[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 node scripting|node-scripting]] * [[Template scripts|template-scripts]] +* [[Other scripts|other-scripts]] ### Tutorials