Galactica/content/flying.rhai

3 lines
97 B
Plaintext
Raw Normal View History

2024-02-02 22:19:06 -08:00
fn init(state) { return []; }
fn hover(element, hover_state) {}
fn click(element, click_state) {}