I don't know if i should post this in the game's original post idk why the game would have an issue anyone have a clue on whats the problem is? It was fine yesterday night not today... same pc nothing different but started getting this when trying to start the game
While running game code:
  File "game/scripts/base/screens.rpy", line 21, in script
    style default:
  File "game/scripts/base/screens.rpy", line 21, in script
    style default:
  File "game/scripts/base/screens.rpy", line 23, in <module>
    language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 550, in main
    renpy.game.context().run(node)
  File "game/scripts/base/screens.rpy", line 21, in script
    style default:
  File "game/scripts/base/screens.rpy", line 21, in script
    style default:
  File "renpy/ast.py", line 2692, in execute
    self.apply()
  File "renpy/ast.py", line 2675, in apply
    value = renpy.python.py_eval(expr)
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/base/screens.rpy", line 23, in <module>
    language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'