Skip to content

Commit

Permalink
Yet more inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariasteam committed Dec 24, 2018
1 parent 7598ef8 commit 7b59b2d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Scenes/end_line.gd
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
extends Area

var segment = preload ("res://Scenes/Regular_Segment.tscn")
const SEGMENTS = 16
onready var offset = float(360) / SEGMENTS
var allowed_range = Vector2(-1,-1)
extends "res://abstract_platform.gd"

func _on_Area_body_enter( body ):
body.get_parent().end_animation()
Expand Down

0 comments on commit 7b59b2d

Please sign in to comment.