Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 376 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 376 Bytes

Turn Based Framework for Godot 4.3+

Extensible

The base class CombatActor has all the base functionality to act during a turn, and can be expanded to contain much more. (See: example project)

Command Queue System

Together with the TurnQueue, there is also a Command Queue system that implements an undo/redo system (WIP)

Status, StatusEffects and Skills