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,14 +0,0 @@
extends Node
class_name MapNode
const LENGTH = 10
const PICKUP = 0
var previous : MapNode
var current_trains = []
func _on_train_entered(train):
current_trains.append(train)
func _on_train_exit(train):
current_trains.erase(train)