brand logo

Home | Games | News | Twitter | Youtube

updating-our-event-editor.md

2026-05-26 by h2k1 #nesdev #tooling

So our ugly text-based scripting engine was abandoned. We decided to develop a graph editor for editing events.

screenshot

How it works

Each frame, we check every purple node. If one matches, set the current state of the event state machine to the blue node pointed by that purple node. Once the blue node is executed, it will set the next blue node as current state, which will be run in next frame.