Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Agnes = nook.Villager{ Character: agnesCharacter, Personality: personality.BigSister, Phrase: agnesPhrase} )
View Source
var ( Boris = nook.Villager{ Character: borisCharacter, Personality: personality.Cranky, Phrase: borisPhrase} )
View Source
var ( Chops = nook.Villager{ Character: chopsCharacter, Personality: personality.Smug, Phrase: chopsPhrase} )
View Source
var ( Cobb = nook.Villager{ Character: cobbCharacter, Personality: personality.Jock, Phrase: cobbPhrase} )
View Source
var ( Curly = nook.Villager{ Character: curlyCharacter, Personality: personality.Jock, Phrase: curlyPhrase} )
View Source
var ( Gala = nook.Villager{ Character: galaCharacter, Personality: personality.Normal, Phrase: galaPhrase} )
View Source
var ( Ganon = nook.Villager{ Character: ganonCharacter, Personality: personality.Cranky, Phrase: ganonPhrase} )
View Source
var ( Hambo = nook.Villager{ Character: hamboCharacter, Personality: personality.Jock, Phrase: hamboPhrase} )
View Source
var ( Hugh = nook.Villager{ Character: hughCharacter, Personality: personality.Lazy, Phrase: hughPhrase} )
View Source
var ( Kevin = nook.Villager{ Character: kevinCharacter, Personality: personality.Jock, Phrase: kevinPhrase} )
View Source
var ( Lucy = nook.Villager{ Character: lucyCharacter, Personality: personality.Normal, Phrase: lucyPhrase} )
View Source
var ( Maggie = nook.Villager{ Character: maggieCharacter, Personality: personality.Normal, Phrase: maggiePhrase} )
View Source
var ( Pancetti = nook.Villager{ Character: pancettiCharacter, Personality: personality.Snooty, Phrase: pancettiPhrase} )
View Source
var ( Peggy = nook.Villager{ Character: peggyCharacter, Personality: personality.Peppy, Phrase: peggyPhrase} )
View Source
var ( Pigleg = nook.Villager{ Character: piglegCharacter, Personality: personality.Jock, Phrase: piglegPhrase} )
View Source
var ( Rasher = nook.Villager{ Character: rasherCharacter, Personality: personality.Cranky, Phrase: rasherPhrase} )
View Source
var ( Spork = nook.Villager{ Character: sporkCharacter, Personality: personality.Lazy, Phrase: sporkPhrase} )
View Source
var ( SueE = nook.Villager{ Character: sueeCharacter, Personality: personality.Snooty, Phrase: sueePhrase} )
View Source
var ( Truffles = nook.Villager{ Character: trufflesCharacter, Personality: personality.Peppy, Phrase: trufflesPhrase} )
View Source
var ( Villagers = nook.Villagers{ character.Agnes: Agnes, character.Boris: Boris, character.Chops: Chops, character.Cobb: Cobb, character.Curly: Curly, character.Ganon: Ganon, character.Gala: Gala, character.Hambo: Hambo, character.Hugh: Hugh, character.Kevin: Kevin, character.Lucy: Lucy, character.Maggie: Maggie, character.Pancetti: Pancetti, character.Peggy: Peggy, character.Pigleg: Pigleg, character.Rasher: Rasher, character.Spork: Spork, character.Truffles: Truffles, character.SueE: SueE} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.