I used a tutorial to make the basic framework of a joker but the game keeps crashing whenever i try to open it and gives me this crash message
Here's the code i used also
Lua code:
--- STEAMMODDED HEADER
--- MOD_NAME: Johnbo
--- MOD_ID: JOHNBO
--- MOD_AUTHOR: [Wii_Bowler]
--- MOD_DESCRIPTION: I love johnboing it so good yes
--- PREFIX: Jnbo
-----------------------------------------------
---------------MOD CODE ----------------------
SMODS.Atlas{
key = 'Jokers',
path = 'Jokers.png',
px = 71,
py = 95
}
SMODS.Joker{
key = 'joker2',
loc_txt = {
name = 'Johnbo',
text = {
'When Johnbo is collected',
'Give like perma mult idk'
}
},
Atlas = 'Jokers',
pos = {x = 0, y = 0}
}
-----------------------------------------------
----------------MOD CODE END -----------------
Json code:
{
"id": "JOHNBO",
"name": "Johnbo",
"display_name": "Johnbo",
"author": ["Wii_Bowler"],
"description": "Hehehe funny johnbo",
"prefix": "JNBO",
"main_file": "main.lua",
"priority": 0,
"badge_colour": "",
"badge_text_colour": "",
"version": "1.0.0",
"dependencies": []
}