Skip to content

Commit

Permalink
fix the text around the images
Browse files Browse the repository at this point in the history
  • Loading branch information
realSquidCoder committed Jan 20, 2025
1 parent 7d6fe7d commit 95b2536
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/guides/stonesense-art-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ The way sprites are loaded is fairly generalized. With the exception of floors,
all sprites are 32x32 pixels big and come in groups known as Sprite Sheets. All sprites are loaded and
rendered in 32-bit full-color PNGs.

Here's an example of a typical Stonesense sprite:

.. figure:: ../images/Stonesene_sprite_sample.png
:align: left

Here's an example of a typical Stonesense sprite.

Note that, in order not to conflict with neighboring sprites, a sprite must actually be within a smaller
area than its 32x32 block. A template for the area used by most sprites is:

Expand All @@ -42,7 +43,8 @@ the sheet will not affect it.

This image shows how sprites are indexed. Note: Grid added for readability.
.. figure:: ../images/Stonesense_indexed_sprites.png
:align: left
:align: left


Specific Sprite Sheets
----------------------
Expand Down

0 comments on commit 95b2536

Please sign in to comment.