mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 04:34:19 +00:00
faster bullets
This commit is contained in:
parent
a8e0cd1c60
commit
844bf08a8d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ extends Node
|
|||
|
||||
onready var target: KinematicBody2D = get_parent()
|
||||
onready var angle: float = deg2rad(target.get_rotation_degrees())
|
||||
export var movement_per_second: float = 96.0
|
||||
export var movement_per_second: float = 400.0
|
||||
|
||||
var direction : Vector2 = Vector2(0,0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue