Station movement disabled collision

This commit is contained in:
JonShard
2026-07-30 16:29:28 +02:00
parent 58e7792b62
commit 257c838255
4 changed files with 305 additions and 280 deletions
+11
View File
@@ -0,0 +1,11 @@
extends "res://stations/hob.gd"
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass