CHANGELOG fuer truecolor16, starter-Example auf 620x480
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -12,9 +12,9 @@ use pbio::{rgb565, Event, Key, MouseButton, Platform, PlatformConfig};
|
||||
fn main() {
|
||||
let mut p = Platform::new(PlatformConfig {
|
||||
title: "pbio starter".into(),
|
||||
window_size: (960, 720),
|
||||
framebuffer_size: (320, 240),
|
||||
aspect_ratio: Some(4.0/3.0),
|
||||
window_size: (1240, 960),
|
||||
framebuffer_size: (620, 480),
|
||||
aspect_ratio: Some(620.0/480.0),
|
||||
..Default::default()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user