Create constructor for SimpleTIM

This commit is contained in:
Jaby
2024-09-28 13:13:00 +02:00
parent d258d79f90
commit d029ccce25
8 changed files with 12 additions and 14 deletions

View File

@@ -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);
}