Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Beardo = nook.Villager{ Character: beardoCharacter, Personality: personality.Smug, Phrase: beardoPhrase} )
View Source
var ( Charlise = nook.Villager{ Character: charliseCharacter, Personality: personality.BigSister, Phrase: charlisePhrase} )
View Source
var ( Chow = nook.Villager{ Character: chowCharacter, Personality: personality.Cranky, Phrase: chowPhrase} )
View Source
var ( Curt = nook.Villager{ Character: curtCharacter, Personality: personality.Cranky, Phrase: curtPhrase} )
View Source
var ( Dozer = nook.Villager{ Character: dozerCharacter, Personality: personality.Lazy, Phrase: dozerPhrase} )
View Source
var ( Grizzly = nook.Villager{ Character: grizzlyCharacter, Personality: personality.Cranky, Phrase: grizzlyPhrase} )
View Source
var ( Groucho = nook.Villager{ Character: grouchoCharacter, Personality: personality.Cranky, Phrase: grouchoPhrase} )
View Source
var ( Ike = nook.Villager{ Character: ikeCharacter, Personality: personality.Cranky, Phrase: ikePhrase} )
View Source
var ( Klaus = nook.Villager{ Character: klausCharacter, Personality: personality.Smug, Phrase: klausPhrase} )
View Source
var ( Megan = nook.Villager{ Character: meganCharacter, Personality: personality.Normal, Phrase: meganPhrase} )
View Source
var ( Nate = nook.Villager{ Character: nateCharacter, Personality: personality.Lazy, Phrase: natePhrase} )
View Source
var ( Paula = nook.Villager{ Character: paulaCharacter, Personality: personality.BigSister, Phrase: paulaPhrase} )
View Source
var ( Pinky = nook.Villager{ Character: pinkyCharacter, Personality: personality.Peppy, Phrase: pinkyPhrase} )
View Source
var ( Teddy = nook.Villager{ Character: teddyCharacter, Personality: personality.Jock, Phrase: teddyPhrase} )
View Source
var ( Tutu = nook.Villager{ Character: tutuCharacter, Personality: personality.Peppy, Phrase: tutuPhrase} )
View Source
var ( Ursala = nook.Villager{ Character: ursalaCharacter, Personality: personality.BigSister, Phrase: ursalaPhrase} )
View Source
var ( Villagers = nook.Villagers{ character.Beardo: Beardo, character.Charlise: Charlise, character.Chow: Chow, character.Curt: Curt, character.Dozer: Dozer, character.Grizzly: Grizzly, character.Groucho: Groucho, character.Ike: Ike, character.Klaus: Klaus, character.Megan: Megan, character.Nate: Nate, character.Paula: Paula, character.Pinky: Pinky, character.Teddy: Teddy, character.Tutu: Tutu, character.Ursala: Ursala} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.