Feat: Add splash layer (#29)
Add splash layer, support game start, settings, exit Modify settings layer, add "go back to splash" and "exit" Add character threshold for history input Closes #28
This commit is contained in:
@@ -61,6 +61,8 @@ def dummy_avatar(base_world):
|
||||
|
||||
# 强制清空特质(因为 __post_init__ 会在 personas 为空时自动随机生成)
|
||||
av.personas = []
|
||||
# 强制清空功法,防止随机出的功法带有移动步长加成(如逍遥游)
|
||||
av.technique = None
|
||||
av.recalc_effects()
|
||||
|
||||
return av
|
||||
|
||||
Reference in New Issue
Block a user