Add the frame width/height to SpriteTexture. Closes #13

This commit is contained in:
Zed A. Shaw 2025-06-27 01:21:50 -04:00
parent ea92dcc3c4
commit 19682fd0bc
4 changed files with 39 additions and 12 deletions

View file

@ -57,7 +57,7 @@ clean:
meson compile --clean -C builddir
debug_test: build
gdb --nx -x .gdbinit --ex run --args builddir/runtests -e "[matrix:viewport]"
gdb --nx -x .gdbinit --ex run --args builddir/runtests -e
win_installer:
powershell 'start "C:\Program Files (x86)\solicus\InstallForge\bin\ifbuilderenvx86.exe" scripts\win_installer.ifp'