Start of an ARPG type thing. Mostly just level generation and abilities.
Find a file
Dan Baker d0c2a7b3c8 Adds lightning projectile
Implements a lightning projectile with visual effects.
The lightning is created using a series of bolt components that dynamically adjust their shape.
Also refactors the projectile system to use a base class.

Removes unused modifiers from player script.
2025-05-05 16:42:51 +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 lightning projectile 2025-05-05 16:42:51 +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 lightning projectile 2025-05-05 16:42:51 +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