mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
oops
This commit is contained in:
parent
4affd56d7a
commit
ac723bad3f
|
@ -53,11 +53,11 @@ ui_main!(
|
|||
.with_font(FontHandle::default())
|
||||
.add_child(ui);
|
||||
})
|
||||
.add_child(ui);
|
||||
})
|
||||
.transform()
|
||||
.scale(Vec2::splat(elapsed_sec.sin() * 0.1 + 1.))
|
||||
.rotate(elapsed_sec * PI / 4.)
|
||||
.add_child(ui);
|
||||
})
|
||||
.add_root(ui, size);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue