-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.lua
More file actions
14 lines (14 loc) · 781 Bytes
/
metadata.lua
File metadata and controls
14 lines (14 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return PlaceObj('ModDef', {
'title', "Lua Console",
'description', "Adds a Lua console to the game that lets you run lua code.\r\n\r\nEvaluate, trace, or watch lua expressions. Write your own helper functions and put them in your scratch pad. Reload your mod code directly inside the game, we'll even do a syntax check for you first!\r\n\r\nAdditional options are available if Waywocket's Mod Config mod is installed, including window transparency and a bundled monospace font (Inconsolata Regular).\r\n\r\nGithub page: https://github.com/thatfool/SMars-Lua-Console",
'image', "luaConsolePreview.png",
'id', "fkm1iEz",
'steam_id', "1335979800",
'author', "special_snowcat",
'version', 18,
'lua_revision', 228722,
'code', {
"Code/Script.lua",
},
'saved', 1523189002,
})