Update config scene.
This commit is contained in:
Binary file not shown.
@@ -13,7 +13,7 @@ namespace Cryville.Crtr.Config {
|
|||||||
Button m_button;
|
Button m_button;
|
||||||
|
|
||||||
public void SetKey(InputConfig master, string name) {
|
public void SetKey(InputConfig master, string name) {
|
||||||
m_key.text = name + " ";
|
m_key.text = name;
|
||||||
m_value.text = "None";
|
m_value.text = "None";
|
||||||
m_button.onClick.AddListener(() => {
|
m_button.onClick.AddListener(() => {
|
||||||
master.OpenDialog(name);
|
master.OpenDialog(name);
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user