diff options
| -rw-r--r-- | graphics/src/render.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/render.rs b/graphics/src/render.rs index ba6cf81..a206e04 100644 --- a/graphics/src/render.rs +++ b/graphics/src/render.rs @@ -73,7 +73,7 @@ const WALL_HEIGHT: u16 = 7; const VIEW_DISTANCE: u16 = 9; /// The size of padding in the UI -const UI_PADDING: u16 = 8; +const UI_PADDING: u16 = TEXTURE_SIZE / 2; /// The size of the font const FONT_SIZE: u16 = TEXTURE_SIZE; |