693 B
693 B
Godot Card Framework Analysis
Analyze specific components of the Godot Card Framework project.
Usage
/godot-analyze [component]
Steps:
- Read the GDScript files of the requested component to understand structure
- Analyze related scene (.tscn) files if available
- Check dependency relationships with other components
- Review compliance with Godot 4.x best practices
- Suggest improvements or extension possibilities
Analysis Targets:
- Card (base card class)
- CardContainer (card container base class)
- Pile (card stack)
- Hand (player hand)
- CardManager (card manager)
- CardFactory (card factory)
- DraggableObject (draggable object)
- DropZone (drop zone)