found one bug

little bug, but annoying. enjoy
This commit is contained in:
Moonshrike 2021-11-23 20:04:38 +02:00
parent 8f6000562f
commit b357ad6aa0

View File

@ -1,6 +1,6 @@
extends Line2D extends Line2D
export var speed_hyper = 130 export var speed_hyper = 100
var velocity = Vector2(0, 0) var velocity = Vector2(0, 0)
var dot_position = Vector2(0, 0) var dot_position = Vector2(0, 0)