aburi6800 / Python-OnyxOfBlack

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

[ToDo]緑色の髪のパターンも追加する。 #105

Closed aburi6800 closed 3 years ago

aburi6800 commented 3 years ago

他のパターン(武器、防具、など)の位置も変更しなければならないので、面倒だがやる。

aburi6800 commented 3 years ago

onyxofblack.pyxres; イメージバンク1に緑の髪のパターンを追加、他パターンは8ドット下に移動。 baseState.py: drawCharacterメソッドで防具が無いときのイメージ座標を修正。 baseFacilityState.py: drawメソッドの薬のイメージ座標を修正。 armor.py helmet.py shield.py weapon.py: 各パラメタクラスのイメージ座標を修正。

aburi6800 commented 3 years ago

character.py: HumanGeneratorクラスのgenerateメソッドで、頭の乱数範囲を修正。 stateMakeCharacter.py: update_initメソッドの頭のリストで、乱数範囲を修正。 update_select_crothesメソッドの服のイメージ座標を修正。