Fix level up, fix gallery room height, fix enemy heights, fix gospel of dimension spawn height, put minimap on right visual layer for some floors, add script to floor scene file

This commit is contained in:
2026-02-06 03:24:34 -08:00
parent 70a33d68cf
commit 8dd194a202
44 changed files with 125 additions and 53 deletions

View File

@@ -15,4 +15,6 @@ public interface IExperiencePointsComponent : IEntityComponent
public void Gain(int baseExpGain);
public void LevelUp();
public event Action PlayerLevelUp;
}