Added "sprites" example.

Assets in eetest are loaded directly from the file system.
App icon now is searched in the local relative path.
Fixed some minor bugs.
Added userdata pointer to the sprites events.
This commit is contained in:
Martín Lucas Golini
2013-05-29 14:34:42 -03:00
parent 1517278451
commit bfb58a9f40
20 changed files with 366 additions and 79 deletions

View File

@@ -724,3 +724,9 @@ solution "eepp"
language "C++"
files { "src/examples/sound/*.cpp" }
build_link_configuration( "eesound" )
project "eepp-sprites"
kind "WindowedApp"
language "C++"
files { "src/examples/sprites/*.cpp" }
build_link_configuration( "eesprites" )