Name change

This commit is contained in:
2025-11-24 12:18:32 -07:00
parent cd6c1a78b0
commit 175479da69
65 changed files with 624 additions and 191 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/hajimehoshi/ebiten/v2/text/v2"
"golang.org/x/image/font/basicfont"
"github.com/atridad/BigFeelings/internal/status"
"github.com/atridad/LilGuy/internal/status"
)
var (

View File

@@ -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,