Commit Graph

13 Commits

Author SHA1 Message Date
GitGhillie
3088f4fd93
Merge 394d8630d3 into f964ee1e3a 2025-07-17 15:12:30 +02:00
charlotte 🌸
92e65d5eb1
Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00: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
GitGhillie
42b71625bf Add text shadow 2025-06-07 13:30:14 +02:00
GitGhillie
b35a5620f0 Fix system ordering 2025-06-07 13:21:15 +02:00
GitGhillie
078983403f Health text above the bar 2025-06-01 21:33:36 +02:00
GitGhillie
670732955d Text above bar but inside box 2025-06-01 20:52:30 +02:00
GitGhillie
3a1bb567a3 Use bevy_math sin/cos 2025-06-01 19:21:12 +02:00
GitGhillie
93d145a83a Remove unused import 2025-06-01 14:20:39 +02:00
GitGhillie
0e65c9062d Better comments 2025-06-01 14:12:06 +02:00
GitGhillie
532accd1e6 move to usage folder 2025-06-01 13:08:21 +02: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