Compare commits
3 Commits
4d899d3c97
...
v0.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 76426094d3 | |||
| 4b101633e7 | |||
| a5a6f32037 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -242,7 +242,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "asteroids"
|
||||
version = "0.6.0-dev3"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy-inspector-egui",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "asteroids"
|
||||
version = "0.6.0-dev3"
|
||||
version = "0.6.0"
|
||||
edition = "2024"
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
|
||||
@@ -180,9 +180,9 @@ fn spawn_get_ready(mut commands: Commands, mut timer: ResMut<ReadySetGoTimer>) {
|
||||
height: Val::Percent(30.),
|
||||
..default()
|
||||
},
|
||||
BackgroundColor(LIGHT_BLUE.into()),
|
||||
BackgroundColor(Color::NONE),
|
||||
children![
|
||||
(Text::new("Get Ready!"), TextColor(BLACK.into())),
|
||||
(Text::new("Get Ready!"), TextColor(WHITE.into())),
|
||||
(
|
||||
CountdownBar,
|
||||
Node {
|
||||
|
||||
@@ -72,6 +72,11 @@
|
||||
<p>
|
||||
A (work in progress) version of the Asteroids arcade game.
|
||||
</p>
|
||||
<p>
|
||||
<em>Sound Warning!</em> The game now has sound effects, but there are no controls on the page for changing the
|
||||
volume (including to mute them). You can mute the browser tab by pressing <code>ctrl</code> + <code>m</code>.
|
||||
Proper volume controls are coming soon.
|
||||
</p>
|
||||
</article>
|
||||
<article>
|
||||
<h3>Controls</h3>
|
||||
@@ -114,7 +119,7 @@
|
||||
<tr>
|
||||
<td>Program Version</td>
|
||||
<!-- This version text is completely unchecked. I'll need to do something about that. -->
|
||||
<td><code>v0.6.0-dev3</code></td>
|
||||
<td><code>v0.6.0</code></td>
|
||||
</tr>
|
||||
</table>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user