Skip to content

Commit

Permalink
Added the texture pack for the bombship.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal-jodd committed Oct 1, 2023
1 parent 17d455d commit e5036ca
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 2 deletions.
Empty file added source/core/assets/bomb-ship
Empty file.
68 changes: 68 additions & 0 deletions source/core/assets/images/bombship/bombship.atlas
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
bombship.png
size: 32, 223
format: RGBA8888
filter: Linear,Linear
repeat: none
destroy
rotate: false
xy: 0, 0
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
destroy
rotate: false
xy: 0, 32
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
destroy
rotate: false
xy: 0, 64
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
destroy
rotate: false
xy: 0, 96
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
destroy
rotate: false
xy: 0, 128
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
start
rotate: false
xy: 0, 160
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
start
rotate: false
xy: 0, 181
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
start
rotate: false
xy: 0, 202
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
default
rotate: false
xy: 0, 160
size: 26, 21
orig: 26, 21
offset: 0, 0
index: -1
Binary file added source/core/assets/images/bombship/bombship.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ public class ForestGameArea extends GameArea {
"images/projectiles/stun_effect.png",
"images/projectiles/firework_anim.png",
"images/projectiles/pierce_anim.png",
"images/projectiles/snow_ball.png"
"images/projectiles/snow_ball.png",
"images/bombship/bombship.png"

};
private static final String[] forestTextureAtlases = {
Expand Down Expand Up @@ -147,7 +148,8 @@ public class ForestGameArea extends GameArea {
"images/projectiles/burn_effect.atlas",
"images/projectiles/firework_anim.atlas",
"images/projectiles/mobProjectile.atlas",
"images/projectiles/stun_effect.atlas"
"images/projectiles/stun_effect.atlas",
"images/bombship/bombship.atlas"
};
private static final String[] forestSounds = {
"sounds/Impact4.ogg",
Expand Down

0 comments on commit e5036ca

Please sign in to comment.