Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Anicotti = nook.Villager{ Character: anicottiCharacter, Personality: personality.Peppy, Phrase: anicottiPhrase} )
View Source
var ( Bella = nook.Villager{ Character: bellaCharacter, Personality: personality.Peppy, Phrase: bellaPhrase} )
View Source
var ( Bettina = nook.Villager{ Character: bettinaCharacter, Personality: personality.Normal, Phrase: bettinaPhrase} )
View Source
var ( Bree = nook.Villager{ Character: breeCharacter, Personality: personality.Snooty, Phrase: breePhrase} )
View Source
var ( Broccolo = nook.Villager{ Character: broccoloCharacter, Personality: personality.Lazy, Phrase: broccoloPhrase} )
View Source
var ( Candi = nook.Villager{ Character: candiCharacter, Personality: personality.Peppy, Phrase: candiPhrase} )
View Source
var ( Carmen = nook.Villager{ Character: carmenCharacter, Personality: personality.Snooty, Phrase: carmenPhrase} )
View Source
var ( Chadder = nook.Villager{ Character: chadderCharacter, Personality: personality.Smug, Phrase: chadderPhrase} )
View Source
var ( Chico = nook.Villager{ Character: chicoCharacter, Personality: personality.Lazy, Phrase: chicoPhrase} )
View Source
var ( Dora = nook.Villager{ Character: doraCharacter, Personality: personality.Normal, Phrase: doraPhrase} )
View Source
var ( Flossie = nook.Villager{ Character: flossieCharacter, Personality: personality.Peppy, Phrase: flossiePhrase} )
View Source
var ( Greta = nook.Villager{ Character: gretaCharacter, Personality: personality.Snooty, Phrase: gretaPhrase} )
View Source
var ( Limberg = nook.Villager{ Character: limbergCharacter, Personality: personality.Cranky, Phrase: limbergPhrase} )
View Source
var ( Moose = nook.Villager{ Character: mooseCharacter, Personality: personality.Jock, Phrase: moosePhrase} )
View Source
var ( Penelope = nook.Villager{ Character: penelopeCharacter, Personality: personality.Peppy, Phrase: penelopePhrase} )
View Source
var ( Penny = nook.Villager{ Character: pennyCharacter, Personality: personality.Peppy, Phrase: pennyPhrase} )
View Source
var ( Rizzo = nook.Villager{ Character: rizzoCharacter, Personality: personality.Cranky, Phrase: rizzoPhrase} )
View Source
var ( Rod = nook.Villager{ Character: rodCharacter, Personality: personality.Jock, Phrase: rodPhrase} )
View Source
var ( Samson = nook.Villager{ Character: samsonCharacter, Personality: personality.Jock, Phrase: samsonPhrase} )
View Source
var ( Villagers = nook.Villagers{ character.Bella: Bella, character.Anicotti: Anicotti, character.Broccolo: Broccolo, character.Bree: Bree, character.Candi: Candi, character.Chadder: Chadder, character.Chico: Chico, character.Carmen: Carmen, character.Dora: Dora, character.Bettina: Bettina, character.Flossie: Flossie, character.Greta: Greta, character.Limberg: Limberg, character.Moose: Moose, character.Penelope: Penelope, character.Rizzo: Rizzo, character.Rod: Rod, character.Penny: Penny, character.Samson: Samson} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.