RGBA textures
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user