tile variants, and applying colour offsets again

This commit is contained in:
Llywelwyn 2023-10-07 10:36:36 +01:00
parent 396d548bf2
commit 0ee2a80715
5 changed files with 532 additions and 459 deletions

View file

@ -9,7 +9,7 @@ edition = "2021"
notan = { version = "0.10.0", features = ["text", "audio"] }
bracket-lib = { git = "https://github.com/amethyst/bracket-lib.git", rev = "851f6f08675444fb6fa088b9e67bee9fd75554c6", features = ["serde"] }
regex = "1.3.6"
specs = { version = "0.16.1", features = ["serde"] }
specs = { version = "0.20.0", features = ["serde"] }
specs-derive = "0.4.1"
serde = { version = "1.0.93", features = ["derive"]}
serde_json = "1.0.39"