PAUSE SCREEN - PART 2 - Episode #13 - Platformer Tutorial Java

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 19

  • @KaarinGaming
    @KaarinGaming  2 роки тому +8

    Hey guys!
    Here is the second half of the pause screen update.
    Not my greatest work, but at least its out.
    Good luck :D

  • @droidlycodes
    @droidlycodes 2 роки тому +4

    I feel like this doesn't have enough views very helpful

  • @TinyGamesStudio
    @TinyGamesStudio Рік тому +1

    Bro, this is realy nice tutorials I even see on youtube! Big Thanks!

  • @mr.kabumbo5181
    @mr.kabumbo5181 Рік тому +2

    love your channel

  • @usernameusernameusername9835
    @usernameusernameusername9835 2 роки тому +7

    I know you probably get a lot of comments like this, but seriously thank you!!!

  • @ikninja1hd
    @ikninja1hd 2 роки тому +3

    thank you!

  • @hant226
    @hant226 Рік тому +1

    another greate tutorial, thank you for your effort

  • @Clipaholick
    @Clipaholick 2 роки тому +2

    lfg, i’m following the vid, no bugs!! 🔥

    • @felipegomes2263
      @felipegomes2263 2 роки тому +2

      Actually, up to this episode there is a small bug where whenever you try to unpause by clicking with the left mouse button instead of escape, it unpauses but the character attacks at the same time. But I'm sure he'll address this issue in later videos.

  • @bernhardpyka4483
    @bernhardpyka4483 2 роки тому +2

    In the end, instead of adjusting the hitbox and x limits etc. you can also just change the argument of mouseDragged in PauseOverlay:
    public void mouseDragged(MouseEvent e) {
    (...)
    bVolume.changeX(e.getX() - VOLUME_WIDTH / 2);
    }

  • @devnull711
    @devnull711 2 роки тому +1

    Yup, I added the update() and draw() methods as abstracts in my PausedButton a while back. Still waiting to get to the enemies part :)

  • @DeadHardTV
    @DeadHardTV Рік тому +1

    Hey, can I ask what pixel art program do you use? Or which one would you recommend to a beginner? Thanks for the tutorial anyway.

  • @jonnyex
    @jonnyex Рік тому

    Sorry for asking, but its a way to animate (animations and all this stuff) all the pause UI when you press esc?

  • @connermcwilliams7699
    @connermcwilliams7699 2 роки тому +2

    Btw huge help with all tutorials. I was wondering if you would ever do like a 3D tutorial using OpenGL/LWJGL which is an extended library for Java which can be used for textures shaders and modeling.

    • @KaarinGaming
      @KaarinGaming  2 роки тому +2

      Cheers mate!
      Nothing like that is on the todo list, sadly.

  • @MP-vw5gc
    @MP-vw5gc 2 роки тому +1

    Wow:))