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