diff --git a/gui/ModifyParameters.py b/gui/ModifyParameters.py index 7311b71..66a38c1 100644 --- a/gui/ModifyParameters.py +++ b/gui/ModifyParameters.py @@ -1,5 +1,4 @@ import tkinter as tk -# from tkinter import * import ttkbootstrap as ttk import os diff --git a/settings.json b/settings.json deleted file mode 100644 index e5e6294..0000000 --- a/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "WIDTH": 1000, - "HEIGHT": 700, - "FULLSCREEN": "OFF", - "HOTBAR_POSITION": "bottom", - "VSYNC": "OFF", - "DEBUG": "True", - "Flashlight_FOV": 5, - "Flashlight_Rays": 15, - "Flashlight_Depth": 500, - "HD_Flashlight": "OFF" -} \ No newline at end of file diff --git a/settingsSetup.py b/settingsSetup.py index e794662..52eb553 100644 --- a/settingsSetup.py +++ b/settingsSetup.py @@ -1,7 +1,7 @@ import os.path import json -settings = {'WIDTH': 1000, 'HEIGHT': 700, 'FULLSCREEN': 'OFF', 'HOTBAR_POSITION': 'bottom', 'VSYNC': 'OFF', 'DEBUG': 'False', 'Flashlight_FOV': 60, 'Flashlight_Rays': 600, 'Flashlight_Depth': 500} +settings = {'WIDTH': 1000, 'HEIGHT': 700, 'FULLSCREEN': 'OFF', 'HOTBAR_POSITION': 'bottom', 'VSYNC': 'OFF', 'DEBUG': 'False', 'Flashlight_FOV': 60, 'Flashlight_Rays': 600, 'Flashlight_Depth': 500, "HD_Flashlight": "OFF"} def start(s=settings): if os.path.exists('settings.json'):