Skip to content

BecomeOfGamer/AON-UI

AON-UI

forthebadge forthebadge forthebadge

本專案為 AON 的 UI 開發,專案需在 Unreal Engine 4 中載入。

Installation

git clone https://github.com/RemakeAONTeam/AON-UI.git
yarn

如果你的 src 目錄中沒有 buff 以及 skill,請建立資料夾。

mkdir src\buff src\skill

或者你可以到 AON/UI 下載圖片資源.

Usage

本地環境啟動 http://localhost:8000.

yarn start

Build

yarn build

Design Pattern

  • 請勿使用 button
  • 所有圖片請使用 backgroundImage, 避免有拖曳問題

License

AON-UI is BSD licensed. See LICENSE.

Join Us

Contributing

本專案使用 React.js 框架,非常歡迎任何貢獻,如果您對該遊戲有興趣,也歡迎加入我們。

Stylelint

本專案語法風格依循 stylelint, 請在您 PR 之前,安裝以下相關套件,並且通過語法檢測 😇。

yarn lint