1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-03-24 02:49:21 +00:00
This commit is contained in:
Alula 2023-04-01 13:56:52 +02:00
parent b2fb548584
commit 51834be404
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -168,7 +168,7 @@ impl SDL2EventLoop {
gl_attr.set_context_profile(GLProfile::Compatibility);
gl_attr.set_context_version(2, 1);
let mut window = video.window("Cave Story (doukutsu-rs)", size_hint.0 as _, size_hint.1 as _);
let mut window = video.window("(sr-ustukuod) yrotS evaR", size_hint.0 as _, size_hint.1 as _);
window.position_centered();
window.resizable();