66
Cargo.lock
generated
@@ -826,6 +826,19 @@ version = "0.14.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "61baa1bdc1f4a7ac2c18217570a7cc04e1cd54d38456e91782f0371c79afe0a8"
|
checksum = "61baa1bdc1f4a7ac2c18217570a7cc04e1cd54d38456e91782f0371c79afe0a8"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "bevy_rapier2d"
|
||||||
|
version = "0.27.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "17d82b9cbb851249a8859647ae3a2c5d17664df1da27ccd43fddd1faa66b58a6"
|
||||||
|
dependencies = [
|
||||||
|
"bevy",
|
||||||
|
"bitflags 2.6.0",
|
||||||
|
"log",
|
||||||
|
"nalgebra",
|
||||||
|
"rapier2d 0.21.0",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bevy_reflect"
|
name = "bevy_reflect"
|
||||||
version = "0.14.2"
|
version = "0.14.2"
|
||||||
@@ -2548,6 +2561,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b"
|
checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"approx",
|
"approx",
|
||||||
|
"glam",
|
||||||
"matrixmultiply",
|
"matrixmultiply",
|
||||||
"nalgebra-macros",
|
"nalgebra-macros",
|
||||||
"num-complex",
|
"num-complex",
|
||||||
@@ -3061,6 +3075,30 @@ dependencies = [
|
|||||||
"windows-targets 0.52.6",
|
"windows-targets 0.52.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "parry2d"
|
||||||
|
version = "0.16.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "9c8aa1c304489b71ab35ad4080c5a333a5fc24b2a5f244f197dedb93276c9a05"
|
||||||
|
dependencies = [
|
||||||
|
"approx",
|
||||||
|
"arrayvec",
|
||||||
|
"bitflags 2.6.0",
|
||||||
|
"downcast-rs",
|
||||||
|
"either",
|
||||||
|
"log",
|
||||||
|
"nalgebra",
|
||||||
|
"num-derive",
|
||||||
|
"num-traits",
|
||||||
|
"ordered-float",
|
||||||
|
"rustc-hash 2.0.0",
|
||||||
|
"simba",
|
||||||
|
"slab",
|
||||||
|
"smallvec",
|
||||||
|
"spade",
|
||||||
|
"thiserror",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parry2d"
|
name = "parry2d"
|
||||||
version = "0.17.1"
|
version = "0.17.1"
|
||||||
@@ -3261,6 +3299,29 @@ version = "0.1.3"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
|
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rapier2d"
|
||||||
|
version = "0.21.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "7a9a115cec2cd9533e376e23c87a7869508691a7b38ab078cc8a8e1cd24d9d1b"
|
||||||
|
dependencies = [
|
||||||
|
"approx",
|
||||||
|
"arrayvec",
|
||||||
|
"bit-vec 0.6.3",
|
||||||
|
"bitflags 2.6.0",
|
||||||
|
"crossbeam",
|
||||||
|
"downcast-rs",
|
||||||
|
"log",
|
||||||
|
"nalgebra",
|
||||||
|
"num-derive",
|
||||||
|
"num-traits",
|
||||||
|
"ordered-float",
|
||||||
|
"parry2d 0.16.1",
|
||||||
|
"rustc-hash 2.0.0",
|
||||||
|
"simba",
|
||||||
|
"thiserror",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rapier2d"
|
name = "rapier2d"
|
||||||
version = "0.22.0"
|
version = "0.22.0"
|
||||||
@@ -3278,7 +3339,7 @@ dependencies = [
|
|||||||
"num-derive",
|
"num-derive",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"ordered-float",
|
"ordered-float",
|
||||||
"parry2d",
|
"parry2d 0.17.1",
|
||||||
"rustc-hash 2.0.0",
|
"rustc-hash 2.0.0",
|
||||||
"simba",
|
"simba",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
@@ -3538,7 +3599,8 @@ dependencies = [
|
|||||||
"bevy",
|
"bevy",
|
||||||
"bevy_ecs_ldtk",
|
"bevy_ecs_ldtk",
|
||||||
"bevy_ecs_tilemap",
|
"bevy_ecs_tilemap",
|
||||||
"rapier2d",
|
"bevy_rapier2d",
|
||||||
|
"rapier2d 0.22.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ bevy = "0.14.2"
|
|||||||
bevy_ecs_tilemap = "0.14"
|
bevy_ecs_tilemap = "0.14"
|
||||||
bevy_ecs_ldtk = "0.10"
|
bevy_ecs_ldtk = "0.10"
|
||||||
rapier2d = "0.22.0"
|
rapier2d = "0.22.0"
|
||||||
|
bevy_rapier2d = "0.27.0"
|
||||||
|
|||||||
BIN
assets/Characters/dog/.DS_Store
vendored
Normal file
BIN
assets/Characters/dog/Sprites/.DS_Store
vendored
Normal file
BIN
assets/Characters/dog/Sprites/Dog-idle/dog-idlet1.png
Normal file
|
After Width: | Height: | Size: 297 B |
BIN
assets/Characters/dog/Sprites/Dog-idle/dog-idlet2.png
Normal file
|
After Width: | Height: | Size: 299 B |
BIN
assets/Characters/dog/Sprites/Dog-idle/dog-idlet3.png
Normal file
|
After Width: | Height: | Size: 292 B |
BIN
assets/Characters/dog/Sprites/Dog-idle/dog-idlet4.png
Normal file
|
After Width: | Height: | Size: 296 B |
BIN
assets/Characters/dog/Sprites/Dog-idle/dog-idlet5.png
Normal file
|
After Width: | Height: | Size: 281 B |
BIN
assets/Characters/dog/Sprites/Dog-idle/dog-idlet6.png
Normal file
|
After Width: | Height: | Size: 301 B |
BIN
assets/Characters/dog/Sprites/Dog/dog1.png
Normal file
|
After Width: | Height: | Size: 621 B |
BIN
assets/Characters/dog/Sprites/Dog/dog2.png
Normal file
|
After Width: | Height: | Size: 662 B |
BIN
assets/Characters/dog/Sprites/Dog/dog3.png
Normal file
|
After Width: | Height: | Size: 555 B |
BIN
assets/Characters/dog/Sprites/Dog/dog4.png
Normal file
|
After Width: | Height: | Size: 565 B |
BIN
assets/Characters/dog/Spritesheets/dog-idle.png
Normal file
|
After Width: | Height: | Size: 786 B |
BIN
assets/Characters/dog/Spritesheets/dog.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/Characters/dog/dog.ase
Normal file
|
Before Width: | Height: | Size: 867 B After Width: | Height: | Size: 867 B |
|
Before Width: | Height: | Size: 885 B After Width: | Height: | Size: 885 B |
BIN
assets/environment/Forest/.DS_Store
vendored
Normal file
BIN
assets/environment/Forest/Background Layers/.DS_Store
vendored
Normal file
BIN
assets/environment/Forest/Background Layers/background.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
assets/environment/Forest/Background Layers/middleground.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/environment/Forest/sprites/enemies/bee/bee-1.png
Normal file
|
After Width: | Height: | Size: 830 B |
BIN
assets/environment/Forest/sprites/enemies/bee/bee-2.png
Normal file
|
After Width: | Height: | Size: 776 B |
BIN
assets/environment/Forest/sprites/enemies/bee/bee-3.png
Normal file
|
After Width: | Height: | Size: 821 B |
BIN
assets/environment/Forest/sprites/enemies/bee/bee-4.png
Normal file
|
After Width: | Height: | Size: 789 B |
BIN
assets/environment/Forest/sprites/enemies/bee/bee-5.png
Normal file
|
After Width: | Height: | Size: 847 B |
BIN
assets/environment/Forest/sprites/enemies/bee/bee-6.png
Normal file
|
After Width: | Height: | Size: 745 B |
BIN
assets/environment/Forest/sprites/enemies/bee/bee-7.png
Normal file
|
After Width: | Height: | Size: 788 B |
BIN
assets/environment/Forest/sprites/enemies/bee/bee-8.png
Normal file
|
After Width: | Height: | Size: 782 B |
|
After Width: | Height: | Size: 710 B |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 619 B |
|
After Width: | Height: | Size: 681 B |
|
After Width: | Height: | Size: 710 B |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 616 B |
|
After Width: | Height: | Size: 637 B |
|
After Width: | Height: | Size: 670 B |
BIN
assets/environment/Forest/sprites/enemies/slug/slug-1.png
Normal file
|
After Width: | Height: | Size: 503 B |
BIN
assets/environment/Forest/sprites/enemies/slug/slug-2.png
Normal file
|
After Width: | Height: | Size: 498 B |
BIN
assets/environment/Forest/sprites/enemies/slug/slug-3.png
Normal file
|
After Width: | Height: | Size: 478 B |
BIN
assets/environment/Forest/sprites/enemies/slug/slug-4.png
Normal file
|
After Width: | Height: | Size: 470 B |
BIN
assets/environment/Forest/sprites/misc/carrot/carrot-1.png
Normal file
|
After Width: | Height: | Size: 324 B |
BIN
assets/environment/Forest/sprites/misc/carrot/carrot-2.png
Normal file
|
After Width: | Height: | Size: 296 B |
BIN
assets/environment/Forest/sprites/misc/carrot/carrot-3.png
Normal file
|
After Width: | Height: | Size: 319 B |
BIN
assets/environment/Forest/sprites/misc/carrot/carrot-4.png
Normal file
|
After Width: | Height: | Size: 300 B |
BIN
assets/environment/Forest/sprites/misc/chest/chest-1.png
Normal file
|
After Width: | Height: | Size: 449 B |
BIN
assets/environment/Forest/sprites/misc/chest/chest-2.png
Normal file
|
After Width: | Height: | Size: 363 B |
|
After Width: | Height: | Size: 208 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 433 B |
|
After Width: | Height: | Size: 547 B |
|
After Width: | Height: | Size: 542 B |
|
After Width: | Height: | Size: 410 B |
BIN
assets/environment/Forest/sprites/misc/hud/hud-1.png
Normal file
|
After Width: | Height: | Size: 390 B |
BIN
assets/environment/Forest/sprites/misc/hud/hud-2.png
Normal file
|
After Width: | Height: | Size: 417 B |
BIN
assets/environment/Forest/sprites/misc/hud/hud-3.png
Normal file
|
After Width: | Height: | Size: 458 B |
BIN
assets/environment/Forest/sprites/misc/hud/hud-4.png
Normal file
|
After Width: | Height: | Size: 425 B |
BIN
assets/environment/Forest/sprites/misc/star/star-1.png
Normal file
|
After Width: | Height: | Size: 261 B |
BIN
assets/environment/Forest/sprites/misc/star/star-2.png
Normal file
|
After Width: | Height: | Size: 254 B |
BIN
assets/environment/Forest/sprites/misc/star/star-3.png
Normal file
|
After Width: | Height: | Size: 233 B |
BIN
assets/environment/Forest/sprites/misc/star/star-4.png
Normal file
|
After Width: | Height: | Size: 173 B |
BIN
assets/environment/Forest/sprites/misc/star/star-5.png
Normal file
|
After Width: | Height: | Size: 240 B |
BIN
assets/environment/Forest/sprites/misc/star/star-6.png
Normal file
|
After Width: | Height: | Size: 242 B |
|
After Width: | Height: | Size: 582 B |
|
After Width: | Height: | Size: 581 B |
|
After Width: | Height: | Size: 549 B |
|
After Width: | Height: | Size: 581 B |
|
After Width: | Height: | Size: 486 B |
|
After Width: | Height: | Size: 440 B |
|
After Width: | Height: | Size: 456 B |
|
After Width: | Height: | Size: 462 B |
|
After Width: | Height: | Size: 655 B |
|
After Width: | Height: | Size: 622 B |
|
After Width: | Height: | Size: 602 B |
|
After Width: | Height: | Size: 605 B |
|
After Width: | Height: | Size: 690 B |
|
After Width: | Height: | Size: 635 B |
|
After Width: | Height: | Size: 636 B |
|
After Width: | Height: | Size: 569 B |
|
After Width: | Height: | Size: 553 B |
|
After Width: | Height: | Size: 488 B |
|
After Width: | Height: | Size: 534 B |
|
After Width: | Height: | Size: 551 B |
|
After Width: | Height: | Size: 546 B |
|
After Width: | Height: | Size: 537 B |
|
After Width: | Height: | Size: 582 B |
|
After Width: | Height: | Size: 618 B |
|
After Width: | Height: | Size: 589 B |
|
After Width: | Height: | Size: 589 B |
|
After Width: | Height: | Size: 581 B |
|
After Width: | Height: | Size: 595 B |
|
After Width: | Height: | Size: 589 B |
|
After Width: | Height: | Size: 559 B |
|
After Width: | Height: | Size: 575 B |
|
After Width: | Height: | Size: 579 B |
|
After Width: | Height: | Size: 530 B |
|
After Width: | Height: | Size: 494 B |