1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-09 07:13:54 +02:00
This commit is contained in:
Laserlicht 2023-09-30 23:58:49 +02:00 committed by GitHub
parent 58dfc55ca3
commit 182d762135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,22 @@ Configurable object has following structure:
`"text"`: [text](#text),
### TextBox
`"type": "textBox"`
`"name": "string"` optional, object name
`"font"`: [font](#font)
`"alignment"`: [alignment](#text-alignment),
`"color"`: [color](#color),
`"text"`: [text](#text),
`"rect"`: [rect](#rect)
### Picture
`"type": "picture"`
@ -559,6 +575,18 @@ Filling area with texture
`"rect"`: [rect](#rect)
### TransparentFilledRectangle
`"type": "transparentFilledRectangle"`
`"name": "string"` optional, object name
`"color"`: [color](#color) fill color of rectangle (supports transparency)
`"colorLine"`: [color](#color) optional, 1px border color
`"rect"`: [rect](#rect)
### Animation
`"type": "animation"`