Combat UI's elements are now pulled out into gui_gadgets so we have an initial prototype on basic UI elements needed.

This commit is contained in:
Zed A. Shaw 2025-02-16 21:19:21 -05:00
parent 7c1f05c801
commit 8d9c2d8c05
5 changed files with 99 additions and 43 deletions

View file

@ -22,7 +22,7 @@ tracy_build:
meson compile -j 10 -C builddir
test: build
./builddir/runtests "[lel]"
./builddir/runtests
run: build test
powershell "cp ./builddir/zedcaster.exe ."