about summary refs log tree commit diff stats
path: root/html/tower/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/tower/index.html')
-rw-r--r--html/tower/index.html10
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>