-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathezmod.lua
More file actions
26 lines (22 loc) · 698 Bytes
/
ezmod.lua
File metadata and controls
26 lines (22 loc) · 698 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
name = "EZ Mod Loader"
id = "ezmod"
icon = "icon.jpg"
version = "0.0.1"
author = "Rizwanelansyah"
need_relog = true
files = {}
tags = {
"modloader",
"ui",
"api",
}
desc = [=====[
[G.C.ORANGE::1.2]{self.name} is a @(DynaText{ string = { 'Balatro' }, colours = { G.C.RED }, float = true, shadow = true, scale = __opt.t.scale * 1.4}) \
[G.C.PURPLE]{'Mod Loader'} with an [G.C.WHITE:G.C.BLUE:1.4]{'UI'}
that can [darken(G.C.GREEN, 0.1)]{'download'} [G.C.ORANGE]{'Mod'} directly on the [G.C.RED::1.4]{'Game'} without
reloading the [G.C.RED::1.4]{'Game'} [G.C.UI.TEXT_INACTIVE]{'(Mod must use EZ Mod API to load'}
[G.C.UI.TEXT_INACTIVE]{'without reloading)'}.
]=====]
versions = {
'0.0.1',
}