mirror of
https://github.com/csd4ni3l/aim-trainer.git
synced 2026-01-01 12:13:42 +01:00
Finish enemy and weapon customization, removal, Disable debug stuff, remove bottom movement, add set speed/size
This commit is contained in:
3
run.py
3
run.py
@@ -34,8 +34,11 @@ if not args["fullscreen"]:
|
||||
|
||||
app = Ursina(title="Aim Trainer", development_mode=False, **args)
|
||||
|
||||
window.cog_button.enabled = False
|
||||
window.editor_ui.enabled = True
|
||||
window.fps_counter.enabled = True
|
||||
window.collider_counter.enabled = False
|
||||
window.entity_counter.enabled = False
|
||||
|
||||
if settings.get("music", True):
|
||||
from utils.preload import music_sound
|
||||
|
||||
Reference in New Issue
Block a user