Java 2D Platformer Tutorial #12 - Loading Images

Поділитися
Вставка
  • Опубліковано 9 тра 2014
  • Check out my new Kotlin tutorial series: • Video In this video we set up images.
    Here is the brick image: www.mediafire.com/view/akhel12...

КОМЕНТАРІ • 9

  • @lordmatter
    @lordmatter 10 років тому

    These tutorials are fantastic! They really help! Keep it up!

  • @jabberwokiuk
    @jabberwokiuk 9 років тому

    Hey Patrick, great series so far. Could you update your Git to reflect latest game version.

  • @samal3221
    @samal3221 10 років тому

    thx don't stop

  • @R3MIXMODZ
    @R3MIXMODZ 9 років тому +2

    Please Moreeee!!

  • @JohnSmith-vl1kf
    @JohnSmith-vl1kf 9 років тому

    Will you make more tutorials?

  • @Fillip991
    @Fillip991 10 років тому

    Well will you continue this series?

  • @TiradilosLP
    @TiradilosLP 9 років тому

    Can you post a .rar-Data with the Eclipse-Project‚ please?

  • @CJBurkey
    @CJBurkey 10 років тому

    How would one make a certain block move you to the next room?

    • @PatrickFeltes
      @PatrickFeltes  10 років тому +1

      Well, you'd have to create another class(for example: Level2State), and when the player is standing on the specific block, or inside the block, you would push the Level2State object onto the states stack so that it would be on top... This would force the game to update and render the new "room"