match versions to fix odd bugs
This commit is contained in:
parent
e7a171bc1a
commit
c4bb8dc381
5 changed files with 4 additions and 14 deletions
7
Laser.gd
7
Laser.gd
|
@ -5,14 +5,7 @@ func _ready():
|
|||
modulate = Color(Color.WHITE, 0.2)
|
||||
pass # Replace with function body.
|
||||
|
||||
func fire():
|
||||
$VisibleTimer.start()
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
#print(points)
|
||||
points[1] = to_local($RayCast2D.get_collision_point())
|
||||
|
||||
|
||||
func set_transparent():
|
||||
modulate = Color.TRANSPARENT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue