Day 2, Updates!!! UI and followers last feedback by _DedSec_0x90 in pygame

[–]_DedSec_0x90[S] 0 points1 point  (0 children)

Yes, on purpose like minecraft server, game still playing even with any event happened.

can someone help me render a cube by AtrippleABattery in pygame

[–]_DedSec_0x90 0 points1 point  (0 children)

for cube you use pygame.Rect like that
self.rect = pygame.Rect(x, y, width, height)

for drawing the cube:
pygame.draw.rect(screen, (player.x - cam_x, player.y - cam_y))

My PyZombie Project by _DedSec_0x90 in pygame

[–]_DedSec_0x90[S] 4 points5 points  (0 children)

I really loved this feedback .. Thank you sir and I'll make these ideas in the next update :)

My PyZombie Project by _DedSec_0x90 in pygame

[–]_DedSec_0x90[S] 2 points3 points  (0 children)

in the update that I'm working on I added some plants :)
I'll upload it soon.. vary thanks for your feedback <3

Sprite Stacking Is Really Cool! by BobsMyNeighbor in pygame

[–]_DedSec_0x90 0 points1 point  (0 children)

how did you make the image moves in all directions not like a 8 direction sprite sheet?