Revert item action bar

This commit is contained in:
Vortrex
2022-10-18 17:43:19 -05:00
parent c725852b0b
commit 2e2e44566d
2 changed files with 22 additions and 24 deletions

View File

@@ -11,8 +11,8 @@
let itemActionDelayDuration = 0;
let itemActionDelayStart = 0;
let itemActionDelayEnabled = false;
let itemActionDelayPosition = toVector2(0, game.height - 10);
let itemActionDelaySize = toVector2(game.width, 10);
let itemActionDelayPosition = toVector2(game.width / 2 - 100, game.height - 10);
let itemActionDelaySize = toVector2(200, 5);
// ===========================================================================