godot-mechanic-secrets
Installation
SKILL.md
Secrets & Easter Eggs (Mechanics)
Overview
This skill provides reusable components for hiding content behind specific player actions (e.g., Konami code, repetitive interaction) and managing the persistence of these discoveries.
Core Components
secret_meta_persistence.gd
Expert logic for saving global unlocks and discovery flags across all save profiles.
secret_visibility_detector.gd
View-dependent hidden wall detection using optimized Dot Product calculations.
secret_sequence_combo_matcher.gd
Professional time-sensitive input buffer for detecting complex cheat combos and sequences.
secret_interaction_spam_tracker.gd
Logic for tracking repetitive player actions to trigger curiosity-based Easter Eggs.