fix egui light mode happening, notplayer not having health bar, allow notplayer to take poly material damage, maybe fix a rare poly crash

This commit is contained in:
bgkillas 2024-10-11 09:38:10 -04:00
parent cc43dd1dfc
commit cfb1dd9eb8
7 changed files with 39 additions and 36 deletions

View file

@ -69,8 +69,8 @@ def make_release_assets():
os.chdir("noita-proxy")
#subprocess.run(["cross", "build", "--release", "--target", "x86_64-unknown-linux-gnu"], check=True)
#subprocess.run(["cargo", "build", "--release", "--target", "x86_64-pc-windows-gnu"], check=True)
subprocess.run(["cross", "build", "--release", "--target", "x86_64-unknown-linux-gnu"], check=True)
subprocess.run(["cargo", "build", "--release", "--target", "x86_64-pc-windows-gnu"], check=True)
os.chdir("..")