Use indented bullet point in readme (#13)

This commit is contained in:
Alex Folland 2023-03-08 19:33:49 +09:00 committed by GitHub
parent 963bd856cf
commit 1e9bc765e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,5 @@ If a requested font is not found, no error is generated. Instead, a built-in fon
## What doesn't work
* wma audio files
* Creating Bitmaps with sizes greater than your hardware's texture size limit (around 16384 on modern cards).^
^ There is an exception to this, called *mega surface*. When a Bitmap bigger than the texture limit is created from a file, it is not stored in VRAM, but regular RAM. Its sole purpose is to be used as a tileset bitmap. Any other operation to it (besides blitting to a regular Bitmap) will result in an error.
* Creating Bitmaps with sizes greater than your hardware's texture size limit (around 16384 on modern cards).
* There is an exception to this, called *mega surface*. When a Bitmap bigger than the texture limit is created from a file, it is not stored in VRAM, but regular RAM. Its sole purpose is to be used as a tileset bitmap. Any other operation to it (besides blitting to a regular Bitmap) will result in an error.