Added Delilah + King Animation sprites

replaced Percy penguin with Delilah in  main file.
main
Cahley 2022-11-15 14:51:29 -08:00
parent 7c89210c85
commit e20133d5d0
6 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -24,7 +24,7 @@ const (
) )
func DefinePenguinAnimations() { func DefinePenguinAnimations() {
filename := sprite.PERCYWALKING filename := sprite.DELILAHWALKING
var ( var (
dimensions sdl.Point dimensions sdl.Point

View File

@ -10,12 +10,16 @@ const (
PENGUIN = "assets/images/penguin.png" PENGUIN = "assets/images/penguin.png"
PERCYWALKING = "assets/images/percywalking.png" PERCYWALKING = "assets/images/percywalking.png"
PLATFORMER_FOREST_CHARACTERS = "assets/images/a-platformer-in-the-forest/characters.png" PLATFORMER_FOREST_CHARACTERS = "assets/images/a-platformer-in-the-forest/characters.png"
DELILAHWALKING = "assets/images/Delilah_walking.png"
KINGWALKING = "assets/images/King_walking.png"
) )
var fileList []string = []string{ var fileList []string = []string{
PENGUIN, PENGUIN,
PERCYWALKING, PERCYWALKING,
PLATFORMER_FOREST_CHARACTERS, PLATFORMER_FOREST_CHARACTERS,
DELILAHWALKING,
KINGWALKING,
} }
var ( var (