mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
Re-added love.filesystem.exists.
If PhysFS 2.1-alpha is used and a directory is symlinked, isDirectory will return false (whereas it will return true when PhysFS 2.0 is used.) exists will return true in all cases.
This commit is contained in:
@@ -79,7 +79,6 @@ Released: N/A
|
||||
* Renamed Canvas:getImageData to Canvas:newImageData.
|
||||
* Renamed love.image's CompressedData type to CompressedImageData.
|
||||
|
||||
* Removed love.filesystem.exists (use love.filesystem.isFile or love.filesystem.isDirectory instead.)
|
||||
* Removed callback variant of love.filesystem.getDirectoryItems.
|
||||
* Removed the "wu" and "wd" constants for love.mousepressed (replaced by love.wheelmoved.)
|
||||
* Removed the named mouse button constants (replaced by button numbers.)
|
||||
|
||||
Reference in New Issue
Block a user