Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Ava = nook.Villager{ Character: avaCharacter, Personality: personality.Normal, Phrase: avaPhrase} )
View Source
var ( Becky = nook.Villager{ Character: beckyCharacter, Personality: personality.Snooty, Phrase: beckyPhrase} )
View Source
var ( Benedict = nook.Villager{ Character: benedictCharacter, Personality: personality.Lazy, Phrase: benedictPhrase} )
View Source
var ( Betty = nook.Villager{ Character: bettyCharacter, Personality: personality.Normal, Phrase: bettyPhrase} )
View Source
var ( Broffina = nook.Villager{ Character: broffinaCharacter, Personality: personality.Snooty, Phrase: broffinaPhrase} )
View Source
var ( Egbert = nook.Villager{ Character: egbertCharacter, Personality: personality.Lazy, Phrase: egbertPhrase} )
View Source
var ( Goose = nook.Villager{ Character: gooseCharacter, Personality: personality.Jock, Phrase: goosePhrase} )
View Source
var ( Hank = nook.Villager{ Character: hankCharacter, Personality: personality.Jock, Phrase: hankPhrase} )
View Source
var ( Hector = nook.Villager{ Character: hectorCharacter, Personality: personality.Jock, Phrase: hectorPhrase} )
View Source
var ( Ken = nook.Villager{ Character: kenCharacter, Personality: personality.Smug, Phrase: kenPhrase} )
View Source
var ( Knox = nook.Villager{ Character: knoxCharacter, Personality: personality.Cranky, Phrase: knoxPhrase} )
View Source
var ( Leigh = nook.Villager{ Character: leighCharacter, Personality: personality.Peppy, Phrase: leighPhrase} )
View Source
var ( Plucky = nook.Villager{ Character: pluckyCharacter, Personality: personality.BigSister, Phrase: pluckyPhrase} )
View Source
var ( Rhoda = nook.Villager{ Character: rhodaCharacter, Personality: personality.Snooty, Phrase: rhodaPhrase} )
View Source
var ( Villagers = nook.Villagers{ character.Becky: Becky, character.Benedict: Benedict, character.Ava: Ava, character.Betty: Betty, character.Broffina: Broffina, character.Egbert: Egbert, character.Goose: Goose, character.Hank: Hank, character.Hector: Hector, character.Ken: Ken, character.Knox: Knox, character.Leigh: Leigh, character.Plucky: Plucky, character.Rhoda: Rhoda} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.