Makes lots of new screens
This commit is contained in:
@@ -27,7 +27,7 @@ func _process(delta):
|
||||
if Geometry2D.is_point_in_polygon(to_local(get_global_mouse_position()), self.polygon):
|
||||
if is_in == false:
|
||||
is_in = true
|
||||
|
||||
print("ENTERED", self)
|
||||
emit_signal("entered", label)
|
||||
else:
|
||||
if is_in == true:
|
||||
|
||||
Reference in New Issue
Block a user