Add missing import
This commit is contained in:
parent
82656d8308
commit
7b0755d2ad
2 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"author": [
|
||||
"Emik"
|
||||
],
|
||||
"version": "2.4.2",
|
||||
"version": "2.4.3",
|
||||
"badge_colour": "8BE9FD",
|
||||
"main_file": "src/main.lua",
|
||||
"badge_text_colour": "44475A",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
local f, q, u = unpack(... or require "lib.shared")
|
||||
|
||||
SMODS.Atlas {
|
||||
px = 71,
|
||||
py = 95,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue