Add input controller and malon model (i think)
This commit is contained in:
13
Assets/Scripts/InputOptions.cs
Normal file
13
Assets/Scripts/InputOptions.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Scampz.GameJam.Assets.Scripts
|
||||
{
|
||||
public static class InputOptions
|
||||
{
|
||||
public static string Vertical => "Vertical";
|
||||
|
||||
public static string Horizontal => "Horizontal";
|
||||
|
||||
public static string Interact => "Interact";
|
||||
|
||||
public static string Cancel => "Cancel";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user