fishfolk / punchy

A 2.5D side-scroller beatemup, made in Bevy

Home Page:https://fishfolk.github.io/punchy/player/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings for unfound ordering labels in UI plugin

odecay opened this issue · comments

Seems like the labels are not getting picked up. Could be related to some incompatibility of loopless with non string labels? I feel like last time I noticed this it was something like that but not sure.

2022-07-11T19:20:33.902241Z  WARN bevy_ecs::schedule::graph_utils: littlefighter2::ui::handle_menu_input wants to be after unknown label: ProcessInput
2022-07-11T19:20:33.902365Z  WARN bevy_ecs::schedule::graph_utils: littlefighter2::ui::handle_menu_input wants to be before unknown label: BeginFrame

Any ideas @zicklag?