Skip to content

Commit

Permalink
chore!: Bump to Bevy v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PraxTube committed Jul 19, 2024
1 parent 348c40d commit 7dbef5b
Show file tree
Hide file tree
Showing 51 changed files with 2,161 additions and 1,376 deletions.
1,940 changes: 1,202 additions & 738 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ opt-level = 3
rand = "0.8.5"
chrono = "0.4.31"

bevy = "0.12.1"
bevy_screen_diagnostics = "0.4.0"
bevy_asset_loader = { version = "0.18.0", features = ["2d"] }
bevy_ecs_ldtk = { git = "https://github.com/PraxTube/bevy_ecs_ldtk.git", branch = "feat/bevy-0.12", features = ["atlas"]}
bevy_rapier2d = "0.23.0"
bevy_kira_audio = "0.18.0"
bevy_trickfilm = { git = "https://github.com/PraxTube/bevy_trickfilm", branch = "main" }
noisy_bevy = "0.5.0"
bevy = "0.14.0"
bevy_screen_diagnostics = "0.6.0"
bevy_asset_loader = { version = "0.21.0", features = ["2d"] }
bevy_ecs_ldtk = { git = "https://github.com/MScottMcBee/bevy_ecs_ldtk", branch = "0.14", features = ["atlas"]}
bevy_rapier2d = "0.27.0"
bevy_kira_audio = "0.20.0"
bevy_trickfilm = "0.7.0"
noisy_bevy = "0.7.0"
22 changes: 8 additions & 14 deletions assets/enemy/enemy_boss.trickfilm
Original file line number Diff line number Diff line change
@@ -1,32 +1,26 @@
[
(
name: "idle",
{
"idle": (
keyframes: KeyframesRange((start: 0, end: 6)),
duration: 0.6,
),
(
name: "casting",
"casting": (
keyframes: KeyframesRange((start: 7, end: 13)),
duration: 0.6,
),
(
name: "walking",
"walking": (
keyframes: KeyframesRange((start: 22, end: 30)),
duration: 1.6,
),
(
name: "striking",
"striking": (
keyframes: KeyframesRange((start: 44, end: 59)),
duration: 2.0,
),
(
name: "staggering",
"staggering": (
keyframes: KeyframesRange((start: 66, end: 71)),
duration: 0.5,
),
(
name: "dying",
"dying": (
keyframes: KeyframesRange((start: 88, end: 110)),
duration: 2.0,
),
]
}
Loading

0 comments on commit 7dbef5b

Please sign in to comment.