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