Zannick/logic-graph

Handle global load stuff in the game representation

Open

#181 opened on Jun 14, 2024

 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

There's already some notion of loading of context values, but we don't do anything for the global context values, only the local ones.

It may also be beneficial to have a global on_load rule, as opposed to a helper to stick in the after field of every warp that loads.

Contributor guide