Register missing bevy_text types (#6029)
Register two missing bevy_text types.
This commit is contained in:
parent
28205fd3f4
commit
7d5a7cc76d
@ -62,6 +62,8 @@ impl Plugin for TextPlugin {
|
||||
.add_asset::<FontAtlasSet>()
|
||||
.register_type::<Text>()
|
||||
.register_type::<TextSection>()
|
||||
.register_type::<Vec<TextSection>>()
|
||||
.register_type::<TextStyle>()
|
||||
.register_type::<TextAlignment>()
|
||||
.register_type::<VerticalAlign>()
|
||||
.register_type::<HorizontalAlign>()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user