BrendanO123 / GLFWMinecraftClone

An attempt to make a Minecraft clone in C++ with GLFW. Inspired by: https://github.com/EvanatorM/ScuffedMinecraft.git
MIT License
0 stars 0 forks source link

Pause Menu and F3 Screen #1

Open BrendanO123 opened 1 month ago

BrendanO123 commented 1 month ago

This is a reminder for myself to implement a pause menu screen where the cursor is free to move and a a F3/debug screen. This also means that closing the game should be relegated to a new key bind, such as shift escape, and should be added as an option to the pause menu.