Name change
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/hajimehoshi/ebiten/v2"
|
||||
|
||||
"github.com/atridad/BigFeelings/internal/status"
|
||||
"github.com/atridad/LilGuy/internal/status"
|
||||
)
|
||||
|
||||
// HUD overlay anchor.
|
||||
@@ -24,7 +24,7 @@ func (o Overlay) Draw(screen *ebiten.Image, meters []status.Meter) {
|
||||
// Instruction text
|
||||
instructions := Column{
|
||||
Elements: []Element{
|
||||
Label{Text: "Big Feelings", Color: o.Color},
|
||||
Label{Text: "Lil Guy", Color: o.Color},
|
||||
Label{Text: "Move with Arrow Keys / WASD", Color: o.Color},
|
||||
Label{Text: "Hold Shift to Sprint", Color: o.Color}},
|
||||
Spacing: 7,
|
||||
|
||||
Reference in New Issue
Block a user