FINALLY figured out how to rotate to face a square, thanks to all the help from Twitch chat. I need to study Trig.
This commit is contained in:
parent
d822cb3438
commit
9faad5f263
5 changed files with 85 additions and 11 deletions
|
@ -132,7 +132,6 @@ executable('runtests', sources + [
|
|||
'tests/animation.cpp',
|
||||
'tests/base.cpp',
|
||||
'tests/battle.cpp',
|
||||
'tests/palette.cpp',
|
||||
'tests/components.cpp',
|
||||
'tests/config.cpp',
|
||||
'tests/dbc.cpp',
|
||||
|
@ -146,12 +145,14 @@ executable('runtests', sources + [
|
|||
'tests/map.cpp',
|
||||
'tests/matrix.cpp',
|
||||
'tests/mazes.cpp',
|
||||
'tests/palette.cpp',
|
||||
'tests/pathing.cpp',
|
||||
'tests/rituals.cpp',
|
||||
'tests/shaders.cpp',
|
||||
'tests/sound.cpp',
|
||||
'tests/spatialmap.cpp',
|
||||
'tests/stats.cpp',
|
||||
'tests/systems.cpp',
|
||||
'tests/textures.cpp',
|
||||
],
|
||||
cpp_args: cpp_args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue