diff --git a/DOCS.md b/DOCS.md index 8e72a9c..fb3b7db 100644 --- a/DOCS.md +++ b/DOCS.md @@ -19,4 +19,4 @@ If you want to run additional code from an external mod of yours, there a few ca * `magic_compass.register_on_after_use(function(player, ID, item_name, pos))`: use it to run additional code AFTER having been teleported ### Graphic aspect -Edit `config.txt` to suit your needs! +Edit `SETTINGS.lua` to suit your needs! diff --git a/config.txt b/config.txt deleted file mode 100644 index 6882855..0000000 --- a/config.txt +++ /dev/null @@ -1,11 +0,0 @@ -menu_title =You can change title and bg in config.txt! - -# you can add as many backgrounds/rows as you want, but be sure to edit load_config.lua too if you do so (EMPTY LINES ARE NOT COUNTED) -menu_gui_bg_2rows =magiccompass_gui_bg_test2.png -menu_gui_bg_4rows =magiccompass_gui_bg_test4.png -menu_gui_bg_6rows =magiccompass_gui_bg_test6.png - -menu_gui_button_bg =magiccompass_gui_button_bg.png - - -