Commit graph

5 commits

Author SHA1 Message Date
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
Dan Baker
214e0aa5e0 Many changes
Handle it
2025-05-04 09:30:14 +01:00
Dan Baker
bf09402bc5 Implements basic map generation
Adds a simple map generation system.

The generator creates a path from the bottom row to the top row,
with random horizontal movements and a configurable probability of moving up.

The map is then printed to the console for debugging and visualization.
2025-04-29 19:08:47 +01:00
Dan Baker
02b3be35b0 Sets up initial project structure
Initializes the project with core files including:

- Editor configuration (.editorconfig, .gitattributes, .gitignore, .vscode/settings.json)
- Log.gd addon for enhanced debugging
- Loggie addon for advanced logging
- Project assets folder
2025-04-29 17:35:39 +01:00
Dan Baker
f8140c83ff Initial commit 2025-04-29 17:34:58 +01:00