Skip to content

Commit

Permalink
Merge pull request #1838 from larkgz/settings-clarification
Browse files Browse the repository at this point in the history
Clarify some settings have moved
  • Loading branch information
archanyhm authored Oct 28, 2023
2 parents 99dad49 + cf563b5 commit bf9cc93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/screens/SettingsScreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,9 @@ def open_general_settings(self):
(1360 / 1600 * screen_x, (n * 78 + 80) / 1400 * screen_y))

self.checkboxes_text['instr'] = pygame_gui.elements.UITextBox(
"Change the general settings of your game here",
scale(pygame.Rect((200, 320), (1200, 100))),
"""Change the general settings of your game here.\n"""
"""More settings are available in the settings page of your Clan.""",
scale(pygame.Rect((200, 320), (1200, 200))),
object_id=get_text_box_theme("#text_box_30_horizcenter"),
manager=MANAGER)

Expand Down

0 comments on commit bf9cc93

Please sign in to comment.