This commit is contained in:
2025-03-04 18:04:04 +08:00
parent 471ff75954
commit e9b3d81edf
120 changed files with 61974 additions and 59142 deletions

View File

@@ -1,4 +1,4 @@
VERSION = '1.0.1f'
VERSION = '1.0.1o'
VERSION = VERSION..'-FULL'
--check_version
@@ -156,6 +156,7 @@ function Game:set_globals()
colourblind_option = false,
language = 'en-us',
screenshake = true,
run_stake_stickers = false,
rumble = self.F_RUMBLE,
play_button_pos = 2,
GAMESPEED = 1,
@@ -177,6 +178,14 @@ function Game:set_globals()
}
},
},
CUSTOM_DECK = {
Collabs = {
Spades = 'default',
Hearts = 'default',
Clubs = 'default',
Diamonds = 'default',
}
},
GRAPHICS = {
texture_scaling = 2,
shadows = 'On',
@@ -185,6 +194,48 @@ function Game:set_globals()
},
}
self.COLLABS = {
pos = { Jack = {x=0,y=0}, Queen = {x=1,y=0}, King = {x=2,y=0} },
options = {
Spades = {
'default',
'collab_TW',
'collab_CYP',
'collab_SK',
'collab_DS',
'collab_AC',
'collab_STP',
},
Hearts = {
'default',
'collab_AU',
'collab_TBoI',
'collab_CL',
'collab_D2',
'collab_CR',
'collab_BUG',
},
Clubs = {
'default',
'collab_VS',
'collab_STS',
'collab_PC',
'collab_WF',
'collab_FO',
'collab_DBD'
},
Diamonds = {
'default',
'collab_DTD',
'collab_SV',
'collab_EG',
'collab_XR',
'collab_C7',
'collab_R'
}
},
}
self.METRICS = {
cards = {
used = {},