mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-02 20:23:11 +02:00
say thanks
This commit is contained in:
parent
b594640ab7
commit
b1065a5533
1 changed files with 7 additions and 0 deletions
|
@ -54,3 +54,10 @@ If a requested font is not found, no error is generated. Instead, a built-in fon
|
|||
* 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.
|
||||
|
||||
## Notable Thanks
|
||||
|
||||
+ Ancurio, who wrote mkxp in the first place
|
||||
+ Savordez and Aeodyn for making stuff work on Windows
|
||||
+ Eblo for the `Graphics.play_movie` implementation
|
||||
+ basically anyone else with commits in here or that reported problems to me
|
||||
|
|
Loading…
Add table
Reference in a new issue