Merge pull request 'feat-shader-background' (#95) from feat-shader-background into main
release-tag / release-image (push) Successful in 33s

Reviewed-on: #95
This commit was merged in pull request #95.
This commit is contained in:
2024-05-24 17:58:19 +00:00
9 changed files with 336 additions and 142 deletions
-1
View File
@@ -60,7 +60,6 @@ function can_buy_fire_gem(): boolean {
function checkEndTurn() {
// TODO: Add a confirmation dialog if resources are left
console.log("Checking end turn")
if (
(!warning.value)
&& has_actions_remaining()) {