Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Anabelle = nook.Villager{ Character: anabelleCharacter, Personality: personality.Peppy, Phrase: anabellePhrase} )
View Source
var ( Annalisa = nook.Villager{ Character: annalisaCharacter, Personality: personality.Normal, Phrase: annalisaPhrase} )
View Source
var ( Antonio = nook.Villager{ Character: antonioCharacter, Personality: personality.Jock, Phrase: antonioPhrase} )
View Source
var ( Cyrano = nook.Villager{ Character: cyranoCharacter, Personality: personality.Cranky, Phrase: cyranoPhrase} )
View Source
var ( Lulu = nook.Villager{ Character: luluCharacter, Personality: personality.Snooty, Phrase: luluPhrase} )
View Source
var ( Nosegay = nook.Villager{ Character: nosegayCharacter, Personality: personality.Normal, Phrase: nosegayPhrase} )
View Source
var ( Olaf = nook.Villager{ Character: olafCharacter, Personality: personality.Smug, Phrase: olafPhrase} )
View Source
var ( Pango = nook.Villager{ Character: pangoCharacter, Personality: personality.Peppy, Phrase: pangoPhrase} )
View Source
var ( Snooty = nook.Villager{ Character: snootyCharacter, Personality: personality.Snooty, Phrase: snootyPhrase} )
View Source
var ( Villagers = nook.Villagers{ character.Antonio: Antonio, character.Anabelle: Anabelle, character.Annalisa: Annalisa, character.Cyrano: Cyrano, character.Lulu: Lulu, character.Nosegay: Nosegay, character.Olaf: Olaf, character.Pango: Pango, character.Snooty: Snooty, character.Zoe: Zoe} )
View Source
var ( Zoe = nook.Villager{ Character: zoeCharacter, Personality: personality.Normal, Phrase: zoePhrase} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.