Commit Graph

10 Commits

Author SHA1 Message Date
Lucas Franca
20c91f9f72
Merge 00f5e36e03 into f1eace62f0 2025-07-12 08:52:47 -05:00
charlotte 🌸
92e65d5eb1
Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
Lucas Farias
00f5e36e03 Use linear for foods texture 2025-06-21 16:54:46 -03:00
Lucas Farias
cbf7a0d524 Internal import 2025-06-21 16:29:42 -03:00
Lucas Farias
d51911be91 Warnings 2025-06-21 16:25:47 -03:00
Lucas Farias
a41870d22d Typos 2025-06-21 16:22:46 -03:00
Lucas Farias
6a8beae345 Create selection_menu example 2025-06-21 16:22:34 -03:00
Lucas Franca
8f08d6bc86
Move usages folder to usage (#19757)
# Objective

There were 2 folders inside of `examples`, each with 1 example, and with
similar folder names.

## Solution

Move the example in the `usages` folder to `usage`.

## Testing
 
`cargo run -p ci`
2025-06-21 00:06:44 +00:00
Rob Parrett
2e37783242
Move cooldown example instruction text according to example visual guidelines (#19381)
# Objective

Use the same text positioning as other examples that have instruction
text.

See
https://bevyengine.org/learn/contribute/helping-out/creating-examples/#visual-guidelines
2025-05-26 22:01:08 +00:00
Niklas Eicker
923c2ad281
New cooldown example (#19234)
# Objective

We want to extend our examples with a new category "usage" to
demonstrate common use cases (see bevyengine/bevy-website#2131). This PR
adds an example of animated cooldowns on button clicks.

## Solution

- New example in "usage" directory
- Implement a cooldown with an animated child Node

## Testing

- I ran this on Linux
- [x] test web (with bevy CLI: `bevy run --example cooldown web --open`)

---------

Co-authored-by: Thierry Berger <contact@thierryberger.com>
Co-authored-by: Ida "Iyes" <40234599+inodentry@users.noreply.github.com>
2025-05-26 19:44:17 +00:00