From daf57620352ba7044787d24d8e2846faa51214c4 Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Tue, 17 Oct 2023 19:19:26 -0400 Subject: [PATCH] Update Todo --- TODO.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index 9ef935d..1064627 100644 --- a/TODO.txt +++ b/TODO.txt @@ -3,18 +3,17 @@ - CogWindow: Add reset window position menu item or reset layout (window can get far away) - CogWindow: Try to remove CogWindow dependency to cogimgui. Should only depends on imgui (currently use setdpiscale of cogimgui) -- CogWindow: Add reset window position menu item or reset layout (window can get far away) - CogEngine: More stats in the stats window - CogEngine: Overlay mode of stats. - CogEngine: Stat main menu widget could have a tooltip on each stat with a control to change set the emulation (FPS, Ping, Packetloss) -- CogEngine: Skeleton window selectable have wrong height - CogInput: Add multiple IMC on the input data asset. Maybe propose a current imc -- CogInput: Add mouse over highlight on the buttons of the gamepad window - CogAbilities: Apply tweaks on spawn - CogSample: Add a custom window in sample (changing the character faction) - CogSample: Create more abilities - CogSample: Add area of effects in the level + +- CogPackage: in package mode the Gameplay Cues are not visible.