Skip to content

Commit

Permalink
final weapon resprite for v0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelG-Gaming committed Aug 14, 2022
1 parent 5f493a8 commit 14699cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified assets/sprites/units/weapons/gem-weapon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/erekir/content/ErkUnitTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ public void load() {
reload = 35f;
mirror = true;
top = true;
x = 3.2f;
y = -1.65f;
x = 3.6f;
y = -1.7f;
shootCone = 360f;
bullet = new BasicBulletType(5f, 14.5f){{
backColor = trailColor = ErkPal.greenishBeryl;
Expand Down Expand Up @@ -898,7 +898,7 @@ public void load() {
bullet = new LaserBoltBulletType(7f, 40f){{
width = 3.2f;
height = 9f;
shootEffect = Fx.none;
smokeEffect = Fx.none;
hitColor = backColor = Color.valueOf("feb380");
frontColor = Color.white;
lifetime = 50f;
Expand Down
1 change: 1 addition & 0 deletions src/erekir/gen/StashGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void generate() {
addRandom(16f, 1, (br, x, y) -> {
rooms.add(br.addNode(new MiningRoom(x, y, 5, 5, Blocks.wallOreBeryllium){{
mWidth = mHeight = 1;
belowFloor = Blocks.rhyolite.asFloor();
}}));
});

Expand Down

0 comments on commit 14699cb

Please sign in to comment.