BrandonDyer64 / bevy_wasm

Mod Bevy games with WASM
Apache License 2.0
103 stars 7 forks source link

Time should be global #3

Open BrandonDyer64 opened 1 year ago

BrandonDyer64 commented 1 year ago

Currently, ffi::get_time_since_startup() returns the time since the MOD loaded, not the time since the GAME started.

This makes it virtually impossible to coordinate mods.