Skip to content
Snippets Groups Projects
Commit 7cb40fc4 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #fe increse spear speed to let NR work on huge screens

parent 2f75e467
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import FightScene from "./fight_scene";
import { GRAVITY_Y } from "./main";
import newtonRaphson from "newton-raphson-method"; // TODO: TS signatures
const SPEED = 450;
const SPEED = 550;
class Spear extends Phaser.Physics.Arcade.Sprite {
source: Phaser.GameObjects.Sprite;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment