Working on a tile map editor.

This commit is contained in:
Kapendev 2025-04-07 19:13:34 +03:00
parent c027170fd3
commit 31a96366b3
11 changed files with 291 additions and 7 deletions

View file

@ -1,7 +1,14 @@
# This file is used by: https://github.com/Kapendev/closed
-I=../source
[default]
-o=../example
# No Joka :(
-I=../source
-L=-lraylib
# Those lines work for me. Use -s=custom to fix any errors.
-I=../../joka/source
-L=-L../../raylib/lib
[custom]
-o=../example
-I=../source
-L=-lraylib