longlene / cl-raylib

Common Lisp binding of raylib
MIT License
145 stars 21 forks source link

Bugfix: sound example resource files path was not computed #30

Closed stacksmith closed 2 years ago

stacksmith commented 2 years ago

Fixed audio_sound_loading example (path was not computed) Also, fixed core_world_screen text centering code Also, added text_writing_anim example.

longlene commented 2 years ago

Looks good! @stacksmith Thank you!