better but still broken
This commit is contained in:
parent
5eac797a93
commit
a369fb8033
9 changed files with 294 additions and 236 deletions
|
@ -234,8 +234,8 @@ impl super::Screen for Screen {
|
|||
self
|
||||
}
|
||||
|
||||
fn size(&self) -> Vector2F {
|
||||
Vector2F::new(1920., 1080.)
|
||||
fn bounds(&self) -> RectF {
|
||||
RectF::new(Vector2F::zero(), Vector2F::new(1920., 1080.))
|
||||
}
|
||||
|
||||
fn display_uuid(&self) -> uuid::Uuid {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue