diff options
| author | miguel <miguel@localhost> | 2017-09-13 11:55:36 +0200 |
|---|---|---|
| committer | miguel <miguel@localhost> | 2017-09-13 11:55:36 +0200 |
| commit | 1555b96b32a919c3e3b9e44ac1d80dab005d9ab8 (patch) | |
| tree | 1e067e6a8915d638509adc2c16229b5ed600209c /World.h | |
| parent | e2063047ee1d145dbdf1963a23f183cc9db9bf52 (diff) | |
added coin collecting sounds
Diffstat (limited to 'World.h')
| -rw-r--r-- | World.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ struct Player int anim; bool dead; bool win; + bool collected_coin; }; struct World |
