feat: refactor economy loop into hybrid tick model and optimize building toolbox rendering with DOM caching

This commit is contained in:
2025-10-04 21:46:44 +00:00
parent 26b2551cc9
commit f80f8a5dc0
3 changed files with 95 additions and 47 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ stats-display {
/* Building Toolbox */
building-toolbox {
position: absolute;
left: 10px;
right: 10px;
top: 120px;
background: var(--bg-medium);
border: 2px solid var(--border-color);