Detect tile under foot

This commit is contained in:
2025-01-02 21:36:24 -06:00
parent 95b13a7f55
commit 4303aafb59
11 changed files with 84 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
extends "res://scripts/OverworldEntity.gd"
var interactRange = 22;
var interactRange = 0.7;
func updateOverworldLogic(delta) -> void:
# Check if interact button is pressed