Spawning Enemies | C Game + Engine From Scratch 16

Поділитися
Вставка
  • Опубліковано 5 лют 2023
  • Code used in recording: github.com/Falconerd/engine-f...
    Pixel art for this series is custom made by Presley Carvalho. Check out his website here: perigic.com/
    Background pixel art for this series is Kings and Pigs by Pixel Frog. Check it out here: pixelfrog-assets.itch.io/king...
    Music for this series is from Breezy's Mega Quest by RyanAvx. Check it out here: ryanavx.itch.io/breezys-mega-...
    ➤ Website: dylanfalconer.com
    ➤ GitHub: github.com/Falconerd
    ➤ Discord: / discord

КОМЕНТАРІ • 5

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

    Thx for the series!!!
    Really helpful.

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

    Hey Dylan I found a problem where the spawn enemies is behind the collision line
    i had to update position manually for it to work
    f32 spawn_x = is_flipped ? render_width - 32 : 32;
    is it because my screen isnt the same as yours?

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

    when will you finish this?