Prepare ControllerTest state with art and back functionality

This commit is contained in:
2024-01-04 12:30:17 -06:00
parent 425e093442
commit 64ac557d73
9 changed files with 70 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include <PSX/File/cd_file_types.hpp>
namespace ControllerTest {
using namespace JabyEngine;
static constexpr auto ControllerButtonTIM = SimpleTIM(384, 0, 384, 511);
}