[fix] fix add floor alignment and add some new icons.

- try setting center alignment for add floor popup operator. it is not center alignment now because blender's impl but it is better than previous layout.
- add some components icon for more directly visual.
This commit is contained in:
2023-01-29 21:39:24 +08:00
parent ddf6b7befe
commit 8d7a982e50
18 changed files with 47 additions and 9 deletions

2
.gitattributes vendored
View File

@ -1,3 +1,5 @@
# all png are binary
*.png binary
# our generated mesh should be save as binary
*.bin binary
# json is data and not good for human reading(althought I edit it on my own hand.)