Skip to content

Commit 9d78414

Browse files
committed
chore: debug menu label
1 parent b17fea6 commit 9d78414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/states/factories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ func NewDebugMenuState() es.State[w.World] {
402402
})
403403
return nil
404404
}).
405-
WithChoice("キャラクター作成", func(_ w.World) error {
405+
WithChoice("名前入力", func(_ w.World) error {
406406
messageState.SetTransition(es.Transition[w.World]{
407407
Type: es.TransPush,
408408
NewStateFuncs: []es.StateFactory[w.World]{NewCharacterNamingState},

0 commit comments

Comments
 (0)