ui example comments

This commit is contained in:
Carter Anderson 2020-01-12 18:47:17 -08:00
parent 875b7492c8
commit dd34c1e237

View file

@ -85,6 +85,8 @@ fn setup(world: &mut World) {
],
);
// bottom left anchor with vertical fill
world.insert(
(),
vec![(Node::new(
@ -95,6 +97,8 @@ fn setup(world: &mut World) {
),)],
);
// top right anchor with vertical fill
world.insert(
(),
vec![(Node::new(
@ -105,6 +109,8 @@ fn setup(world: &mut World) {
),)],
);
// render order test: reddest in the back, whitest in the front
world.insert(
(),
vec![(Node::new(