@hypersocial/cli-games 0.2.2 → 0.2.3
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.
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14157,7 +14157,7 @@ function getRandomCharacter() {
|
|
|
14157
14157
|
// src/games/hyper-fighter/index.ts
|
|
14158
14158
|
var TICK_MS = 50;
|
|
14159
14159
|
var MIN_COLS = 60;
|
|
14160
|
-
var MIN_ROWS =
|
|
14160
|
+
var MIN_ROWS = 30;
|
|
14161
14161
|
var VS_COL_WIDTH = 12;
|
|
14162
14162
|
var SIDE_PANEL_WIDTH = 14;
|
|
14163
14163
|
var HEADER_HEIGHT = 2;
|