Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Axel = nook.Villager{ Character: axelCharacter, Personality: personality.Jock, Phrase: axelPhrase} )
View Source
var ( BigTop = nook.Villager{ Character: bigtopCharacter, Personality: personality.Lazy, Phrase: bigtopPhrase} )
View Source
var ( Chai = nook.Villager{ Character: chaiCharacter, Personality: personality.Peppy, Phrase: chaiPhrase} )
View Source
var ( Cyd = nook.Villager{ Character: cydCharacter, Personality: personality.Cranky, Phrase: cydPhrase} )
View Source
var ( Dizzy = nook.Villager{ Character: dizzyCharacter, Personality: personality.Lazy, Phrase: dizzyPhrase} )
View Source
var ( Elina = nook.Villager{ Character: elinaCharacter, Personality: personality.Peppy, Phrase: elinaPhrase} )
View Source
var ( Ellie = nook.Villager{ Character: ellieCharacter, Personality: personality.Normal, Phrase: elliePhrase} )
View Source
var ( Eloise = nook.Villager{ Character: eloiseCharacter, Personality: personality.Snooty, Phrase: eloisePhrase} )
View Source
var ( Margie = nook.Villager{ Character: margieCharacter, Personality: personality.Normal, Phrase: margiePhrase} )
View Source
var ( Opal = nook.Villager{ Character: opalCharacter, Personality: personality.Snooty, Phrase: opalPhrase} )
View Source
var ( Paolo = nook.Villager{ Character: paoloCharacter, Personality: personality.Lazy, Phrase: paoloPhrase} )
View Source
var ( Tia = nook.Villager{ Character: tiaCharacter, Personality: personality.Normal, Phrase: tiaPhrase} )
View Source
var ( Tucker = nook.Villager{ Character: tuckerCharacter, Personality: personality.Lazy, Phrase: tuckerPhrase} )
View Source
var ( Villagers = nook.Villagers{ character.Axel: Axel, character.BigTop: BigTop, character.Chai: Chai, character.Cyd: Cyd, character.Dizzy: Dizzy, character.Elina: Elina, character.Ellie: Ellie, character.Eloise: Eloise, character.Margie: Margie, character.Opal: Opal, character.Paolo: Paolo, character.Tucker: Tucker, character.Tia: Tia} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.