Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
draxaris1010 committed Aug 11, 2020
1 parent d17b549 commit b4f052e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions platformer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
-- +-------------------------------------------------------------------------+
-- | Sprites/tiles that look like random stuff are comments in ASCII format, |
-- | to read them, copy the sprite and paste it in an HEX to ASCII converter |
-- | like https://coding.tools/hex-to-ascii. |
-- | like https://coding.tools/hex-to-ascii |
-- | or |
-- | with the following command in linux : |
-- | echo "{{the sprite from the clipboard}}" | xxd -p -r |
-- +-------------------------------------------------------------------------+

-- +-----------------------CONTROLS----------------------+
Expand Down Expand Up @@ -208,7 +211,7 @@ end
-- 040:dddd00000000d000dddd000000000000dddd00000000d000dddd000000000000
-- 041:0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d00d000d0000000000000000000000000
-- 042:000000000000dddd000d00000000dddd000000000000dddd000d00000000dddd
-- 048:6e6f20636c69702074696c65730a000000000000000000000000000000000000
-- 048:6e6f20636c69702074696c65730a000000000000000000000000000020000002
-- 049:2666666265555555655555556555555565555555655555556555555525555552
-- 050:2666666255555555555555555555555555555555555555555555555525555552
-- 051:2666666255555556555555565555555655555556555555565555555625555552
Expand Down Expand Up @@ -248,7 +251,11 @@ end
-- </TILES>

-- <SPRITES>
-- 120:6f6c6420737072697465730a0000000000000000000000000000000000000000
-- 000:637265612070756c7175657320796f7565206265207370720a00000000000000
-- 001:746520616c207265742069662068617674746572697465730000000000000000
-- 016:0000000000000000000000000000000000000000000000000000000020000000
-- 017:0000000000000000000000000000000000000000000000000000000000000002
-- 120:6f6c6420737072697465730a0000000000000000000000000000000020000002
-- 137:6666666655555555555555555555555555555555555555555555555555555555
-- 138:6666666655555556555555565555555655555556555555565555555655555556
-- 139:6666666665555555655555556555555565555555655555556555555565555555
Expand Down
Binary file modified sprites.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4f052e

Please sign in to comment.