How do I combine my code-wise State Machine with the State Machine in the AnimationTree?

This page summarizes the projects mentioned and recommended in the original post on /r/godot

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • fray

    Fray – Godot Combat Framework

  • As for animation canceling... You can change variable values in the AnimationPlayer. I would have a "can_cancel" variable or something like that, set it to false at the start of the animation and set it to true some point in the middle. If the attack button is pressed when "can_cancel" is true then transition into the next attack state. You might also want to run some kind of buffer so that the input can be given a few frames before canceling is possible just to make the controls feel better. It's still in the works but this is the general approach I took in my combat framework if you're interested in trying it.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Types of State Machines

    1 project | /r/godot | 16 Jun 2023
  • how bad would it be really if i just used a bunch of of else statements instead of using state machines for coding a 2d fighting game?

    3 projects | /r/godot | 13 Jan 2023
  • Recently released Fray! A Godot combat framework that aids in the implementation of action / fighting game combat

    2 projects | /r/godot | 5 Jan 2023
  • How do i make agnostic combo controls for the brawler?

    1 project | /r/godot | 18 Jul 2022
  • Best way to save data of a mmorpg?

    4 projects | /r/godot | 18 Apr 2022