slowed the snake down, now the doors are much more reliable

This commit is contained in:
Tabby 2025-08-10 16:31:21 +10:00
parent 5197d10172
commit 7584cf0b19
11 changed files with 71 additions and 10 deletions

View file

@ -2,6 +2,8 @@ extends Node2D
@export var this_seg : Node2D
@export var prev_seg : Node2D
@export var door_in_node : Node2D
@export var door_out_node : Node2D
# Called when the node enters the scene tree for the first time.
func _ready() -> void: