refact
This commit is contained in:
16
lib/character.cat.go
Normal file
16
lib/character.cat.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package lib
|
||||
|
||||
import (
|
||||
"image/color"
|
||||
|
||||
p "git.teletypegames.org/games/pncdsl"
|
||||
)
|
||||
|
||||
var Cat = p.Character{
|
||||
Name: "cat",
|
||||
Sprite: "spr/cat",
|
||||
Speed: 40,
|
||||
SpeechColor: color.RGBA{200, 200, 255, 255},
|
||||
W: 34,
|
||||
H: 20,
|
||||
}
|
||||
Reference in New Issue
Block a user