Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme #32

Merged
merged 5 commits into from
Jan 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Panda project/Panda project.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<ItemGroup>
<None Include="..\.gitattributes" />
<None Include="..\.gitignore" />
<None Include="..\README.md" />
<None Include="cpp.hint" />
<None Include="data\scripts\createOptionsFile.py" />
<None Include="data\scripts\makeDirectories.py" />
Expand Down
3 changes: 3 additions & 0 deletions Panda project/Panda project.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
<None Include="..\.gitignore">
<Filter>Git</Filter>
</None>
<None Include="..\README.md">
<Filter>Git</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\main.cpp">
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ For now, this project is Windows only. But I plan to release the game for Linux
- <kbd>Space</kbd> - Jump
- <kbd>LShift</kbd> - Sneak
- <kbd>R</kbd> - Reset Z position
- <kbd>E</kbd> - Open inventory

##### Camera control
Use <kbd>&#8593;</kbd><kbd>&#8592;</kbd><kbd>&#8595;</kbd><kbd>&#8594;</kbd> if you don't have access to a mouse. Otherwise just control the camera with your mouse.

##### Function keys
- <kbd>F2</kbd> - Save screenshot
- <kbd>F3</kbd> - Decrease FOV
- <kbd>F4</kbd> - Increase FOV
- <kbd>F5</kbd> - Toggle chunk generation