From 9cfc5a938321d8dafd7370c45230156b1632bae5 Mon Sep 17 00:00:00 2001 From: tudor <7089284+tudddorrr@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:00:41 +0000 Subject: [PATCH] 0.12.0 --- addons/talo/plugin.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/talo/plugin.cfg b/addons/talo/plugin.cfg index 9767ffa..f454e45 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.11.0" +version="0.12.0" script="talo_autoload.gd"