add gamepad support to menus
This commit is contained in:
@@ -36,7 +36,6 @@ func _set_tile_type(value: int) -> void:
|
||||
if value >= 0 and value < active_gem_types.size():
|
||||
var texture_index = active_gem_types[value]
|
||||
sprite.texture = all_gem_textures[texture_index]
|
||||
# print("Debug: Set texture_index ", texture_index, " for tile_type ", value)
|
||||
_scale_sprite_to_fit()
|
||||
else:
|
||||
DebugManager.log_error("Invalid tile type: " + str(value) + ". Available types: 0-" + str(active_gem_types.size() - 1), "Match3")
|
||||
|
||||
Reference in New Issue
Block a user