graphics for demo game

This commit is contained in:
2026-05-25 19:55:18 +02:00
parent df7219677e
commit f0b86871f6
10 changed files with 115 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ func definePlayer(g *p.Game) {
Sprite: "spr/player",
Speed: 80,
SpeechColor: color.RGBA{255, 230, 160, 255},
W: 14,
H: 28,
W: 28,
H: 62,
})
}