mcpe/game
iProgramInCpp 5df07e2fc1
Add scrollable options menu (#99)
* * Add new scrollable options list.

* * Add OptionList.cpp to the CMakeLists.txt

* * Add the new stuff by @jonkadelic to the new options menu.
2023-11-05 18:40:44 +02:00
..
assets Add scrollable options menu (#99) 2023-11-05 18:40:44 +02:00
readme.txt * Add splash text rendering to the start menu screen. 2023-08-09 22:45:14 +03:00

NOTE: This is only used as the working directory if you
are running from Visual Studio on MS Windows! If not, the
working directory will be the one you ran minecraftcpp from.

So for instance, if I ran it in a situation like

/home/pi/mcpe/game $ ../minecraftcpp

the working directory will be /home/pi/mcpe/game.

If you run it from the shell on windows, the working directory
will be the very one the executable is in.