Skip to content

Commit

Permalink
Add some variables found in MTG. Fixes #132
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaz1 committed Jun 26, 2018
1 parent 6f2cbc6 commit eaa74f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mods/default/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ SAVEDIR = "LOTT"

-- Definitions made by this mod that other mods can use too
default = {}
default.gui_bg = ""
default.gui_bg_img = "background[5,5;1,1;gui_formbg.png;true]"
default.gui_slots = "listcolors[#606060AA;#606060;#141318;#30434C;#FFF]"

-- Load files
dofile(minetest.get_modpath("default").."/chatcommands.lua")
Expand Down

0 comments on commit eaa74f6

Please sign in to comment.