Render text on top of images by default
This commit is contained in:
parent
e84070acef
commit
87a613edd1
3 changed files with 35 additions and 35 deletions
|
|
@ -20,8 +20,8 @@ pub struct Layer {
|
|||
pub quads: quad::Batch,
|
||||
pub triangles: triangle::Batch,
|
||||
pub primitives: primitive::Batch,
|
||||
pub text: text::Batch,
|
||||
pub images: image::Batch,
|
||||
pub text: text::Batch,
|
||||
pending_meshes: Vec<Mesh>,
|
||||
pending_text: Vec<Text>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue