mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 12:16:14 +01:00
delete gitignore files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user