add client prediction
This commit is contained in:
@@ -14,7 +14,7 @@ func _change_state(new_state: State) -> void:
|
||||
current_state.exit()
|
||||
|
||||
current_state = new_state
|
||||
print("Entering: %s" % current_state.name)
|
||||
#print("Entering: %s" % current_state.name)
|
||||
current_state.enter()
|
||||
|
||||
func process_physics(delta: float) -> void:
|
||||
|
||||
Reference in New Issue
Block a user