diff --git a/.gitignore b/.gitignore index 638998e..ebf5205 100644 --- a/.gitignore +++ b/.gitignore @@ -41,51 +41,13 @@ scene.dat BSXScript_* # Images -!back_chapter_0.rpgmvp -!back_chapter_1.rpgmvp -!back_chapter_2.rpgmvp -!back_chapter_3.rpgmvp -!back_chapter_4.rpgmvp -!back_chapter_5.rpgmvp -!back_chapter_6.rpgmvp -!back_chapter_7.rpgmvp -!back_chapter_8.rpgmvp -!back_chapter_EX.rpgmvp -!x_credits_6.rpgmvp -!x_credits_game1.rpgmvp -!x_credits_game10.rpgmvp -!x_credits_game11.rpgmvp -!x_credits_game12.rpgmvp -!x_credits_game13.rpgmvp -!x_credits_game14.rpgmvp -!x_credits_game2.rpgmvp -!x_credits_game3.rpgmvp -!x_credits_game4.rpgmvp -!x_credits_game5.rpgmvp -!x_credits_game6.rpgmvp -!x_credits_game7.rpgmvp -!x_credits_game8.rpgmvp -!x_credits_game9.rpgmvp -!x_menu_淫乱段階0.rpgmvp -!x_menu_淫乱段階1.rpgmvp -!x_menu_淫乱段階2.rpgmvp -!x_menu_淫乱段階3.rpgmvp -!x_menu_露出段階0.rpgmvp -!x_menu_露出段階1.rpgmvp -!x_menu_露出段階2.rpgmvp -!x_menu_露出段階3.rpgmvp -!x_opskip_game1.rpgmvp -!x_opskip_game10.rpgmvp -!x_opskip_game11.rpgmvp -!x_opskip_game12.rpgmvp -!x_opskip_game13.rpgmvp -!x_opskip_game14.rpgmvp -!x_opskip_game2.rpgmvp -!x_opskip_game3.rpgmvp -!x_opskip_game4.rpgmvp -!x_opskip_game6.rpgmvp -!x_opskip_game7.rpgmvp -!x_opskip_game8.rpgmvp -!x_opskip_game9.rpgmvp -!満天工房.rpgmvp -!title_1.rpgmvp +!text.png +!Zキャンセル.png +!キャラ切り替え.png +!ショップ.png +!パラメータ.png +!戦闘上部.png +!操作方法1.png +!操作方法2.png +!操作方法3.png +!武器切り替え.png diff --git a/data/Graphics/picture/Zキャンセル.png b/data/Graphics/picture/Zキャンセル.png new file mode 100644 index 0000000..6853f30 Binary files /dev/null and b/data/Graphics/picture/Zキャンセル.png differ diff --git a/data/Graphics/picture/text.png b/data/Graphics/picture/text.png new file mode 100644 index 0000000..8bc008c Binary files /dev/null and b/data/Graphics/picture/text.png differ diff --git a/data/Graphics/picture/キャラ切り替え.png b/data/Graphics/picture/キャラ切り替え.png new file mode 100644 index 0000000..744cfc3 Binary files /dev/null and b/data/Graphics/picture/キャラ切り替え.png differ diff --git a/data/Graphics/picture/ショップ.png b/data/Graphics/picture/ショップ.png new file mode 100644 index 0000000..8f27235 Binary files /dev/null and b/data/Graphics/picture/ショップ.png differ diff --git a/data/Graphics/picture/パラメータ.png b/data/Graphics/picture/パラメータ.png new file mode 100644 index 0000000..677c2d3 Binary files /dev/null and b/data/Graphics/picture/パラメータ.png differ diff --git a/data/Graphics/picture/戦闘上部.png b/data/Graphics/picture/戦闘上部.png new file mode 100644 index 0000000..7de0133 Binary files /dev/null and b/data/Graphics/picture/戦闘上部.png differ diff --git a/data/Graphics/picture/操作方法1.png b/data/Graphics/picture/操作方法1.png new file mode 100644 index 0000000..6a69f21 Binary files /dev/null and b/data/Graphics/picture/操作方法1.png differ diff --git a/data/Graphics/picture/操作方法2.png b/data/Graphics/picture/操作方法2.png new file mode 100644 index 0000000..c2f51e6 Binary files /dev/null and b/data/Graphics/picture/操作方法2.png differ diff --git a/data/Graphics/picture/操作方法3.png b/data/Graphics/picture/操作方法3.png new file mode 100644 index 0000000..3200d54 Binary files /dev/null and b/data/Graphics/picture/操作方法3.png differ diff --git a/data/Graphics/picture/武器切り替え.png b/data/Graphics/picture/武器切り替え.png new file mode 100644 index 0000000..68c8036 Binary files /dev/null and b/data/Graphics/picture/武器切り替え.png differ