summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-08-01 17:02:17 +0200
committerjak1 <mike.wollmann@gmail.com>2021-08-01 17:02:17 +0200
commita8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3 (patch)
treeb3eb94b0ff4cd3792fcebb8b34e0e7192d0c7b50 /docs
parentc9bdbee1b58b8530b6508ea705d5b9fd9a17f627 (diff)
downloadthepixelworld-a8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3.tar.gz
thepixelworld-a8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3.tar.bz2
thepixelworld-a8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3.tar.xz
thepixelworld-a8fb9c3e5ca4e089b8161b0e0f0150c1100d68c3.zip
added some more features, and fixed some bugs (was to lazy to commit every change *hides)
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog3
-rw-r--r--docs/ClassStructure.md15
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
+