messing with ui

This commit is contained in:
2025-01-19 22:38:04 -06:00
parent 43d6f58763
commit 7859f68120
4 changed files with 50 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ enum BasicNPCMoveType {
@export var moveType:BasicNPCMoveType = BasicNPCMoveType.STILL;
@export var randomLookMinTime:float = 1.0;
@export var randomLookMaxTime:float = 3.0;
@export var randomLookMinTime:float = 1.5;
@export var randomLookMaxTime:float = 4.0;
var randomLookTimer:float = 0.0;
func interact(interactor:OverworldEntity) -> void: