RGBA textures

This commit is contained in:
2026-02-05 21:57:56 -06:00
parent dd697d5650
commit 1af5f238e4
18 changed files with 370 additions and 154 deletions

View File

@@ -62,6 +62,8 @@ errorret_t engineInit(const int32_t argc, const char_t **argv) {
" inputBind(\"lstick_down\", INPUT_ACTION_DOWN)\n"
" inputBind(\"lstick_left\", INPUT_ACTION_LEFT)\n"
" inputBind(\"lstick_right\", INPUT_ACTION_RIGHT)\n"
// "elseif PLATFORM == \"gamecube\" then\n"
// " inputBind(\"start\", INPUT_ACTION_RAGEQUIT)\n"
"else\n"
" if INPUT_KEYBOARD then\n"
" inputBind(\"w\", INPUT_ACTION_UP)\n"
@@ -79,8 +81,7 @@ errorret_t engineInit(const int32_t argc, const char_t **argv) {
" end \n"
"end\n"
// "localeSet(DUSK_LOCALE_EN_US)\n"
"sceneSet('scene/initial.dsf')\n"
// "sceneSet('scene/initial.dsf')\n"
));
scriptContextDispose(&ctx);