@vibemancer/core 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -97,7 +97,7 @@ function calculateBlinkCooldown(distance) {
|
|
|
97
97
|
var ARENA_WATER_BUFFER = 200;
|
|
98
98
|
|
|
99
99
|
// src/engine-version.ts
|
|
100
|
-
var ENGINE_VERSION =
|
|
100
|
+
var ENGINE_VERSION = 1777588619130;
|
|
101
101
|
|
|
102
102
|
// src/engine/physics.ts
|
|
103
103
|
function moveWizard(wizard, move2, deltaTicks) {
|
|
@@ -9137,4 +9137,4 @@ export {
|
|
|
9137
9137
|
diagnoseTrace,
|
|
9138
9138
|
formatDiagnosis
|
|
9139
9139
|
};
|
|
9140
|
-
//# sourceMappingURL=chunk-
|
|
9140
|
+
//# sourceMappingURL=chunk-OL7ETV6V.js.map
|