From 469a4bf4d60f87f8d500edcc81bdcf57b47f419a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 4 Oct 2020 18:20:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ScrollingArea.gd | 4 ---- ScrollingNode.gd | 16 ---------------- project.godot | 6 ------ 3 files changed, 26 deletions(-) delete mode 100644 ScrollingArea.gd delete mode 100644 ScrollingNode.gd 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": "" }