From 1e9bc765e40acd4e174ae19a1f4d4f692f00ea3d Mon Sep 17 00:00:00 2001 From: Alex Folland Date: Wed, 8 Mar 2023 19:33:49 +0900 Subject: [PATCH] Use indented bullet point in readme (#13) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05219398..a6d107fe 100644 --- a/README.md +++ b/README.md @@ -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.