Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hohenzoler committed Feb 7, 2024
1 parent e67c794 commit 32ac766
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion gui/ModifyParameters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import tkinter as tk
# from tkinter import *
import ttkbootstrap as ttk
import os

Expand Down
12 changes: 0 additions & 12 deletions settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion settingsSetup.py
Original file line number Diff line number Diff line change
@@ -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'):
Expand Down

0 comments on commit 32ac766

Please sign in to comment.