Refactor List
Closed this issue · 0 comments
StefanoFiumara commented
- Bring all Enums to HarryPotterUnity.Enums namespace
- Card types should be derived from card's Class as opposed to set in the inspector (to prevent serialization issues)
- Find usage of preview camera and localize.
- Restructure Cards namespace (remove Generic, put GenericCard, GenericSpell, and LessonProvider at root.
- Rename RemoveExistingCardWithTagRequirement -> UniqueTagRequirement
- Move Preview Camera render texture to HUD, allow rotation for displaying cards horizontally.
- Call WaitForSeconds(1.0f) in _waitForGameOverMessage() instead of yield return null.
- Clean up HudManager.cs
- Fix object positioning for different resolutions