mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-21 23:54:23 +00:00
🧹 Remove unused scripts
This commit is contained in:
parent
a7f3f9302c
commit
469a4bf4d6
3 changed files with 0 additions and 26 deletions
|
@ -1,4 +0,0 @@
|
|||
extends ScrollingObject2D
|
||||
class_name ScrollingArea
|
||||
|
||||
|
|
@ -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
|
|
@ -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": ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue