fix a something idk
This commit is contained in:
parent
45a8e21c04
commit
2228a84086
4 changed files with 8 additions and 4 deletions
4
Laser.gd
4
Laser.gd
|
@ -12,3 +12,7 @@ func fire():
|
|||
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