Added menu and sprinting

This commit is contained in:
2025-11-19 08:50:39 -07:00
parent bd33e7e123
commit c5a3bcb3f4
5 changed files with 494 additions and 59 deletions

View File

@@ -24,10 +24,9 @@ func (o Overlay) Draw(screen *ebiten.Image, meters []status.Meter) {
// Instruction text
instructions := Column{
Elements: []Element{
Label{Text: "Systems Prototype", Color: o.Color},
Label{Text: "Big Feelings", Color: o.Color},
Label{Text: "Move with Arrow Keys / WASD", Color: o.Color},
Label{Text: "Track resource signals and plan ahead.", Color: o.Color},
},
Label{Text: "Hold Shift to Sprint", Color: o.Color}},
Spacing: 7,
}
instructions.Draw(screen, 16, 16)