From acb01efe690a1e223d8be84de4740d03e2c09921 Mon Sep 17 00:00:00 2001 From: Diogo Andrade Date: Sat, 1 Jun 2024 16:39:48 +0100 Subject: [PATCH] Updated todo --- Todo.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Todo.txt b/Todo.txt index a940558..5520ed5 100644 --- a/Todo.txt +++ b/Todo.txt @@ -9,8 +9,7 @@ Features: - Add HueShift/Outline effect for sprites - Added debug system to Okapi - Enable debug system for nodes - - Debug is just logging to the console what's happening in terms of triggers - and actions + - Debug is just logging to the console what's happening in terms of triggers and actions - Tagged variables with search for variables beneath an object, etc... - Conditions that can have visual support and interfaces on scene view should be created - Add Network Object support to Okapi @@ -25,6 +24,8 @@ Features: - Documentation - Support for Analytics (extra package?) - Add OnDestroy event +- Add stairs/moving platforms to system +- Move platformer stuff to different package Usability: ----------