diff options
author | chai <chaifix@163.com> | 2020-07-10 23:11:10 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-07-10 23:11:10 +0800 |
commit | 21bd7a08615b388bc536d3ffb1e3efce7e5f7673 (patch) | |
tree | f99133d42d83ce49966fb3c05ba8d0bcc0fd1d47 /src/main.c | |
parent | e5e5295ed38cb24feb5ee6f827b2765a4153bfc8 (diff) |
*icon
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,14 +19,15 @@ static char* instruction = "/***********************************************/\n" -"/* SoftShadeRoom */\n" -"/* chai */\n" +"/* SoftShadeRoom */\n" +"/* */\n" "/***********************************************/\n" "Instructions: \n" " RightMouseButton+MouseMove look around \n" " MiddleMouseButton+MouseMove move around \n" " MouseScroll move forward\\backward\n" " Shift+Above Operation speed up \n" +" key-a show\\hide axis \n" " key-g show\\hide grid \n" " key-b bake scene and save to png file(require -b option)\n" "Usage: \n" |