feat: Game configuration #38

This commit is contained in:
demenik
2025-11-24 14:52:20 +01:00
parent 99c918d6d0
commit 626e1d568a
10 changed files with 103 additions and 36 deletions

View File

@@ -17,3 +17,5 @@ lto = "thin"
bevy = "0.17.2"
bevy_aseprite_ultra = "0.7.0"
bevy_dev_tools = "0.17.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"