Skip to content

Commit 5563fbb

Browse files
committed
Fixing README
1 parent 046e4be commit 5563fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ASEPRITE/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Adds native [ASEPRITE](https://www.aseprite.org/) support to QB64!
55

6-
### USAGE for Dict Object (separately)
6+
### USAGE for ASEPRITE LIB (separately)
77
```basic
88
'Insert at top of file:
99
'$INCLUDE:'path_to_GJ_LIB/ASEPRITE/ASEPRITE.BI' at the top of file
@@ -19,6 +19,7 @@ Adds native [ASEPRITE](https://www.aseprite.org/) support to QB64!
1919
## WHAT'S IN THE LIBRARY (WIP)
2020
| SUB / FUNCTION | NOTES |
2121
|----------------|-------|
22+
| load_aseprite_file& | Top-level convenience loader that returns a composite image handle ready for _PUTIMAGE
2223
| load_aseprite_image | Loads a .ase/.aseprite file into an ASEPRITE_IMAGE structure
2324
| get_aseprite_info$ | Returns human-readable information about an ASEPRITE_IMAGE
2425
| is_valid_aseprite_file | Checks whether a file is a valid Aseprite file
@@ -58,7 +59,6 @@ Adds native [ASEPRITE](https://www.aseprite.org/) support to QB64!
5859
| load_specific_layer_image_enhanced& | Enhanced layer extraction with improved scope handling
5960
| create_aseprite_image_from_layer& | High-level wrapper to create an image from a named/indexed layer
6061
| create_full_composite_image& | Composites all layers for a given frame into a single image handle
61-
| load_aseprite_file& | Top-level convenience loader that returns a composite image handle
6262

6363
### SAMPLE PROGRAMS
6464
- [ASEPRITE.BAS](ASEPRITE.BAS) - Simple implementation to load a `.aseprite` image

0 commit comments

Comments
 (0)