#My player is not walking nor jumping

1 messages · Page 1 of 1 (latest)

long bronze
#

By the way my code is highly inspired by this video: https://www.youtube.com/watch?v=gtrOIQtnJmI&list=LL&index=5&t=145s

In this video I tell how to make a fighting game / beat-em-up using Godot 4.2.

Links [as mentioned in the video]-

  1. Sprites by ansimuz [Free] - https://ansimuz.itch.io/streets-of-fight
  2. State Machines by Nathan - https://www.gdquest.com/tutorial/godot/design-patterns/finite-state-machine/

Game we will be making -
OUTPUNCHED [Web Playable] ...

▶ Play video
toxic whale
#

The problem should be in the code, so you should show it

pallid hornet
#

Show the code

long bronze
#

All right

#

I will show everything

#

Tbh i looked at everything and i don't understand where are the problems

#

@toxic whale

long bronze
#

Anyone ?

iron crypt
#

is this a platform game

long bronze
#

No a fighting game

#

It's a school project and i need to finish it for next week

iron crypt
#

so when you make a static 2d character

#

and you add a script there is one for basic movemet

long bronze
#

Indeed, but i have specific animations like an idle animation, walking anim, etc

iron crypt
#

yup so hold on

#

i know your not trying to make a plant-former but it will help with the movements and the different small stuff

long bronze
#

I already did the animation system, and walking system, i just need to fix movements

long bronze
iron crypt
#

yup that video helped me make idle and run and walking

long bronze
#

All right

#

But an animation tree is better than hard coding everything ?

iron crypt
#

i would try that video, see what one you like because that video used both