aburi6800 / Python-OnyxOfBlack

A retro 3D dungeon role-playing game made in Python.
11 stars 2 forks source link

[ToDo]Enumや定数のクラスが散在しているので、contantディレクトリにまとめる #125

Closed aburi6800 closed 3 years ago

aburi6800 commented 3 years ago

alignment.py direction.py state.py: 新規に作成したconstantパッケージに移動

eventData.py: paramsパッケージに移動

itemType.py: 新規追加

batt;eState.py baseFieldState.py stateCity.py stateDungionB1.py stateCamp.py stateMackeCharacter.py stateTitle.py baseState.py character.py eventHandler.py stateStack.py: battleTestDriver.py onyxofblack.py: 上記パッケージ変更に合わせた修正、コードフォーマットやenemyPartyのgenerate方法など軽微な修正も含む