Scene Management | RPG in Go | Ep. 10

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 15

  • @minhoson2017
    @minhoson2017 15 днів тому +2

    The actual video ends on around 27:07.

    • @codingwithsphere
      @codingwithsphere  15 днів тому +2

      Thank you so much for pointing that out! I didn't realized it rendered incorrectly. I edited the video; and it should be the correct length in a couple of hours.

  • @lonelyspaceman7177
    @lonelyspaceman7177 2 дні тому

    I love your tutorials, they are very helpful. Please make more monogame tutorials🙏

  • @ShreyasKr...
    @ShreyasKr... 14 днів тому +1

    Thankyouuu... I started with game dev with this tutorial series... Excited as it moves forward

  • @RaptorExTolop
    @RaptorExTolop 15 днів тому +1

    Thought I would let you know sphere, that not only is this a great series, but this is double digit episode 10 not sad single digit episode 9. You are incredable!

    • @codingwithsphere
      @codingwithsphere  15 днів тому +1

      Thank you for catching that ! I made a lot of mistakes uploading this one lol

  • @DenDenn1
    @DenDenn1 14 днів тому

    Awesome, thanks for this series!

  • @emptycode1782
    @emptycode1782 14 днів тому

    another chill vid , i like these very much xd

  • @idkebejsjsb
    @idkebejsjsb 14 днів тому +1

    loved it!

  • @ehl-12
    @ehl-12 5 днів тому

    This series is amazing! I did have one question though, even after moving the GameScene to its own package, we didn't update the import paths for the assets. Why does that still work?

    • @codingwithsphere
      @codingwithsphere  5 днів тому +1

      the import paths are relative to the root of the project (the dir with the go.mod file). this means that no matter where we are in the project, the file path remains the same. If we were to use go's embedding files system, that would be a different story.

    • @ehl-12
      @ehl-12 4 дні тому

      @@codingwithsphere Oh interesting. TIL about the //go:embed directive. THanks!

  • @SimoneRicco-ko7or
    @SimoneRicco-ko7or 13 днів тому

    May I ask you what plugin does the cursor animation on your neovim?

    • @codingwithsphere
      @codingwithsphere  13 днів тому

      It's not a plugin it's a setting in the kitty terminal emulator: github.com/kovidgoyal/kitty/issues/2460

  • @GenZdev
    @GenZdev 6 днів тому

    Yeh can you show your windows development setup