Improve art tools and UI docking

This commit is contained in:
Alexander Sellite 2026-08-02 09:20:44 -04:00
parent 10e0442437
commit 984f7c641c
13 changed files with 626 additions and 82 deletions

View file

@ -931,6 +931,10 @@ func _apply_runtime_settings(settings: PlayerSettingsType) -> void:
settings.auto_click_enabled,
settings.auto_click_interval
)
_game_ui.set_edge_docks(
settings.chat_dock_right,
settings.paint_dock_right,
)
func _apply_world_pixelation(pixel_size: int) -> void: