Skip to content

Commit b13151c

Browse files
author
MaximDude
committed
Version change to 1.1 for release
Updated readme
1 parent 935689b commit b13151c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@ Arne's original bend code was used as base and has been modified and improved to
3737
7. Slice the saved image into frames and apply palette.
3838
- Manually touch-up the exported frames if needed.
3939

40-
## Current issues
40+
## Current Issues
4141

4242
- Joint adjustment is only on Y axis and adjusts upper/lower marker equally.
4343
- Works only with input files that are 24x24px tiled (for each limb part. Max input image size is 192x24px for 8 limb parts (4 limbs)).
4444
- Does not save files in .bmp format.
45-
- Editor window and output window are separate.
45+
46+
## Changelog
47+
48+
https://github.com/cortex-command-community/Cortex-Command-Community-Project-Bender/wiki/Changelog
4649

4750
## Credits
4851

cccp-bender-main.bmx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Import BRL.Pixmap
1111
Import BRL.PNGLoader
1212

1313
'Version
14-
Global appVersion:String = "1.0"
15-
Global appVersionDate:String = "23 Aug 2019"
14+
Global appVersion:String = "1.1"
15+
Global appVersionDate:String = "20 Sep 2019"
1616

1717
Rem
1818
------- FILE IO -------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)