Copyright 2011 ParadropSoft.
All Rights Reserved.
This and other ParadropSoft products are trademarks.
Don't copy! Library made by ferrari4/xnxn390/uxcw22.
-------------------------------------------------------------------
BexPL - How to use?

Make label and load characters:
LABEL example:
	bexpl: datafile bexpl.bin,BIN

Load with command "loadtiles".

Characters loading example:
		loadtiles bexpl,18,256

0-255 - normal characters
Notice! BexPL has got 18 tiles. Second argument must be 18. With all it must be 24.

If have you got problems make constants. Example:

		const #pl_a=258
		const #pl_e=256

ETC

Order of characters:
1 - 
2 - 
3 - 
4 - 
5 - 
6 - 
7 - 
8 - 
9 - 
10 - 
11 - 
12 - 
13 - 
14 - 
15 - 
16 - 
17 - 
18 - 

Example of application:
		loadtiles bexpl,18,256
		const #pl_se=265 ' pl - polish character, S - small, e - letter
		print "Lubie placki!"
		drawtile 265,5,1

	bexpl: datafile bexpl.bin,BIN


Notice! "BexPL.bin" must be in basiegaxorz's catalog or project's catalog.
Notice! 6 tiles at end are informations about date of creation, version and who made it.