Update projects to Godot 3.3

This commit is contained in:
Aaron Franke
2020-12-08 19:36:00 -05:00
parent 94ec2ea5d9
commit 814909538f
187 changed files with 238 additions and 521 deletions

View File

@@ -4,7 +4,7 @@ extends Node2D
func _process(_delta):
var line: Line2D = get_child(0).get_child(0)
var marker_parent: Node2D = get_parent()
var marker_parent = get_parent()
line.points[1] = transform.origin
if marker_parent as Node2D != null: