diff options
author | elioat <elioat@tilde.institute> | 2025-02-16 21:18:11 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-02-16 21:18:11 -0500 |
commit | 8ed77a82bc74f195806ddc4c187b590c5dfcdde0 (patch) | |
tree | 7e1c555426f7ec8e18144e9dc192ba52123197cc /html/tower/index.html | |
parent | 624e525647fbd8895390d080ffceec8041bf5594 (diff) | |
download | tour-8ed77a82bc74f195806ddc4c187b590c5dfcdde0.tar.gz |
*
Diffstat (limited to 'html/tower/index.html')
-rw-r--r-- | html/tower/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/tower/index.html b/html/tower/index.html index a5f1f79..0a4adc6 100644 --- a/html/tower/index.html +++ b/html/tower/index.html @@ -82,17 +82,17 @@ <div class="game-container"> <div class="tower-palette"> <div class="tower-option" draggable="true" data-tower-type="BASIC"> - <div class="tower-preview" style="background: #4a90e2;"></div> + <div class="tower-preview" style="background: #3498db;"></div> <div class="tower-name">Basic</div> <div class="tower-cost">$20</div> </div> <div class="tower-option" draggable="true" data-tower-type="SNIPER"> - <div class="tower-preview" style="background: #9b59b6;"></div> + <div class="tower-preview" style="background: #8e44ad;"></div> <div class="tower-name">Sniper</div> <div class="tower-cost">$40</div> </div> <div class="tower-option" draggable="true" data-tower-type="RAPID"> - <div class="tower-preview" style="background: #2ecc71;"></div> + <div class="tower-preview" style="background: #16a085;"></div> <div class="tower-name">Rapid</div> <div class="tower-cost">$35</div> </div> @@ -102,7 +102,7 @@ <div class="tower-cost">$30</div> </div> <div class="tower-option" draggable="true" data-tower-type="AOE"> - <div class="tower-preview" style="background: #e67e22;"></div> + <div class="tower-preview" style="background: #d35400;"></div> <div class="tower-name">AOE</div> <div class="tower-cost">$45</div> </div> |