Progress untangle

This commit is contained in:
2023-06-14 21:14:52 -07:00
parent 29bb22b5d0
commit e978ae6e66
10 changed files with 191 additions and 106 deletions

View File

@ -5,7 +5,7 @@
#pragma once
#include "scene/SceneItemComponent.hpp"
#include "scene/components/ui/text/UILabelNew.hpp"
#include "scene/components/ui/text/UILabel.hpp"
#include "input/InputManager.hpp"
#define VN_TEXTBOX_SPEED 25.0f
@ -15,7 +15,7 @@ namespace Dawn {
class VNTextboxScroller : public SceneItemComponent {
public:
// @optional
StateProperty<UILabelNew*> label;
StateProperty<UILabel*> label;
StateEvent<> eventReadyToClose;
StateEvent<> eventCharacterRevealed;