From beaf97763c9e71c665114b62db0c4c22e667de9a Mon Sep 17 00:00:00 2001 From: yzqaq <2723471771@qq.com> Date: Mon, 22 Jul 2019 16:05:25 +0800 Subject: [PATCH] complete highest Score function ,a confirm window when click quit --- FishGame/.idea/encodings.xml | 6 + FishGame/.idea/misc.xml | 6 + FishGame/.idea/modules.xml | 8 + FishGame/.idea/vcs.xml | 6 + FishGame/.idea/workspace.xml | 524 ++++++++++++++++++ FishGame/FishGame.iml | 117 ++++ .../bin/com/mypro/base/graphics/Bitmap.class | Bin 1981 -> 1981 bytes .../bin/com/mypro/base/graphics/Canvas.class | Bin 318 -> 318 bytes .../bin/com/mypro/base/graphics/Matrix.class | Bin 218 -> 218 bytes .../bin/com/mypro/base/graphics/Paint.class | Bin 285 -> 285 bytes FishGame/bin/com/mypro/base/tools/Log.class | Bin 895 -> 896 bytes .../basecomponet/AwtMainComponet$1.class | Bin 1534 -> 1521 bytes .../basecomponet/AwtMainComponet$2.class | Bin 690 -> 1530 bytes .../basecomponet/AwtMainComponet$3.class | Bin 0 -> 686 bytes .../mypro/basecomponet/AwtMainComponet.class | Bin 1894 -> 2619 bytes .../bin/com/mypro/basecomponet/JMatrix.class | Bin 1012 -> 1008 bytes .../bin/com/mypro/constant/Constant.class | Bin 1914 -> 2014 bytes .../com/mypro/mainsurface/MainSurface$1.class | Bin 0 -> 225 bytes .../MainSurface$JCanvas$JPaint.class | Bin 2667 -> 2608 bytes .../mainsurface/MainSurface$JCanvas.class | Bin 2426 -> 2549 bytes .../MainSurface$OnDrawThread.class | Bin 1608 -> 1642 bytes .../com/mypro/mainsurface/MainSurface.class | Bin 6099 -> 5972 bytes .../com/mypro/manager/CannonManager$1.class | Bin 1032 -> 1049 bytes .../bin/com/mypro/manager/CannonManager.class | Bin 8639 -> 8596 bytes .../mypro/manager/CatchFishManager$1.class | Bin 915 -> 925 bytes .../mypro/manager/CatchFishManager$2.class | Bin 1185 -> 1198 bytes .../com/mypro/manager/CatchFishManager.class | Bin 3808 -> 3858 bytes .../bin/com/mypro/manager/FishManager.class | Bin 8882 -> 8793 bytes .../com/mypro/manager/GameInitManager.class | Bin 2565 -> 2571 bytes .../bin/com/mypro/manager/GamePartInfo.class | Bin 2073 -> 2073 bytes .../com/mypro/manager/GamePartManager$1.class | Bin 1759 -> 1760 bytes .../com/mypro/manager/GamePartManager.class | Bin 5244 -> 5256 bytes FishGame/bin/com/mypro/manager/HeadFish.class | Bin 3488 -> 3484 bytes .../mypro/manager/ImageConfig$ActConfig.class | Bin 2644 -> 2640 bytes .../bin/com/mypro/manager/ImageConfig.class | Bin 1748 -> 1744 bytes .../bin/com/mypro/manager/ImageManager.class | Bin 9324 -> 9247 bytes .../bin/com/mypro/manager/LayoutInfo.class | Bin 1121 -> 1121 bytes .../com/mypro/manager/LayoutManager$1.class | Bin 2248 -> 2361 bytes .../bin/com/mypro/manager/LayoutManager.class | Bin 5229 -> 5387 bytes .../bin/com/mypro/manager/PathManager.class | Bin 1590 -> 1576 bytes .../com/mypro/manager/ScoreManager$1.class | Bin 1074 -> 1087 bytes .../com/mypro/manager/ScoreManager$2.class | Bin 2270 -> 2270 bytes .../com/mypro/manager/ScoreManager$3.class | Bin 2282 -> 2282 bytes .../bin/com/mypro/manager/ScoreManager.class | Bin 5685 -> 5628 bytes .../com/mypro/manager/ShoalManager$1.class | Bin 1371 -> 1383 bytes .../com/mypro/manager/ShoalManager$2.class | Bin 2558 -> 2592 bytes .../bin/com/mypro/manager/ShoalManager.class | Bin 6637 -> 6770 bytes .../bin/com/mypro/manager/XmlManager.class | Bin 2539 -> 2484 bytes FishGame/bin/com/mypro/model/Ammo.class | Bin 1397 -> 1397 bytes FishGame/bin/com/mypro/model/BackGround.class | Bin 854 -> 854 bytes .../bin/com/mypro/model/DrawableAdapter.class | Bin 1081 -> 1077 bytes FishGame/bin/com/mypro/model/FishGold.class | Bin 1681 -> 1741 bytes FishGame/bin/com/mypro/model/FishInfo.class | Bin 1985 -> 1985 bytes FishGame/bin/com/mypro/model/FishingNet.class | Bin 2251 -> 2263 bytes FishGame/bin/com/mypro/model/GamingInfo.class | Bin 3144 -> 4545 bytes FishGame/bin/com/mypro/model/HighPoint.class | Bin 1011 -> 1011 bytes .../bin/com/mypro/model/HundredPoint.class | Bin 1020 -> 1020 bytes .../com/mypro/model/componets/Bottom.class | Bin 1712 -> 1722 bytes .../mypro/model/componets/BottomGold.class | Bin 4145 -> 4053 bytes .../mypro/model/componets/BottomTime.class | Bin 4142 -> 4051 bytes .../mypro/model/componets/ButtonAdapter.class | Bin 1540 -> 1549 bytes .../com/mypro/model/componets/Cannon$1.class | Bin 1165 -> 1186 bytes .../com/mypro/model/componets/Cannon.class | Bin 2434 -> 2479 bytes .../com/mypro/model/componets/Componet.class | Bin 1186 -> 1178 bytes .../componets/DownCannonButtonListener.class | Bin 603 -> 603 bytes .../componets/UpCannonButtonListener.class | Bin 595 -> 595 bytes .../bin/com/mypro/model/fish/Fish$1.class | Bin 2107 -> 2120 bytes FishGame/bin/com/mypro/model/fish/Fish.class | Bin 4869 -> 4869 bytes .../com/mypro/model/interfaces/Button.class | Bin 212 -> 212 bytes .../com/mypro/model/interfaces/Drawable.class | Bin 382 -> 382 bytes .../model/interfaces/OnClickListener.class | Bin 162 -> 162 bytes .../com/mypro/threads/FishRunThread$1.class | Bin 2467 -> 2460 bytes .../bin/com/mypro/threads/FishRunThread.class | Bin 7136 -> 7090 bytes .../bin/com/mypro/threads/PicActThread.class | Bin 1736 -> 1743 bytes .../bin/com/mypro/threads/ShotThread$1.class | Bin 1329 -> 1341 bytes .../bin/com/mypro/threads/ShotThread.class | Bin 4500 -> 4558 bytes .../tools/CircleRectangleIntersect.class | Bin 2502 -> 2454 bytes FishGame/bin/com/mypro/tools/LogTools.class | Bin 780 -> 773 bytes FishGame/bin/com/mypro/tools/Tool.class | Bin 535 -> 535 bytes FishGame/score/highest.txt | 1 + .../mypro/basecomponet/AwtMainComponet.java | 79 ++- FishGame/src/com/mypro/constant/Constant.java | 6 +- FishGame/src/com/mypro/model/GamingInfo.java | 60 +- 83 files changed, 782 insertions(+), 31 deletions(-) create mode 100644 FishGame/.idea/encodings.xml create mode 100644 FishGame/.idea/misc.xml create mode 100644 FishGame/.idea/modules.xml create mode 100644 FishGame/.idea/vcs.xml create mode 100644 FishGame/.idea/workspace.xml create mode 100644 FishGame/FishGame.iml create mode 100644 FishGame/bin/com/mypro/basecomponet/AwtMainComponet$3.class create mode 100644 FishGame/bin/com/mypro/mainsurface/MainSurface$1.class create mode 100644 FishGame/score/highest.txt diff --git a/FishGame/.idea/encodings.xml b/FishGame/.idea/encodings.xml new file mode 100644 index 0000000..6e8e052 --- /dev/null +++ b/FishGame/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/FishGame/.idea/misc.xml b/FishGame/.idea/misc.xml new file mode 100644 index 0000000..84da703 --- /dev/null +++ b/FishGame/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/FishGame/.idea/modules.xml b/FishGame/.idea/modules.xml new file mode 100644 index 0000000..8682e5e --- /dev/null +++ b/FishGame/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/FishGame/.idea/vcs.xml b/FishGame/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/FishGame/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/FishGame/.idea/workspace.xml b/FishGame/.idea/workspace.xml new file mode 100644 index 0000000..97a03bc --- /dev/null +++ b/FishGame/.idea/workspace.xml @@ -0,0 +1,524 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +