@@ -0,0 +1,21 @@
|
||||
package character
|
||||
|
||||
import (
|
||||
inkwell "git.teletypegames.org/engines/inkwell"
|
||||
"git.teletypegames.org/games/realworld/inc"
|
||||
"git.teletypegames.org/games/realworld/inc/theme"
|
||||
)
|
||||
|
||||
func init() {
|
||||
Manager.Register(Character{
|
||||
Name: inc.Paul,
|
||||
Speed: 96,
|
||||
W: 28,
|
||||
H: 68,
|
||||
Start: inkwell.Point{
|
||||
X: 320,
|
||||
Y: 232,
|
||||
},
|
||||
SpeechColor: theme.Ink,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user