aboutsummaryrefslogtreecommitdiff
path: root/pixel-client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-07 17:42:27 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-07 17:42:27 +0200
commit34e77c04dac623835503300b8e5f644caf4efa7c (patch)
treea95fe2370bd9299853f96be38eb580f9b47316ac /pixel-client
parentea7078534d01d115cbc1f4c494526affc5858acc (diff)
downloadhurrycurry-34e77c04dac623835503300b8e5f644caf4efa7c.tar
hurrycurry-34e77c04dac623835503300b8e5f644caf4efa7c.tar.bz2
hurrycurry-34e77c04dac623835503300b8e5f644caf4efa7c.tar.zst
pc: update window name
Diffstat (limited to 'pixel-client')
-rw-r--r--pixel-client/src/main.rs2
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()