diff options
author | rodri <rgl@antares-labs.eu> | 2024-11-15 23:48:46 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-11-15 23:48:46 +0000 |
commit | b555a1ad730994a42cfecf88bba15ece20d1e6f9 (patch) | |
tree | d8384fa7d0cbb832be2bc8a5b1fe176322706cda /dat.h | |
parent | 30ac819359e5d6de7f6622ba6c01e79457fe8277 (diff) | |
download | battleship-b555a1ad730994a42cfecf88bba15ece20d1e6f9.tar.gz battleship-b555a1ad730994a42cfecf88bba15ece20d1e6f9.tar.bz2 battleship-b555a1ad730994a42cfecf88bba15ece20d1e6f9.zip |
bts: add a little vfx for the buttons. add playvfx helper function.
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ enum { VFXHit = 0, VFXMiss, + VFXShine, NVFX, OH = 0, /* horizontal */ |