delete gitignore files

This commit is contained in:
2022-12-10 09:37:51 +01:00
parent 23f14286fd
commit 7c076dbebb
166 changed files with 0 additions and 2048 deletions

View File

@@ -1,9 +0,0 @@
extends MapNode
class_name StraightMapNode
@export var next : MapNode
func _on_train_exit(train):
next._on_train_entered(train)
super._on_train_exit(train)
return next