GetFileNameWithoutExt
base = raylib.GetFileNameWithoutExt("assets/sprites/hero.png") print "Base name: " + base // prints "hero"
There was an error while loading. Please reload this page.