Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] sprite problem
#1
file(0-49): sprite\sys\julian_0.bmp w: 79 h: 99 row: 10 col: 5
file(50-63): sprite\sys\julian_1.bmp w: 109 h: 99 row: 7 col: 2
file(64-113): sprite\sys\julian_2.bmp w: 79 h: 99 row: 10 col: 5
file(114-118): sprite\sys\julian_3.bmp w: 99 h: 209 row: 5 col: 1
file(119-122): sprite\sys\julian_4.bmp w: 79 h: 99 row: 4 col: 1

<frame> 338 big_ball2
pic: 119 state: 3 wait: 3 next: 339 dvx: 0 dvy: 0 dvz: 0 centerx: 38 centery: 99 hit_a: 0 hit_d: 0 hit_j: 0 mp: 80...

why doesn't appear the sprite? (sprite 0-118 work without problem)


Attached Files
.bmp   Julian_4.bmp (Size: 82.32 KB / Downloads: 70)
Reply
Thanks given by:
#2
change
    DC-Code:
file(119-122): sprite\sys\julian_4.bmp w: 79 h: 99 row: 4 col: 1

to this:
    DC-Code:
file(119-122): sprite\sys\julian_4.bmp w: 79 h: 90 row: 4 col: 1


The actual sprite is smaller than you specified.
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#3
yeah, that makes sense, thank you!

*solved*
Reply
Thanks given by:




Users browsing this thread: 2 Guest(s)