Switched UI Label to use localized strings.
This commit is contained in:
@ -41,9 +41,9 @@ namespace Dawn {
|
||||
);
|
||||
|
||||
start
|
||||
->then(new VisualNovelTextboxEvent(vnManager, "Starting Game"))
|
||||
->then(new VisualNovelTextboxEvent(vnManager, "test"))
|
||||
->then(new PokerNewGameEvent(vnManager))
|
||||
->then(new VisualNovelTextboxEvent(vnManager, "Game Started"))
|
||||
->then(new VisualNovelTextboxEvent(vnManager, "test"))
|
||||
->then(new PokerInitialEvent(vnManager))
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user