mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 03:30:36 +00:00
2157bfc5bc
This commit introduces a new ping system that allows players to communicate on the map. - Adds a radial ping menu to select different ping types (Attack, Retreat, Defend, Watch Out). - Implements the logic to place pings on the map. - Adds visual effects for pings, including a fading circle and an icon. - Shows a preview of the ping location before placing it.
7 lines
192 B
Plaintext
Executable File
7 lines
192 B
Plaintext
Executable File
|
|
# Add PATH setup to ensure npx is found
|
|
export PATH="/usr/local/bin:$HOME/.npm-global/bin:$HOME/.nvm/versions/node/$(node -v)/bin:$PATH"
|
|
|
|
# Then run lint-staged if tests pass
|
|
npx lint-staged
|