From f21519a42ecdca7c5b338418332c819b51cf2a54 Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Wed, 11 Oct 2023 23:54:59 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 602c188..11ab7d6 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ Cog is a set of debug tools for Unreal Engine built on top of [ImGui](https://gi ![image](https://github.com/arnaud-jamin/Cog/assets/13844285/21659aea-2cd8-4ef6-b3b0-5795f5f3246b) -- Cog provides specific ImGui windows to inspect and configure various Unreal features (Enhanced Inputs, Gameplay Abilities, Core Engine) -- Cog provides a window mangement with persistent configuration and layouts. -- Cog provides C++ and Blueprint functions to log and debug draw within Log Categories. -- Cog provides some control over the server (spawning, debug draw, logging) +- Cog provides: + - ImGui windows to inspect and configure various Unreal features (Enhanced Inputs, Gameplay Abilities, Core Engine) + - Window mangement with persistent configuration and layouts. + - C++ and Blueprint functions to log and debug draw within Log Categories. + - Control over the server regarding debug draw, logging, spawning, cheats. ## Windows