remove scene from ow editor
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
#include "Data/OW/overworld.h"
|
#include "Data/OW/overworld.h"
|
||||||
#include "Graphics/icons.h"
|
#include "Graphics/icons.h"
|
||||||
#include "Graphics/palette.h"
|
#include "Graphics/palette.h"
|
||||||
#include "Graphics/scene.h"
|
|
||||||
#include "Graphics/tile.h"
|
#include "Graphics/tile.h"
|
||||||
|
|
||||||
namespace yaze {
|
namespace yaze {
|
||||||
@@ -31,7 +30,6 @@ class OverworldEditor {
|
|||||||
|
|
||||||
Data::ROM rom_;
|
Data::ROM rom_;
|
||||||
Data::Overworld overworld;
|
Data::Overworld overworld;
|
||||||
Graphics::Scene current_scene_;
|
|
||||||
Graphics::Bitmap allgfxBitmap;
|
Graphics::Bitmap allgfxBitmap;
|
||||||
Graphics::SNESPalette palette_;
|
Graphics::SNESPalette palette_;
|
||||||
Graphics::TilePreset current_set_;
|
Graphics::TilePreset current_set_;
|
||||||
|
|||||||
Reference in New Issue
Block a user