Skip to content

Commit

Permalink
E(nvironment re-sprite) by captain_doshik
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Dec 30, 2023
1 parent 4ab40cd commit 849012e
Show file tree
Hide file tree
Showing 38 changed files with 6 additions and 3 deletions.
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/blublu/blublu1.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/blublu2.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/blublu3.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/blublu4.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/bugs/bug-spawn-shadow.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/bugs/bug-spawn.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.
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/cyanium1.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/cyanium2.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/cyanium3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/elbium/elbium1.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/elbium/elbium2.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/elbium/elbium3.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/elbium/elbium4.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/nethratium/nethratium1.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/nethratium/nethratium2.png
Binary file modified core/res/sprites/blocks/environment/nethratium/nethratium3.png
Binary file modified core/res/sprites/blocks/environment/nethratium/nethratium4.png
Binary file modified core/res/sprites/blocks/environment/purpur/purpur-water.png
Binary file modified core/res/sprites/blocks/environment/purpur/purpur-water1.png
Binary file modified core/res/sprites/blocks/environment/purpur/purpur-water2.png
Binary file modified core/res/sprites/blocks/environment/purpur/purpur-water3.png
Binary file modified core/res/sprites/blocks/environment/purpur/purpur-water4.png
Binary file modified core/res/sprites/blocks/environment/purpur/purpur1.png
Binary file modified core/res/sprites/blocks/environment/purpur/purpur2.png
Binary file modified core/res/sprites/blocks/environment/purpur/purpur3.png
Binary file modified core/res/sprites/blocks/environment/purpur/purpur4.png
9 changes: 6 additions & 3 deletions core/src/fos/content/FOSBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,7 @@ protected boolean canPump(Tile tile) {
albedo = 0.9f;
shallow = true;
supportsOverlay = true;
variants = 4;
}};
crimsonStoneWater = new Floor("crimson-stone-water"){{
isLiquid = true;
Expand Down Expand Up @@ -1175,12 +1176,14 @@ protected boolean canPump(Tile tile) {
shallow = true;
supportsOverlay = true;
}};
cyanium = new Floor("cyanium");
cyanium = new Floor("cyanium"){{
variants = 4;
}};
cyaniumWall = new StaticWall("cyanium-wall"){{
variants = 4;
cyaniumWater.asFloor().wall = this;
}};
/*
/* TODO: this sucks
cyaniumAlt = new Floor("cyanium-alt"){{
variants = 4;
wall = cyaniumWall;
Expand Down Expand Up @@ -1218,7 +1221,7 @@ protected boolean canPump(Tile tile) {
blubluWall = new StaticWall("blublu-wall"){{
blubluWater.asFloor().wall = this;
}};
/*
/* TODO: this sucks
blubluAlt = new Floor("blublu-alt"){{
variants = 4;
wall = blubluWall;
Expand Down

0 comments on commit 849012e

Please sign in to comment.