We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17fea6 commit 9d78414Copy full SHA for 9d78414
internal/states/factories.go
@@ -402,7 +402,7 @@ func NewDebugMenuState() es.State[w.World] {
402
})
403
return nil
404
}).
405
- WithChoice("キャラクター作成", func(_ w.World) error {
+ WithChoice("名前入力", func(_ w.World) error {
406
messageState.SetTransition(es.Transition[w.World]{
407
Type: es.TransPush,
408
NewStateFuncs: []es.StateFactory[w.World]{NewCharacterNamingState},
0 commit comments