mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
More nametags
This commit is contained in:
parent
a1fd036cf0
commit
400aac42b7
2 changed files with 12 additions and 3 deletions
|
@ -540,7 +540,10 @@ MonthlySchedule = ((7,
|
|||
CatalogEmoteItem(24, True),
|
||||
CatalogEmoteItem(25, True),
|
||||
CatalogEmoteItem(26, True),
|
||||
CatalogNametagItem(15, True))),
|
||||
CatalogNametagItem(15, True),
|
||||
CatalogNametagItem(16, True),
|
||||
CatalogNametagItem(17, True),
|
||||
CatalogNametagItem(18, True))),
|
||||
(5,
|
||||
26,
|
||||
6,
|
||||
|
|
|
@ -31,7 +31,10 @@ NametagFonts = (
|
|||
'phase_3/models/fonts/Alie.bam',
|
||||
'phase_3/models/fonts/OysterBar.bam',
|
||||
'phase_3/models/fonts/RedDogSaloon.bam',
|
||||
'phase_3/models/fonts/PBN.ttf'
|
||||
'phase_3/models/fonts/PBN.ttf',
|
||||
'phase_3/models/fonts/Trench.ttf',
|
||||
'phase_3/models/fonts/SomethingStrange.ttf',
|
||||
'phase_3/models/fonts/DinosaursAreAlive.ttf'
|
||||
)
|
||||
NametagFontNames = (
|
||||
'Default',
|
||||
|
@ -49,7 +52,10 @@ NametagFontNames = (
|
|||
'Poetic',
|
||||
'Boardwalk',
|
||||
'Western',
|
||||
'Pixelated'
|
||||
'Pixelated',
|
||||
'Techno',
|
||||
'Metal',
|
||||
'Dinosaurs'
|
||||
)
|
||||
NametagLabel = ' Nametag'
|
||||
BasicNameTag = 'Basic'
|
||||
|
|
Loading…
Reference in a new issue