minecraft-py / minecraft

A Minecraft-like game written in python3
GNU General Public License v3.0
157 stars 25 forks source link

Exit game when press ESC #16

Closed zhengxyz123 closed 3 years ago

zhengxyz123 commented 3 years ago

Today(May 1), @jason-bowen-zheng added some code from XenonLab-Studio/TerraCraft.

It's mainly about scene, under Minecraft/scene directory.

But when player enter game, and then press ESC, game will exit.

Let's solve this issue!

zhengxyz123 commented 3 years ago

Unfortunately, It cannot be solved.