Backlight for tranparent blocks

This commit is contained in:
MihailRis
2023-11-22 18:58:40 +03:00
parent d2c87f4ba5
commit b472626d8d
5 changed files with 25 additions and 14 deletions
+1 -10
View File
@@ -16,15 +16,6 @@
#include "window/input.h"
#include "graphics/Batch2D.h"
#include "graphics/ImageData.h"
#include "world/World.h"
#include "world/Level.h"
#include "voxels/Chunk.h"
#include "voxels/Chunks.h"
#include "voxels/ChunksController.h"
#include "voxels/ChunksStorage.h"
#include "objects/Player.h"
#include "frontend/world_render.h"
#include "frontend/hud.h"
#include "frontend/gui/GUI.h"
#include "frontend/screens.h"
#include "util/platform.h"
@@ -133,4 +124,4 @@ void Engine::setScreen(shared_ptr<Screen> screen) {
const Content* Engine::getContent() const {
return content;
}
}