Skip to content

Commit 784a014

Browse files
committed
polishing a lot of stuff
1 parent 90526ac commit 784a014

24 files changed

+1078
-57
lines changed

Cargo.lock

Lines changed: 527 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,22 @@ bevy = { version = "0.17.2", default-features = false, features = [
1212
"bevy_sprite",
1313
"bevy_sprite_render",
1414
"bevy_text",
15+
"bevy_ui",
16+
"bevy_ui_render",
17+
"bevy_gilrs",
1518
"bevy_window",
1619
"bevy_winit",
1720
"bevy_state",
21+
"bevy_audio",
22+
"default_font",
1823
"multi_threaded",
1924
"png",
2025
"std",
26+
"vorbis",
27+
"wayland",
2128
"webgl2",
2229
"x11",
2330
"zstd_rust",
24-
"wayland"
2531
] }
2632
bevy_embedded_assets = "0.14.0"
2733
leafwing-input-manager = "0.18.0"
@@ -31,7 +37,7 @@ log = { version = "*", features = [
3137
rand = "0.9.2"
3238

3339
[target.wasm32-unknown-unknown.dependencies]
34-
getrandom = { version = "0.3", features = ["wasm_js"] }
40+
getrandom = { version = "0.3.4", features = ["wasm_js"] }
3541

3642
[features]
3743
# Default to a native dev build.
@@ -40,18 +46,18 @@ dev = [
4046
"bevy/dynamic_linking",
4147
"bevy/bevy_dev_tools",
4248
"bevy/bevy_ui_debug",
49+
"bevy/bevy_debug_stepping",
4350
"bevy/track_location",
4451
"bevy/trace",
52+
"bevy/bevy_remote",
53+
"bevy/reflect_auto_register",
4554
]
4655
dev_native = [
4756
"dev",
48-
# Enable asset hot reloading for native dev builds.
4957
"bevy/file_watcher",
50-
# Enable embedded asset hot reloading for native dev builds.
5158
"bevy/embedded_watcher",
5259
]
5360

54-
5561
[package.metadata.bevy_cli.release]
5662
# Disable dev features for release builds.
5763
default-features = false

assets/credits.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
https://opengameart.org/content/through-space
2+
https://opengameart.org/content/space-theme
3+
https://opengameart.org/content/background-space-track - My Very Own Dead Ship
4+
https://opengameart.org/content/space-boss-battle-theme - Orbital Colossus
5+
https://opengameart.org/content/space-bass - Space Bass
6+
https://opengameart.org/content/the-last-parsec
7+
https://opengameart.org/content/lunar-harvest
8+
https://opengameart.org/content/overdrive-sex-machine
9+
10+
https://opengameart.org/content/512-sound-effects-8-bit-style
11+
https://opengameart.org/content/gui-sound-effects

assets/font.ttf

4.15 KB
Binary file not shown.

assets/soundtrack/spacetheme.ogg

4.49 MB
Binary file not shown.

assets/sprites/fonts.aseprite

1.28 KB
Binary file not shown.

assets/sprites/fonts.png

796 Bytes
Loading
764 Bytes
Binary file not shown.

assets/sprites/jodainteractive.png

523 Bytes
Loading

assets/sprites/newgame.aseprite

914 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)