Skip to content

Commit

Permalink
Visual fix of Luminite Ore
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Nov 27, 2023
1 parent f40daf2 commit 28de346
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 1 deletion.
Binary file modified core/res/sprites/blocks/environment/annite/annite-water.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 modified core/res/sprites/blocks/environment/annite/annite-water1.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 modified core/res/sprites/blocks/environment/annite/annite-water2.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 modified core/res/sprites/blocks/environment/annite/annite-water3.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 modified core/res/sprites/blocks/environment/annite/annite-water4.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 modified core/res/sprites/blocks/environment/blublu/blublu-water.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 modified core/res/sprites/blocks/environment/blublu/blublu-water1.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 modified core/res/sprites/blocks/environment/blublu/blublu-water2.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 modified core/res/sprites/blocks/environment/blublu/blublu-water3.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 modified core/res/sprites/blocks/environment/blublu/blublu-water4.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 modified core/res/sprites/blocks/environment/cyanium/cyanium-water.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 modified core/res/sprites/blocks/environment/cyanium/cyanium-water1.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 modified core/res/sprites/blocks/environment/cyanium/cyanium-water2.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 modified core/res/sprites/blocks/environment/cyanium/cyanium-water3.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 modified core/res/sprites/blocks/environment/purpur/purpur-water.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 modified core/res/sprites/blocks/environment/purpur/purpur-water1.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 modified core/res/sprites/blocks/environment/purpur/purpur-water2.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 modified core/res/sprites/blocks/environment/purpur/purpur-water3.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 modified core/res/sprites/blocks/environment/purpur/purpur-water4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion core/src/fos/type/blocks/environment/AnimatedOreBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import mindustry.Vars;
import mindustry.content.Blocks;
import mindustry.game.EventType;
import mindustry.graphics.Drawf;
import mindustry.graphics.*;
import mindustry.world.Tile;
import mindustry.world.blocks.environment.OreBlock;

Expand Down Expand Up @@ -75,6 +75,7 @@ public void draw() {
afs.setX(tile.x);
afs.setY(tile.y);
}
Draw.z(Layer.floor + 1f);
Draw.rect(regions[variant], tile.worldx(), tile.worldy());

if (Vars.renderer.lights.enabled()) {
Expand Down

0 comments on commit 28de346

Please sign in to comment.