添加了介绍屏幕和机器顶部UI提示
Closes #2 (closed) 1.在仓库的床上建立一个屏幕。里面显示仓库主要机器的名称和述说(包括模型) 2.在每个主要机器模型顶部添加提示UI,当射线射到UI,UI会动效弹出说明
Closes #2 (closed) 1.在仓库的床上建立一个屏幕。里面显示仓库主要机器的名称和述说(包括模型) 2.在每个主要机器模型顶部添加提示UI,当射线射到UI,UI会动效弹出说明
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b 2-addother origin/2-addother
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/master git merge --no-ff 2-addother
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.