Skip to content

Commit be99c75

Browse files
examples: 3d RTS example (#89)
* basic working example * add basic ui * Cleanup and add docs * clippy :) * Use `first` instead * More sensible default numbers
1 parent bdf51c3 commit be99c75

File tree

4 files changed

+651
-1
lines changed

4 files changed

+651
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.18.0"
44
authors = ["Kat Marchán <[email protected]>"]
55
edition = "2021"
66
description = "Rusty Utility AI library"
7+
exclude = ["assets/"]
78
license = "Apache-2.0"
89
readme = "README.md"
910
keywords = ["utility-ai", "bevy", "ai", "ecs"]
@@ -20,6 +21,7 @@ big-brain-derive = { version = "=0.18.0", path = "./derive" }
2021
[dev-dependencies]
2122
bevy = { version = "0.12.1", default-features = true }
2223
rand = { version = "0.8.5", features = ["small_rng"] }
24+
bevy-scene-hook = "9.0.0"
2325

2426
[features]
2527
trace = []

assets/models/town.glb

824 KB
Binary file not shown.

0 commit comments

Comments
 (0)