rudimentary search function. not working right yet

This commit is contained in:
Derek
2025-04-24 21:03:11 -05:00
parent 546f9a895e
commit 9306a3c562
6 changed files with 70 additions and 2 deletions

View File

@@ -37,3 +37,4 @@ func on_child_transition(state,new_state_name):
new_state.Enter()
current_state = new_state
print("STATE CHANGED TO : ",current_state)