Revert "fix: Resolve canvas reference and duplicate currentTool declaration"

This reverts commit a948fab619.
This commit is contained in:
Kacper Kostka
2025-04-05 16:28:42 +02:00
parent a948fab619
commit b7d12114d3
2 changed files with 1 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
// Main game variables and initialization
let canvas, ctx;
// currentTool is already defined in input.js
let currentTool = SAND;
let lastFrameTime = 0;
let fps = 0;
let debugMode = false;