Skip to content

Commit

Permalink
1.19.x: fix a typo (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
srcres258 authored Sep 14, 2023
1 parent 21327c8 commit fd517a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gui/screens.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ An `AbstractContainerScreen` typically requires three parameters: the container
Field | Description
:---: | :---
`imageWidth` | The width of the texture used for the background. This is typically inside a PNG of 256 x 256 and defaults to 176.
`imageHeight` | The width of the texture used for the background. This is typically inside a PNG of 256 x 256 and defaults to 166.
`imageHeight` | The height of the texture used for the background. This is typically inside a PNG of 256 x 256 and defaults to 166.
`titleLabelX` | The relative x coordinate of where the screen title will be rendered.
`titleLabelY` | The relative y coordinate of where the screen title will be rendered.
`inventoryLabelX` | The relative x coordinate of where the player inventory name will be rendered.
Expand Down

0 comments on commit fd517a3

Please sign in to comment.