mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2026-03-22 00:26:23 +00:00
found one bug
little bug, but annoying. enjoy
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user