feat: accent obert A
This commit is contained in:
parent
63d0524d3c
commit
3e31ecc943
5 changed files with 17 additions and 3 deletions
|
@ -47,6 +47,8 @@ namespace View.UI {
|
|||
_click.Execute();
|
||||
if (_customInput.KeyDown(typeof(TxReader)))
|
||||
_click.Execute();
|
||||
if(_customInput.KeyDown(typeof(AObertaReader)))
|
||||
_click.Execute();
|
||||
}
|
||||
|
||||
public void UpdateView(int score) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue