Loot system, item counts, Entropy ico, SupermercadoOne font

  • Add SupermercadoOne-Regular font with OFL license
  • Add Player::loot() to collect dropped items into inventory
  • Add optional item count to Item; display count in InvItemTile
  • Add count label to InvItemTile using SupermercadoOne font
  • Add entropy-ico texture asset
  • Add entropy.blend intermediate asset
  • Call player->loot() when Entropy reaches or contacts player
  • Fix Entropy destructor to also destroy physics body after removal
  • Remove unused collQuery declaration from Entropy
  • Remove hardcoded test inventory items from Player constructor
  • Rename Player items to inv
  • Use SupermercadoOne font for level label in HUD
  • Increase physics allocator size to 1GB
  • Add scrollbar bug note to todo

Previous