feat: update

This commit is contained in:
2026-07-07 18:15:47 +08:00
parent 286d0ce069
commit 950b1969d8
97 changed files with 388 additions and 3755 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ static func get_tile_weights() -> Dictionary:
weights[tile] = STANDARD_WEIGHT
# Special tiles
var mode = LobbyManager.get_game_mode()
var mode = Engine.get_main_loop().root.get_node_or_null("LobbyManager").get_game_mode()
var is_restricted = GameMode.is_restricted(mode)
for tile in SPECIAL_TILES:
if is_restricted and tile == TILE_WALL: