Increase mine pool to 12. Enable mines wall

This commit is contained in:
Diego Marcos
2018-11-08 16:23:43 -08:00
parent f86980bf49
commit cf011c4267

View File

@@ -36,7 +36,7 @@
pool__beat-arrow-red="mixin: arrowRedBeat; size: 10; container: #beatContainer"
pool__beat-dot-blue="mixin: dotBlueBeat; size: 10; container: #beatContainer"
pool__beat-dot-red="mixin: dotRedBeat; size: 10; container: #beatContainer"
pool__beat-mine="mixin: mine; size: 10; container: #beatContainer"
pool__beat-mine="mixin: mine; size: 12; container: #beatContainer"
pool__wall="mixin: wall; size: 10; container: #beatContainer"
pool__beatscore="mixin: beatScore; size: 5; container: #beatContainer"
proxy-event__cleargame1="event: gamemenuexit; as: cleargame; to: a-scene"