BryanChiu / Mactivision

CS4ZP6 2020-21 Capstone group. Mini-games
4 stars 5 forks source link

Keyboard Setting #121

Closed Wesley-Guoxy closed 3 years ago

Wesley-Guoxy commented 3 years ago

Description:

I am trying to replace “DigKey” value from “B” to “1” to test the gaming engine. Disappointingly, “1” on the keyboard won’t work at all.

Environment:

Windows10, Python3.7.9, Microsoft Edge version 89.0.774.45 (64-bit)

Steps to Reproduce:

  1. set DigKey to “1” in Battery.json
  2. restart the first mini game
  3. press “1” on keyboard and nothing happens image

Expected Result:

“1” on the keyboard should work as good as “B”

Severity:

LOW

BryanChiu commented 3 years ago

Documentation links to valid Unity KeyCodes. In this case, "Alpha1" should have been used.