Search found 2 matches

by bigy123
Thu Feb 25, 2021 9:24 am
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 730578

Re: Simple Tiled Implementation - STI v1.2.3.0

You want to use the xy coordinates of your box2d object to draw your image on top Thanks for the answer, but I need to have separate proper sized image for every type of dynamic object. I want to manage images in Tiled. I have following solution: Create object (Tiled) Create tile layer fitting the ...
by bigy123
Mon Feb 22, 2021 3:37 pm
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 730578

Re: Simple Tiled Implementation - STI v1.2.3.0

Hi, I can't figure out how to attach image to box2d object. In the attachment, is problem simplified to 2x2 map with crate image and box2d collider. There is also mouse joint allowing to move the collider. Can I attach the collider to image somehow to move together? Thanks Edit: Hmm, it looks like t...