diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 3 | ||||
-rw-r--r-- | docs/ClassStructure.md | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog new file mode 100644 index 0000000..698efd7 --- /dev/null +++ b/docs/ChangeLog @@ -0,0 +1,3 @@ +- added commands @who /who @where /w +- implemented TSX loading and rendering like PNG +- fixed rendering last tile in row from tileset (PNG & TSX)
\ No newline at end of file diff --git a/docs/ClassStructure.md b/docs/ClassStructure.md new file mode 100644 index 0000000..76726ac --- /dev/null +++ b/docs/ClassStructure.md @@ -0,0 +1,15 @@ +Client/Server Shared: + World: + Map: + Entities: + Players + Player + Guild + Party + Monster + NPC + Warps + Items: + Equip + Usable + |