mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Fix small typo in example name (#5217)
**This Commit** Renames "Scale Factor Iverride" to "Scale Factor Override". **Why?** I imagine the current name is a typo.
This commit is contained in:
parent
faa40bfc82
commit
a249e95693
2 changed files with 2 additions and 2 deletions
|
@ -1435,7 +1435,7 @@ name = "scale_factor_override"
|
|||
path = "examples/window/scale_factor_override.rs"
|
||||
|
||||
[package.metadata.example.scale_factor_override]
|
||||
name = "Scale Factor Iverride"
|
||||
name = "Scale Factor Override"
|
||||
description = "Illustrates how to customize the default window settings"
|
||||
category = "Window"
|
||||
wasm = true
|
||||
|
|
|
@ -317,7 +317,7 @@ Example | Description
|
|||
[Clear Color](../examples/window/clear_color.rs) | Creates a solid color window
|
||||
[Low Power](../examples/window/low_power.rs) | Demonstrates settings to reduce power use for bevy applications
|
||||
[Multiple Windows](../examples/window/multiple_windows.rs) | Demonstrates creating multiple windows, and rendering to them
|
||||
[Scale Factor Iverride](../examples/window/scale_factor_override.rs) | Illustrates how to customize the default window settings
|
||||
[Scale Factor Override](../examples/window/scale_factor_override.rs) | Illustrates how to customize the default window settings
|
||||
[Transparent Window](../examples/window/transparent_window.rs) | Illustrates making the window transparent and hiding the window decoration
|
||||
[Window Settings](../examples/window/window_settings.rs) | Demonstrates customizing default window settings
|
||||
|
||||
|
|
Loading…
Reference in a new issue