We have, thing

This commit is contained in:
jordan4ibanez 2024-05-01 03:53:58 -04:00
parent 45bbdb2ef3
commit 73fa9450c4

View File

@ -145,6 +145,14 @@ namespace controls {
print("blorp");
});
registerOnPress([Keys.LMB], () => {
print("pressng");
});
registerOnRelease([Keys.LMB], () => {
print("Releasing");
});
// Utility to poll player controls.
function pollPlayerControls(player: ObjectRef): void {