feat: Add rabbit button to HUD and implement tool selection
This commit is contained in:
@@ -28,6 +28,8 @@ function setTool(tool) {
|
||||
document.getElementById('fire-btn').classList.add('active');
|
||||
} else if (tool === LAVA) {
|
||||
document.getElementById('lava-btn').classList.add('active');
|
||||
} else if (tool === RABBIT) {
|
||||
document.getElementById('rabbit-btn').classList.add('active');
|
||||
} else if (tool === SQUARE) {
|
||||
document.getElementById('square-btn').classList.add('active');
|
||||
} else if (tool === CIRCLE) {
|
||||
|
||||
Reference in New Issue
Block a user