Start of an ARPG type thing. Mostly just level generation and abilities.
Find a file
Dan Baker ff62d67f54 Adds in-game debug menu addon
Adds an in-game debug menu that displays performance metrics (FPS, frame times) and hardware/software information.

The menu can be toggled using the F3 key (or a custom input binding). It has different display styles, ranging from a compact FPS display to a detailed view with graphs and system information.
2025-05-04 17:53:46 +01:00
.vscode Sets up initial project structure 2025-04-29 17:35:39 +01:00
addons Adds in-game debug menu addon 2025-05-04 17:53:46 +01:00
assets Adds in-game debug menu addon 2025-05-04 17:53:46 +01:00
components Many changes 2025-05-04 09:30:14 +01:00
enemies Adds in-game debug menu addon 2025-05-04 17:53:46 +01:00
map Adds in-game debug menu addon 2025-05-04 17:53:46 +01:00
mapgen/layout Many changes 2025-05-04 09:30:14 +01:00
player Adds in-game debug menu addon 2025-05-04 17:53:46 +01:00
utility Many changes 2025-05-04 09:30:14 +01:00
.editorconfig Sets up initial project structure 2025-04-29 17:35:39 +01:00
.gitattributes Sets up initial project structure 2025-04-29 17:35:39 +01:00
.gitignore Sets up initial project structure 2025-04-29 17:35:39 +01:00
project.godot Adds in-game debug menu addon 2025-05-04 17:53:46 +01:00