Skip to content

Commit

Permalink
Merge pull request #49 from APRO-Project/development
Browse files Browse the repository at this point in the history
First fully functional and fun release
  • Loading branch information
RouNNdeL authored Jun 15, 2020
2 parents 473b67c + 32c7204 commit 082efc7
Show file tree
Hide file tree
Showing 93 changed files with 1,922 additions and 821 deletions.
1 change: 1 addition & 0 deletions .idea/dictionaries/bruteus.xml

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

1 change: 1 addition & 0 deletions .idea/dictionaries/krzys.xml

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

3 changes: 2 additions & 1 deletion .idea/misc.xml

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

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
}

group 'com.cyberbot.bomberman'
version '1.0.0-alpha'
version '1.0.0-release'

ext {
appName = "bomberman"
Expand Down
Binary file added client/core/assets/Icon.png
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 client/core/assets/Texture_Pack.png
Binary file not shown.
32 changes: 16 additions & 16 deletions client/core/assets/map/bomberman_main.tmx
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
</layer>
<layer id="3" name="floor" width="15" height="15">
<data encoding="csv">
0,0,0,3,3,3,3,3,3,0,0,0,0,0,0,
0,0,0,0,3,3,3,3,18,0,0,19,0,0,0,
14,0,0,3,3,3,3,17,0,0,0,4,0,0,0,
3,14,0,3,3,16,0,0,0,0,0,25,4,26,0,
3,3,3,17,3,0,0,0,0,0,0,0,0,0,0,
3,3,18,0,0,0,0,0,0,0,0,0,0,0,0,
3,17,3,0,0,0,0,0,0,0,0,0,0,21,4,
3,0,0,0,0,13,3,14,0,0,0,0,27,4,4,
3,0,0,0,0,3,3,3,0,0,0,0,4,4,4,
0,0,0,0,0,15,3,16,0,0,0,19,4,4,4,
0,0,0,0,0,0,0,21,0,21,4,4,4,4,4,
0,0,0,0,0,0,27,4,4,4,4,4,4,4,4,
0,0,0,0,0,0,0,4,4,4,4,4,4,0,4,
0,0,0,0,0,0,27,4,4,4,4,4,0,0,4,
0,0,0,0,0,0,4,4,4,4,4,4,4,4,4
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,27,4,28,0,0,0,0,0,0,
0,0,0,0,0,19,0,4,0,0,0,0,0,0,0,
0,0,0,0,27,4,4,4,28,0,0,0,0,0,0,
0,0,0,19,0,4,0,22,0,0,0,23,0,0,0,
0,0,27,4,4,4,28,0,0,0,13,3,14,0,0,
0,19,0,4,0,22,0,0,0,23,0,3,0,0,0,
0,4,4,4,28,0,0,0,24,3,3,3,3,18,0,
0,22,0,22,0,0,0,0,0,17,0,3,0,0,0,
0,0,0,0,0,0,0,0,0,0,15,3,16,0,0,
0,0,0,0,0,21,0,0,0,0,0,17,0,0,0,
0,0,0,0,27,4,28,0,0,0,0,0,0,0,0,
0,0,0,0,0,4,0,20,0,0,0,0,0,0,0,
0,0,0,0,27,4,4,4,4,4,28,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
</data>
</layer>
<layer id="4" name="walls" width="15" height="15" visible="0">
<layer id="4" name="walls" width="15" height="15">
<data encoding="csv">
9,8,8,8,8,8,8,8,8,8,8,8,8,8,10,
7,0,0,5,5,6,5,5,5,5,5,5,0,0,7,
Expand Down
12 changes: 10 additions & 2 deletions client/core/assets/skins/skin.atlas
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ filter: Nearest,Nearest
repeat: none
button_checked
rotate: false
xy: 68, 54
xy: 68, 36
size: 16, 16
split: 3, 3, 3, 3
orig: 16, 16
Expand All @@ -28,6 +28,14 @@ button_up
orig: 16, 16
offset: 0, 0
index: -1
label_background
rotate: false
xy: 68, 54
size: 16, 16
split: 0, 17, 0, 17
orig: 16, 16
offset: 0, 0
index: -1
placeholder
rotate: false
xy: 68, 108
Expand All @@ -53,7 +61,7 @@ progress_bar_fill
index: -1
separator
rotate: false
xy: 68, 36
xy: 68, 18
size: 16, 16
split: 1, 1, 1, 1
orig: 16, 16
Expand Down
Binary file modified client/core/assets/skins/skin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 082efc7

Please sign in to comment.