Skip to content

Commit

Permalink
create a moon #1228
Browse files Browse the repository at this point in the history
  • Loading branch information
timi-liuliang committed Jan 1, 2023
1 parent 857ad6c commit 7915fe0
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 67 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ ENDIF()

# Editor mode
IF(ECHO_EDITOR_MODE)
ADD_SUBDIRECTORY(tool)
ADD_SUBDIRECTORY(tests/unittest)

IF(ECHO_PLATFORM_WINDOWS)
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
9 changes: 0 additions & 9 deletions engine/modules/scene/planet/planet.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions engine/modules/scene/planet/planet.h

This file was deleted.

2 changes: 0 additions & 2 deletions engine/modules/scene/scene_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "terrain/editor/terrain_editor.h"
#include "tilemap/tilemap.h"
#include "tilemap/editor/tilemap_editor.h"
#include "planet/planet.h"

namespace Echo
{
Expand Down Expand Up @@ -33,7 +32,6 @@ namespace Echo
{
Class::registerType<Terrain>();
Class::registerType<TileMap>();
Class::registerType<Planet>();

CLASS_REGISTER_EDITOR(Terrain, TerrainEditor)
CLASS_REGISTER_EDITOR(TileMap, TileMapEditor)
Expand Down
1 change: 0 additions & 1 deletion tool/CMakeLists.txt

This file was deleted.

37 changes: 0 additions & 37 deletions tool/build/CMakeLists.txt

This file was deleted.

6 changes: 0 additions & 6 deletions tool/build/Main.cpp

This file was deleted.

0 comments on commit 7915fe0

Please # to comment.