-
-
Save rlane/4ae9f9759e25e8ad7ed9fe932a8633ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "oort.h" // https://github.com/rlane/oort3/blob/c/shared/c-api/oort.h | |
void tick() { | |
write_f64(AccelerateX, 100.0); | |
write_u64(Fire0, 1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment