Author Topic: Filled tiled sprite  (Read 1502 times)

Sobraj

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 11
    • View Profile
Filled tiled sprite
« on: April 25, 2014, 09:14:53 AM »
Is there a way to make a filled sprite with a tiled image? I watched the video of making a sliced tiled sprite, but cannot think of a way to use a similar method for creating a filled tiled sprite.
At this moment I just change the dimensions accordingly but since this is an int it is not smoothly animated like the filled sprite's float value.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Filled tiled sprite
« Reply #1 on: April 25, 2014, 10:15:57 AM »
Sprite type: Advanced lets you specify all pieces separately.

Sobraj

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 11
    • View Profile
Re: Filled tiled sprite
« Reply #2 on: April 28, 2014, 07:07:42 AM »
Advanced only has Invisible, Tiled or Sliced. But not filled.

Nevermind, just had to use a slider.
But thanks for the reply :)
« Last Edit: April 28, 2014, 07:17:33 AM by Sobraj »