mirror of
https://github.com/BigJk/end_of_eden.git
synced 2026-02-06 10:48:09 +00:00
fix: view breaking if 1 hp is in damage screen
This commit is contained in:
parent
f2bd471d3e
commit
bdfd8e319f
@ -2,9 +2,10 @@ package ui
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/samber/lo"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/samber/lo"
|
||||
)
|
||||
|
||||
// Numbers is a slice of strings that represent the numbers 0-9 in a 5x5 grid.
|
||||
@ -18,7 +19,7 @@ var Numbers = []string{
|
||||
███
|
||||
██
|
||||
██
|
||||
██ `,
|
||||
██ `,
|
||||
`██████
|
||||
██
|
||||
█████
|
||||
|
||||
Loading…
Reference in New Issue
Block a user