diff options
author | elioat <elioat@tilde.institute> | 2025-02-16 21:17:05 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-02-16 21:17:05 -0500 |
commit | 624e525647fbd8895390d080ffceec8041bf5594 (patch) | |
tree | b4ad62cb25d16ca4f8b7aae5fd4354de7c915cd8 /html/tower/index.html | |
parent | c0ceef62667506c50fd07452147fa5b4dfb5f64d (diff) | |
download | tour-624e525647fbd8895390d080ffceec8041bf5594.tar.gz |
*
Diffstat (limited to 'html/tower/index.html')
-rw-r--r-- | html/tower/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/tower/index.html b/html/tower/index.html index 7c9c3df..a5f1f79 100644 --- a/html/tower/index.html +++ b/html/tower/index.html @@ -96,6 +96,16 @@ <div class="tower-name">Rapid</div> <div class="tower-cost">$35</div> </div> + <div class="tower-option" draggable="true" data-tower-type="GOOP"> + <div class="tower-preview" style="background: #27ae60;"></div> + <div class="tower-name">Goop</div> + <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-name">AOE</div> + <div class="tower-cost">$45</div> + </div> <button id="startCombat" class="start-button">Start Combat</button> </div> <canvas id="gameCanvas" width="600" height="600"></canvas> |