diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-07 17:42:27 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-07 17:42:27 +0200 |
commit | 34e77c04dac623835503300b8e5f644caf4efa7c (patch) | |
tree | a95fe2370bd9299853f96be38eb580f9b47316ac | |
parent | ea7078534d01d115cbc1f4c494526affc5858acc (diff) | |
download | hurrycurry-34e77c04dac623835503300b8e5f644caf4efa7c.tar hurrycurry-34e77c04dac623835503300b8e5f644caf4efa7c.tar.bz2 hurrycurry-34e77c04dac623835503300b8e5f644caf4efa7c.tar.zst |
pc: update window name
-rw-r--r-- | pixel-client/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/main.rs b/pixel-client/src/main.rs index 9ed0ebec..963d3fc4 100644 --- a/pixel-client/src/main.rs +++ b/pixel-client/src/main.rs @@ -70,7 +70,7 @@ fn main() { let video_subsystem = sdl_context.video().unwrap(); let window = video_subsystem - .window("Hurry Curry! Light Client", 1280, 720) + .window("Pixel Curry!", 1280, 720) .position_centered() .resizable() .build() |