diff --git a/TODO.txt b/TODO.txt index 320af0ca5..2c305ab90 100644 --- a/TODO.txt +++ b/TODO.txt @@ -153,9 +153,9 @@ * make create/break alliance single button DONE 10/1/2024 * add request attack other players DONE 10/2/2024 * Improve alliance icon -* BUG: double tap zooms on mobile * BUG: center button should be disabled select island * BUG: boat icon appears when click inland +* BUG: double tap zooms on mobile * Make fake humans spawn by their country * add emoji button * make year clock diff --git a/proto/Terrain.proto b/proto/Terrain.proto deleted file mode 100644 index 7c790728b..000000000 --- a/proto/Terrain.proto +++ /dev/null @@ -1,13 +0,0 @@ -syntax = "proto3"; - -message TerrainMap { - int32 height = 1; - int32 width = 2; - repeated TerrainTile terrain = 3; -} - -message TerrainTile { - string name = 1; - int32 age = 2; - string email = 3; -} \ No newline at end of file