- Install Rust
- Clone repository:
git clone [email protected]:acvogel/bevy_paratrooper.git
- Compile and run:
cd bevy_paratrooper; cargo run --release
- Disable kira audio plugin dependency and plugin
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --out-dir out --target web target/wasm32-unknown-unknown/release/bevy_paratrooper.wasm
- Update
./out/
files onweb
branch
cargo build --target=x86_64-pc-windows-gnu --release
- https://opengameart.org/content/war-on-water-gfx
- https://opengameart.org/content/512-sound-effects-8-bit-style
Use publish.sh
with updated VERSION
. Requires local butler
install and itch.io credentials.