Got some new sounds and camera shake came back but has a bug.

This commit is contained in:
Zed A. Shaw 2024-11-08 13:18:43 -05:00
parent ed9d0de8e0
commit 113811bc84
10 changed files with 30 additions and 9 deletions

View file

@ -1,4 +1,4 @@
project('lcthw-utilities', 'cpp',
project('roguish', 'cpp',
default_options: [ 'cpp_std=c++20' ])
catch2 = dependency('catch2-with-main')