Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageLayer.repeat #124

Closed
neilcauldwell opened this issue Sep 28, 2012 · 3 comments
Closed

ImageLayer.repeat #124

neilcauldwell opened this issue Sep 28, 2012 · 3 comments
Labels
Milestone

Comments

@neilcauldwell
Copy link

Set a repeat property to ImageLayer instances, similar to CSS background-position http://bit.ly/OrgPSa

  • no-repeat
  • repeat (both x & y)
  • repeat-x
  • repeat-y
melonjs pushed a commit that referenced this issue Oct 22, 2012
Todo :
* implement the CSS -like repeat field (Ticket #124)
* update tutorial (Ticket #100) and documentation (html/github)
* clean-up any remaining messy code
* wait for the next Tiled release with official Image Layer Support
melonjs pushed a commit that referenced this issue Oct 24, 2012
melonjs pushed a commit that referenced this issue Nov 1, 2012
@melonjs
Copy link
Collaborator

melonjs commented Nov 1, 2012

Implementation is I think complete, thought not available yet in the main branch, so I will keep it open for now (as I did this as part of the imageLayer cleaning stuff in preparation of the next Tiled version).

One current limitation when using dirtyRect and scrolling and repeating background (but this should be covered in ticket #101)

@melonjs
Copy link
Collaborator

melonjs commented Jan 28, 2013

ImageLayer branch has been merged into master, closing this one

@melonjs melonjs closed this as completed Jan 28, 2013
@melonjs
Copy link
Collaborator

melonjs commented Jan 29, 2013

@neilcauldwell

in case you did not notice, it's not merged :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant