Small fix to dungeon cravler demo.

This commit is contained in:
jussi
2022-02-24 18:02:22 +02:00
parent 30ae308c9b
commit 7c7b406aaf
4 changed files with 26 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ Reilua means fair in finnish.
ReiLua is currently in arbitrary version 0.1 and some planned raylib functionality is still missing but it already has over 300 functions.
List of some missing features that are planned to be included. For specific function check API.
List of some MISSING features that are planned to be included. For specific function, check API.
* Core
* Some screen-space-related functions
@@ -123,8 +123,6 @@ If you now see extremely low res snake racing off the window then you are succes
### Windows
I don't have much experience on compiling on Windows, but I got the following method to work.
* Download "w64devkit" from https://github.com/skeeto/w64devkit and "CMake" from https://cmake.org/download/. Install CMake with path environment variables set.
* Download Raylib source.
* Run "w64devkit.exe" and navigate( ls == dir ) to "raylib-master/src" folder and run...