forked from BurndiL/BalatroAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatlas.lua
More file actions
61 lines (53 loc) · 741 Bytes
/
atlas.lua
File metadata and controls
61 lines (53 loc) · 741 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
-- mod icon
SMODS.Atlas({
key = "modicon",
path = "modicon.png",
px = 32,
py = 32,
})
SMODS.Atlas({
key = "cardback",
path = "cardback.png",
px = 71,
py = 95,
})
SMODS.Atlas({
key = "apicon",
path = "apicon.png",
px = 22,
py = 22,
})
SMODS.Atlas({
key = "balatroicon",
path = "balatroicon.png",
px = 21,
py = 25,
})
SMODS.Atlas({
key = "ap_item_voucher",
path = "v_ap_item.png",
px = 71,
py = 95,
})
SMODS.Atlas({
key = "ap_logo",
path = "ap_logo.png",
px = 66,
py = 66,
})
SMODS.Atlas({
key = "ap_item_tarot",
path = "consumables.png",
px = 71,
py = 95,
})
SMODS.Atlas({
key = "ap_lock",
path = "lock.png",
px = 71,
py = 95,
})
SMODS.Shader({
key = "rand_ap_debuff",
path = "rand_ap_debuff.fs",
})