godot-signals-groups

安装量: 1.5K
排名: #7891

安装

npx skills add https://github.com/gamedev-skills/awesome-gamedev-agent-skills --skill godot-signals-groups

Godot Signals & Groups (4.x) Decouple nodes with the observer pattern (signals) and act on many nodes at once (groups), instead of hard-coding references between scenes. Targets Godot 4.7 . When to use Use when a node needs to tell others "something happened" (player died, item picked up, wave cleared) without holding direct references to them. Use when you need to address a whole category of nodes at once ("pause all enemies", "save every checkpoint"). When not to use: raw signal syntax basics → godot-gdscript ; scene structure and instancing → godot-nodes-scenes . For cross-scene global events, emit from an autoload (see godot-nodes-scenes ). Core workflow Show more Installs 899 Repository gamedev-skills/…t-skills GitHub Stars 456 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜