From 111992cc2a49782522d91f6978f132fbfe08edc8 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Wed, 2 Oct 2024 17:19:02 -0700 Subject: [PATCH] delete unused proto dir --- TODO.txt | 2 +- proto/Terrain.proto | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 proto/Terrain.proto 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