Top Down Survivors Part 1 - Player Movement

Поділитися
Вставка
  • Опубліковано 22 тра 2024
  • This video series will cover how you might create a Top Down Survivors game in Godot
    Note : My approach with these videos is to present them to a wider audience of absolute beginners. Most people aren't going to be familiar with a lot of computer science concepts so my approach is to take the most easily understandable way of doing a job, rather than the most efficient way. The drawback of this is that later parts of the series often require rewrites of earlier parts, as we make systems more efficient in the long term.
    Sprites Link : www.oryxdesignlab.com/
    These are great sprites at affordable prices.

КОМЕНТАРІ • 6

  • @Komradenter
    @Komradenter 16 днів тому

    With my character movement I went like this, since with your script even thought I did exactly the same thing the Player character was floaty and it felt like it was ice skating..
    func _physics_process(delta):
    var direction = Input.get_vector("left", "right", "up", "down")
    velocity = direction * SPEED
    move_and_slide()

  • @JdjdHdhdh-pg5lj
    @JdjdHdhdh-pg5lj 16 днів тому +1

    Hi, can you please send me some resources oryxdesinglab?

    • @luke_rs
      @luke_rs  16 днів тому

      You'll have to buy them or find some free on itch.io

    • @JdjdHdhdh-pg5lj
      @JdjdHdhdh-pg5lj 16 днів тому

      @@luke_rs Can't you throw it off? You have it

    • @Komradenter
      @Komradenter 16 днів тому

      @@JdjdHdhdh-pg5lj wtf dude, just buy it its cheap as hell, or make your own sprites

    • @luke_rs
      @luke_rs  16 днів тому

      @@JdjdHdhdh-pg5lj no, they are $5 or you could use their free roguelike pack.
      You could use this as a nice alternative
      sethbb.itch.io/32rogues
      or
      deepdivegamestudio.itch.io/