-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.lua
More file actions
40 lines (36 loc) · 760 Bytes
/
Copy pathmain.lua
File metadata and controls
40 lines (36 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- STEAMODDED HEADER
--- MOD_NAME: LGBT Mult Cards
--- MOD_ID: lgbt_mult_cards
--- PREFIX: lgbt
--- MOD_AUTHOR: [Chicken]
--- MOD_DESCRIPTION: LGBT Mult Cards
--- VERSION: 1.0.0
--- DEPENDENCIES: [malverk]
SMODS.Atlas({
key = "modicon",
path = "icon.png",
px = 34,
py = 34
})
AltTexture({
key = 'lgbt_enhancers',
set = 'Enhanced',
path = 'lgbt_enhancers.png',
keys = {'m_mult'},
original_sheet = 'true',
loc_txt = {
name = 'lgbt_enhancers'
}
})
TexturePack({
key = 'lgbt_skin',
textures = {
'lgbt_enhancers'
},
loc_txt = {
name = 'LGBT_tex',
text = {'LGBT Mult cards'}
}
})
----------------------------------------------
------------MOD CODE END----------------------