diff --git a/ScrollingArea.gd b/ScrollingArea.gd deleted file mode 100644 index 472249f..0000000 --- a/ScrollingArea.gd +++ /dev/null @@ -1,4 +0,0 @@ -extends ScrollingObject2D -class_name ScrollingArea - - diff --git a/ScrollingNode.gd b/ScrollingNode.gd deleted file mode 100644 index 1eccaec..0000000 --- a/ScrollingNode.gd +++ /dev/null @@ -1,16 +0,0 @@ -extends Node - - -# Declare member variables here. Examples: -# var a = 2 -# var b = "text" - - -# Called when the node enters the scene tree for the first time. -func _ready(): - pass # Replace with function body. - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -#func _process(delta): -# pass diff --git a/project.godot b/project.godot index 86d8d2c..bdcc9c0 100644 --- a/project.godot +++ b/project.godot @@ -49,11 +49,6 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://Objects/ScrollingObjects/Utilities/ScrollParent.gd" }, { -"base": "ScrollingObject2D", -"class": "ScrollingArea", -"language": "GDScript", -"path": "res://ScrollingArea.gd" -}, { "base": "Node2D", "class": "WrapParent", "language": "GDScript", @@ -73,7 +68,6 @@ _global_script_class_icons={ "Player": "", "Press": "", "ScrollParent": "", -"ScrollingArea": "", "WrapParent": "", "Wrapper": "" }