godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
292 stars 94 forks source link

Rename Cost to License in frontend #233

Closed menip closed 3 years ago

menip commented 3 years ago

Closes https://github.com/godotengine/godot-asset-library/issues/191

Calinou commented 3 years ago

The cost sorting option still needs to be supported so that existing clients (namely, the Godot editor) can still support sorting by license.

In other words, we should support both cost and license at the same time (both options should do the same thing).

menip commented 3 years ago

I've updated to still include cost as sorting option, tested in web and in editor.