feat: expose extra_card and extra_card_style script accessible variables

This commit is contained in:
Brendan Hagan
2022-07-14 17:30:45 -04:00
parent 42a973e6f7
commit 4f7fa585f7
4 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Features:
* Center align the loaded image by default in the Image Slice Window.
* Add Buttons to Align the loaded image in the Image Slice Window. (haganbmj/#18)
* Add filter box to Game and Stylesheet selection. (haganbmj/#1)
* Add `extra_card("field name")` script function for accessing Extra Card Fields. (haganbmj/#2)
* Add `extra_data("field name")` script function for accessing Extra Card Fields. (haganbmj/#2)
* Add Clear button to console panel. (haganbmj/#4)
* Store images internally with PNG extension for ease of manual tinkering. (haganbmj/#5)
* Add ability to change scale (relative to template) of internally stored images. (haganbmj/#6, haganbmj/#15)