Finish enemy and weapon customization, removal, Disable debug stuff, remove bottom movement, add set speed/size

This commit is contained in:
csd4ni3l
2025-06-19 21:50:05 +02:00
parent 613ff7eef7
commit a9c6f7dab4
8 changed files with 192 additions and 78 deletions

3
run.py
View File

@@ -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