Skip to content

Commit

Permalink
Merge pull request #297 from shorepine/bwhitman-patch-5
Browse files Browse the repository at this point in the history
Update worldui.py
  • Loading branch information
bwhitman authored Aug 3, 2024
2 parents c13accf + b682a9a commit 00ecc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tulip/shared/py/worldui.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run(screen):
screen.deactivate_callback = deactivate
screen.handle_keyboard=True
screen.offset_y = 30
app.files = TextSection(120, "Latest files. Use world.download(name) to get them.", bgcolor=35)
app.files = TextSection(120, "Latest files. Use world.download(name) in the REPL to get them.", bgcolor=35)
app.messages = TextSection(280, "Latest messages", bgcolor=0)
app.entry = TextEntry(60, bgcolor=0)

Expand Down

0 comments on commit 00ecc07

Please sign in to comment.