diff --git a/addons/talo/plugin.cfg b/addons/talo/plugin.cfg index 35bc3b1..eb182c2 100644 --- a/addons/talo/plugin.cfg +++ b/addons/talo/plugin.cfg @@ -3,5 +3,5 @@ name="Talo Game Services" description="Talo (https://trytalo.com) is an open-source game backend with services designed to help you build games faster. You can currently:\n\n- Identify and authenticate players\n- Store persistent data across players\n- Track events (levelling up, finding loot, etc)\n- Display high scores with leaderboards\n- Store and load player saves\n- Load game config options and flags from the cloud\n- Get feedback directly from your players" author="trytalo" -version="0.8.0" +version="0.9.0" script="talo_autoload.gd"