You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,16 @@ maps made with newer versions of Tiled just as well.
11
11
12
12
Be sure to take a look at the release notes to see what's new!
13
13
14
-
##Documentation
14
+
# Documentation
15
15
16
16
There is a `Doxygen` generated documentation of Tileson that can be found [HERE](https://ssbmtonberry.github.io/tileson/html)
17
17
18
18
### IMPORTANT: Tileson requires that everything it needs in a map is embedded into it, to be able to resolve their related objects. Maps having external references to tilesets etc. will not work.
19
19
20
+
# How to contribute
21
+
You are free to post any issue requesting new features, reporting bugs or asking questions at any time.
22
+
If you want to contribute in the development of `Tileson`, make sure you read the [CONTRIBUTION GUIDELINES](https://github.com/SSBMTonberry/tileson/blob/master/CONTRIBUTION.md)
23
+
before you start doing anything.
20
24
21
25
# Tileson is header-only!
22
26
This means that all you need is one file, `single_include/tileson.hpp` to have Tileson going
0 commit comments