Skip to content

Commit

Permalink
idk lfs?
Browse files Browse the repository at this point in the history
  • Loading branch information
doomy committed Dec 16, 2023
1 parent 3accd6e commit 79560aa
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 17 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
Expand Down Expand Up @@ -68,6 +70,8 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -115,6 +119,8 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -158,6 +164,8 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-apple-darwin
Expand Down Expand Up @@ -202,6 +210,8 @@ jobs:
- uses: olegtarasov/get-tag@v2.1.2
id: get_version
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin
Expand Down
4 changes: 2 additions & 2 deletions assets/assets_game.assets.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
({
"levels":Files (paths: ["levels/level_1.gltf", "levels/level_2.gltf", "levels/level_3.gltf", "levels/level_4.gltf", "levels/level_5.gltf"]),
"levels":Files (paths: ["levels/level_1.gltf", "levels/level_2.gltf", "levels/level_3.gltf", "levels/level_4.gltf", "levels/level_5.gltf", "levels/level_6.gltf"]),
"menu": File(path: "levels/menu.gltf"),

"environment_diffuse": File(path: "environments/diffuse.png"),
Expand All @@ -12,7 +12,7 @@
"sfx":Files (paths: ["audio/sfx/roll.ogg", "audio/sfx/score.ogg"]),

"music": Files(paths:["audio/music/music.ogg"]),

"background": File (
path: "my-background.ogg",
),
Expand Down
4 changes: 2 additions & 2 deletions assets/levels/level_2.bin
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/levels/level_2.gltf
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/levels/level_3.bin
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/levels/level_3.gltf
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/levels/level_5.bin
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/levels/level_5.gltf
Git LFS file not shown
3 changes: 3 additions & 0 deletions assets/levels/level_6.bin
Git LFS file not shown
3 changes: 3 additions & 0 deletions assets/levels/level_6.gltf
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/library.blend
Git LFS file not shown
2 changes: 1 addition & 1 deletion src/plugins/gameplay.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use bevy::{audio::VolumeLevel, prelude::*};
use bevy_gltf_blueprints::{BluePrintBundle, BlueprintName, GltfBlueprintsSet};
use bevy_gltf_blueprints::GltfBlueprintsSet;
use bevy_xpbd_3d::prelude::*;
use leafwing_input_manager::prelude::*;

Expand Down

0 comments on commit 79560aa

Please sign in to comment.