VN Textbox Scroll initial version

This commit is contained in:
2023-05-20 22:13:22 -07:00
parent 8df72dace1
commit c69352cf9c
17 changed files with 351 additions and 73 deletions

View File

@@ -14,13 +14,6 @@ namespace Dawn {
protected:
void onStart() override {
std::cout << "TEXT: " << text << std::endl;
useEvent([&](float_t delta) {
if(getScene()->game->inputManager.isPressed(INPUT_BIND_ACCEPT)) {
std::cout << "Text Advance" << std::endl;
this->next();
}
}, getScene()->eventSceneUpdate);
}
};
}