target ui indicating health too (#17)

This commit is contained in:
extrawurst
2025-03-26 00:41:57 +01:00
committed by GitHub
parent 804fac7958
commit 17406b1f00
6 changed files with 214 additions and 13 deletions

View File

@@ -56,8 +56,8 @@ fn main() {
app.add_plugins(DefaultPlugins.set(WindowPlugin {
primary_window: Some(Window {
title: "HEDZ reloaded".into(),
// resolution: (1024., 768.).into(),
title: "HEDZ Reloaded".into(),
resolution: (1024., 768.).into(),
..default()
}),
..default()