Create constructor for SimpleTIM
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
namespace ControllerTest {
|
||||
using namespace JabyEngine;
|
||||
|
||||
static constexpr auto ControllerButtonTIM = SimpleTIM(384, 0, 384, 511);
|
||||
static constexpr auto ControllerButtonTIM = SimpleTIM::create(384, 0, 384, 511);
|
||||
}
|
||||
Reference in New Issue
Block a user