Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .idea/google-java-format.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
// 使用 IntelliSense 以得知可用的屬性。
// 暫留以檢視現有屬性的描述。
// 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Current File",
"request": "launch",
"mainClass": "${file}"
},
{
"type": "java",
"name": "Main",
"request": "launch",
"mainClass": "main.Main",
"projectName": "JavaFinalProject2023_7d8f9505"
}
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#832561",
"cSpell.words": ["classpath", "origbig"]
"cSpell.words": ["classpath", "origbig", "subimage", "subimages"],
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx8G -Xms100m -Xlog:disable"
}
Binary file modified JavaFinalProject2023.jar
Binary file not shown.
Binary file modified bin/Game/ABC/BasicMoveABC.class
Binary file not shown.
Binary file modified bin/Game/ABC/GameCharacterABC.class
Binary file not shown.
Binary file modified bin/Game/DataPass$AniData.class
Binary file not shown.
Binary file modified bin/Game/DataPass$GamePlayerSpeedData.class
Binary file not shown.
Binary file modified bin/Game/DataPass$ImageScaleData.class
Binary file not shown.
Binary file modified bin/Game/DataPass.class
Binary file not shown.
Binary file added bin/Game/GUI/GameEnvironment.class
Binary file not shown.
Binary file modified bin/Game/GUI/GameMenu.class
Binary file not shown.
Binary file modified bin/Game/GUI/GamePlaying.class
Binary file not shown.
Binary file modified bin/Game/GUI/GameStateBase.class
Binary file not shown.
Binary file added bin/Game/GUI/UIConstant$MenuButtons.class
Binary file not shown.
Binary file added bin/Game/GUI/UIConstant$PauseLayerButtons.class
Binary file not shown.
Binary file added bin/Game/GUI/UIConstant$URMButtons.class
Binary file not shown.
Binary file added bin/Game/GUI/UIConstant$VolumeButtons.class
Binary file not shown.
Binary file added bin/Game/GUI/UIConstant.class
Binary file not shown.
Binary file added bin/Game/GUI/ui/GamePauseDisplayLayer.class
Binary file not shown.
Binary file added bin/Game/GUI/ui/buttons/GameButtonBase.class
Binary file not shown.
Binary file added bin/Game/GUI/ui/buttons/GameMenuButton.class
Binary file not shown.
Binary file added bin/Game/GUI/ui/buttons/GameSoundButton.class
Binary file not shown.
Binary file added bin/Game/GUI/ui/buttons/GameURMButton.class
Binary file not shown.
Binary file added bin/Game/GUI/ui/buttons/GameVolumeButton.class
Binary file not shown.
Binary file modified bin/Game/GameCharacter.class
Binary file not shown.
Binary file modified bin/Game/GameElementFactory.class
Binary file not shown.
Binary file modified bin/Game/GameSourceFilePath.class
Binary file not shown.
Binary file modified bin/Game/Loader/GameElementLoader.class
Binary file not shown.
Binary file modified bin/Game/Loader/ImageLoader.class
Binary file not shown.
Binary file modified bin/Game/Loader/ImageNamePath.class
Binary file not shown.
Binary file modified bin/Game/PLUG/GameCharacterInterface.class
Binary file not shown.
Binary file modified bin/Game/PLUG/GameStateMethod.class
Binary file not shown.
Binary file modified bin/Game/PLUG/gameDrawer/GameAnimatedDrawer.class
Binary file not shown.
Binary file modified bin/Game/PLUG/gameDrawer/GameRenderInterface.class
Binary file not shown.
Binary file added bin/Game/PLUG/gameDrawer/GameRenderOffsetPass.class
Binary file not shown.
Binary file modified bin/Game/PLUG/gameDrawer/GameUpdateInterface.class
Binary file not shown.
Binary file modified bin/Game/PLUG/gameMath/GameCalculatorLambda.class
Binary file not shown.
Binary file modified bin/Game/PLUG/gameMath/GameLambda.class
Binary file not shown.
Binary file modified bin/Game/builder/GameCharacterBuilder.class
Binary file not shown.
Binary file modified bin/Game/gameBackground/GameLevel.class
Binary file not shown.
Binary file modified bin/Game/gameBackground/GameLevelManager.class
Binary file not shown.
Binary file modified bin/Game/gameBase/GameCalculator.class
Binary file not shown.
Binary file modified bin/Game/gameBase/GamePoint.class
Binary file not shown.
Binary file modified bin/Game/gameBase/GameUnitPair.class
Binary file not shown.
Binary file modified bin/Game/state/GameState.class
Binary file not shown.
Binary file added bin/Game/state/MouseState.class
Binary file not shown.
Binary file modified bin/Game/state/PlayerState.class
Binary file not shown.
31 changes: 31 additions & 0 deletions bin/TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Game develop time line


- ref
https://www.youtube.com/watch?v=VRpHdSFWGPs

---



end video in 13

target to video 21

---

## read the bg source by each

## add some file for the dir of the game source ,eg background , level etc , and scare


### second

add the HP bar and watch the video,

---

### HOPE:
open the online play and the source can download it

### https://stackoverflow.com/questions/57857855/could-not-find-or-load-main-class-vs-code
Binary file modified bin/base/BaseGameConstant.class
Binary file not shown.
Binary file modified bin/base/loader/BaseLoader.class
Binary file not shown.
Binary file modified bin/base/loader/FileNameFormatter.class
Binary file not shown.
Binary file modified bin/logic/Controller/GameHelpMethods.class
Binary file not shown.
Binary file modified bin/logic/input/Direction.class
Binary file not shown.
Binary file modified bin/logic/input/KeyboardInputs.class
Binary file not shown.
Binary file modified bin/logic/input/MouseInputs.class
Binary file not shown.
Binary file modified bin/main/Game.class
Binary file not shown.
Binary file modified bin/main/GamePanel.class
Binary file not shown.
Binary file modified bin/main/GameWindow$1.class
Binary file not shown.
Binary file modified bin/main/GameWindow.class
Binary file not shown.
Binary file modified bin/main/Main.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions out/artifacts/JavaFinalProject2023_jar/Run_command.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -jar JavaFinalProject2023.jar
Binary file modified out/production/JavaFinalProject2023/Game/ABC/BasicMoveABC.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/GUI/GameMenu.class
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/GUI/GamePlaying.class
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/GUI/GameStateBase.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/GameCharacter.class
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/GameElementFactory.class
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/GameSourceFilePath.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/Loader/ImageNamePath.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/gameBase/GamePoint.class
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/state/GameState.class
Binary file not shown.
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/Game/state/PlayerState.class
Binary file not shown.
31 changes: 31 additions & 0 deletions out/production/JavaFinalProject2023/TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Game develop time line


- ref
https://www.youtube.com/watch?v=VRpHdSFWGPs

---



end video in 13

target to video 21

---

## read the bg source by each

## add some file for the dir of the game source ,eg background , level etc , and scare


### second

add the HP bar and watch the video,

---

### HOPE:
open the online play and the source can download it

### https://stackoverflow.com/questions/57857855/could-not-find-or-load-main-class-vs-code
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/main/Game$1.class
Binary file not shown.
Binary file modified out/production/JavaFinalProject2023/main/Game.class
Binary file not shown.
676 changes: 676 additions & 0 deletions out/test2.0/test2.0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resource/123/ATTACK_0.png
Binary file not shown.
Binary file removed resource/123/ATTACK_1.png
Binary file not shown.
Binary file removed resource/123/ATTACK_2.png
Binary file not shown.
Binary file removed resource/123/IDLE_0.png
Binary file not shown.
Binary file removed resource/123/IDLE_1.png
Binary file not shown.
Binary file removed resource/123/IDLE_2.png
Binary file not shown.
Binary file removed resource/123/IDLE_3.png
Binary file not shown.
Binary file removed resource/123/IDLE_4.png
Binary file not shown.
Binary file removed resource/123/IDLE_5.png
Binary file not shown.
Binary file removed resource/123/MOVE_0.png
Binary file not shown.
Binary file removed resource/123/MOVE_1.png
Binary file not shown.
10 changes: 10 additions & 0 deletions resource/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CPP;JAVA;PYTHON

STATE:FRAME NUMBER(count from 0)
IDLE:5
MOVE:3
JUMP:7
FALL:7
ATTACK:3
HIT:5
DAED:5
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/1.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/10.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/11.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/12.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/13.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/14.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/15.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/16.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/17.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/18.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/19.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/2.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/20.png
Binary file not shown.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/21.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/22.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/23.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/24.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/25.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/26.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/3.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/4.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/5.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/6.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/7.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/8.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/1-Idle/9.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/1.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/10.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/11.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/12.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/13.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/14.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/15.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/16.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/2.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/3.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/4.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/5.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/6.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/7.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/8.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/10-Door In/9.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/11-Door Out/1.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/11-Door Out/2.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/11-Door Out/3.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/11-Door Out/4.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/11-Door Out/5.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/11-Door Out/6.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/11-Door Out/7.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/11-Door Out/8.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/11-Door Out/9.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/1.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/10.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/11.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/12.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/13.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/14.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/2.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/3.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/4.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/5.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/6.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/7.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/8.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/2-Run/9.png
Diff not rendered.
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/4-Jump/1.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/4-Jump/2.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/4-Jump/3.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/4-Jump/4.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/5-Fall/1.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/5-Fall/2.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/6-Ground/1.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/6-Ground/2.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/6-Ground/3.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/7-Hit/1.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/7-Hit/2.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/7-Hit/3.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/7-Hit/4.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/7-Hit/5.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/7-Hit/6.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/7-Hit/7.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/7-Hit/8.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/8-Dead Hit/1.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/8-Dead Hit/2.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/8-Dead Hit/3.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/8-Dead Hit/4.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/8-Dead Hit/5.png
Diff not rendered.
Binary file removed resource/Sprites/1-Player-Bomb Guy/8-Dead Hit/6.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/1.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/10.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/11.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/12.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/13.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/14.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/15.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/16.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/17.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/18.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/19.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/2.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/20.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/21.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/22.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/23.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/24.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/25.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/26.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/27.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/28.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/29.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/3.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/30.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/31.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/32.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/33.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/34.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/4.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/5.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/6.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/7.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/8.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/1-Idle/9.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/10-Dead Ground/3.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/10-Dead Ground/4.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/1.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/10.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/11.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/12.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/13.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/14.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/2.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/3.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/4.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/5.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/6.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/7.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/8.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/2-Run/9.png
Diff not rendered.
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/4-Jump/1.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/4-Jump/2.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/4-Jump/3.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/4-Jump/4.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/5-Fall/1.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/5-Fall/2.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/6-Ground/1.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/6-Ground/2.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/6-Ground/3.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/1.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/10.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/11.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/12.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/2.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/3.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/4.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/5.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/6.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/7.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/8.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/7-Attack/9.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/8-Hit/1.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/8-Hit/2.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/8-Hit/3.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/8-Hit/4.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/8-Hit/5.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/8-Hit/6.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/8-Hit/7.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/8-Hit/8.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/9-Dead Hit/1.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/9-Dead Hit/2.png
Diff not rendered.
Binary file removed resource/Sprites/2-Enemy-Bald Pirate/9-Dead Hit/3.png
Diff not rendered.
Diff not rendered.
Loading