infinitespace-studios/VectorRumble

Better UX in Credits Screen

Open

#36 创建于 2019年11月13日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C# (5 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (15 star)
PR 合并指标
 (PR 指标待抓取)

描述

Currently, in order to add contributors to the Credits Screen, the code within the Credits screen needs to be updated. This is not optimal, should we get lots of contributors to the project. It would be better if the contributor list was moved to an xml file, possibly with the following format

<Contributors>
    <Contributor>
         <Name>A</Name>
         <URI>http blah blah</URI>
         <Contribution>Helped Fix....<Contribution>
     <Contributor>
</Contributors>

Then, when the Credits Page is launched...

  • It reads the aforementioned XML file.
  • Dynamically creates the MenuItems and EventHooks (when selected it launches the associated URI)
  • Displays a maximum of X contributors on screen and allows navigation, up or down to the remaining contributors in the list.

贡献者指南