refactored the UI & fixed a bug that would crash everything

This commit is contained in:
Stefan Stefanov 2024-04-22 19:00:14 +03:00
parent 73202f5dfc
commit 6863124384
6 changed files with 322 additions and 310 deletions

View file

@ -1,2 +1,2 @@
@echo off
odin build src/aseprite_odin_generator -define:RAYLIB_SHARED=true -out:build_generator/aseprite_odin_generator.exe -debug
odin build src/main_release -define:RAYLIB_SHARED=true -out:build/game_debug.exe -debug