Valk

Results 59 issues of Valk

## Visualize cannot visualize Dictionaries in realtime Steps to Reproduce 1. Add following code ```cs [Visualize(nameof(SomeDict))] public partial class Node2D // position this node in the world somewhere where you...

bug
topic: visualize

These errors do not seem to effect the project in any way. Steps to Reproduce: 1. Turn off your internet 2. Build the project in VS2022 ``` Severity Code Description...

bug

```cs [ConsoleCommand("help")] private void Help() { IEnumerable cmds = Game.Console.Commands.Select(x => x.Name); Game.Log(cmds.ToFormattedString()); } ```

- [ ] Move "0 Setup" folder outside of genres folder and ensure it gets deleted if "Delete Setup Scene" option is enabled - [ ] Assuming the setup folder...

topic: setup

This will be for the Platformer genre. https://github.com/Valks-Games/sankari

topic: platformer

Steps to Reproduce 1. Generate 20 frogs in a room 2. Get the frogs to jump towards you when you are near a wall

bug
topic: topdown

In some themes, for example the Azuki theme, the "X References" text is completely invisible. ![Untitled](https://github.com/user-attachments/assets/f4df01d0-de67-4425-a56c-5a0f1f9d1cd4) But other themes, for example Aqua theme, its visible. ![Untitled](https://github.com/user-attachments/assets/3e06725f-4b13-4633-8311-0dc35003e771) Chocola Theme ![Untitled](https://github.com/user-attachments/assets/b1485cd9-f62d-4004-9aa6-85e2bf7890cf) Nakano...

Hello. I just wanted to share my knowledge of how I solved this if anyone else is wondering. Clearing the VSCode cache fixed this. For me I'm on Windows 11...