Compare commits

...

9 Commits

74
Cargo.lock generated

@ -322,6 +322,27 @@ version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "avian2d"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7133547d9cc068d527d91fdcb8c8017c89b26ce05dbd30daef9f1ca64824495d"
dependencies = [
"arrayvec",
"avian_derive",
"bevy",
"bevy_heavy",
"bevy_math",
"bevy_transform_interpolation",
"bitflags 2.9.1",
"derive_more",
"itertools 0.13.0",
"nalgebra",
"parry2d",
"parry2d-f64",
"thread_local",
]
[[package]] [[package]]
name = "avian3d" name = "avian3d"
version = "0.3.1" version = "0.3.1"
@ -2248,6 +2269,7 @@ dependencies = [
name = "games" name = "games"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"avian2d",
"avian3d", "avian3d",
"bevy", "bevy",
"chrono", "chrono",
@ -3526,6 +3548,58 @@ dependencies = [
"windows-targets 0.52.6", "windows-targets 0.52.6",
] ]
[[package]]
name = "parry2d"
version = "0.17.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87edd53b1639e011e4765eecfceb0fa2c486da696dcdcfbc9a38bfc3574fb7e0"
dependencies = [
"approx",
"arrayvec",
"bitflags 2.9.1",
"downcast-rs 1.2.1",
"either",
"ena",
"log",
"nalgebra",
"num-derive",
"num-traits",
"ordered-float",
"rayon",
"rustc-hash 2.1.1",
"simba",
"slab",
"smallvec",
"spade",
"thiserror 1.0.69",
]
[[package]]
name = "parry2d-f64"
version = "0.17.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42dadff562001ff51eed809d7c75ac6f185d8cffc575d7b45a8bdc6ea6f1bf30"
dependencies = [
"approx",
"arrayvec",
"bitflags 2.9.1",
"downcast-rs 1.2.1",
"either",
"ena",
"log",
"nalgebra",
"num-derive",
"num-traits",
"ordered-float",
"rayon",
"rustc-hash 2.1.1",
"simba",
"slab",
"smallvec",
"spade",
"thiserror 1.0.69",
]
[[package]] [[package]]
name = "parry3d" name = "parry3d"
version = "0.17.6" version = "0.17.6"

@ -13,6 +13,9 @@ features = ["derive"]
[dependencies.avian3d] [dependencies.avian3d]
version = "0.3.1" version = "0.3.1"
[dependencies.avian2d]
version = "0.3.1"
[dependencies.bevy] [dependencies.bevy]
version = "0.16.1" version = "0.16.1"
features = ["wayland", "dynamic_linking"] features = ["wayland", "dynamic_linking"]

@ -0,0 +1,6 @@
[InternetShortcut]
URL=https://kenney.nl/documentation/game-assets/tilemaps
IDList=
HotKey=0
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11

@ -0,0 +1,23 @@
1-Bit Platformer Pack (1.1)
Created/distributed by Kenney (www.kenney.nl)
Creation date: 02-11-2021
------------------------------
License: (Creative Commons Zero, CC0)
http://creativecommons.org/publicdomain/zero/1.0/
This content is free to use in personal, educational and commercial projects.
Support us by crediting Kenney or www.kenney.nl (this is not mandatory)
------------------------------
Donate: http://support.kenney.nl
Patreon: http://patreon.com/kenney/
Follow on Twitter for updates:
http://twitter.com/KenneyNL

Binary file not shown.

Binary file not shown.

@ -0,0 +1,9 @@
Tilesheet information:
Tile size • 16px × 16px
Space between tiles • 1px × 1px
---
Total tiles (horizontal) • 20 tiles
Total tiles (vertical) • 20 tiles
---
Total tiles in sheet • 400 tiles

@ -0,0 +1,2 @@
[InternetShortcut]
URL=http://www.kenney.nl/

@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://www.patreon.com/kenney/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save