Skip to content

Commit

Permalink
Fix miss markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 17, 2024
1 parent ea310a5 commit c3354a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions UICONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

## Type structure

**<type>**: div/buttonImage/buttonText/textEntry
**<identifier>**: unique text identifier
**<x>**: float, distance from parent
**<y>**: float, distance from parent
**<r>**: 0-255, red part of RGBA
**<g>**: 0-255, green part of RGBA
**<b>**: 0-255, blue part of RGBA
**<a>**: 0-255, alpha part of RGBA
`<type>`: div/buttonImage/buttonText/textEntry
`<identifier>`: unique text identifier
`<x>`: float, distance from parent
`<y>`: float, distance from parent
`<r>`: 0-255, red part of RGBA
`<g>`: 0-255, green part of RGBA
`<b>`: 0-255, blue part of RGBA
`<a>`: 0-255, alpha part of RGBA

### div

Expand Down

0 comments on commit c3354a3

Please sign in to comment.