Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - evax

Pages: [1]
1
Support / bug report
« on: June 12, 2013, 05:20:58 am »
1. create spritecollection
2. add spritesheet and set texture (ex: desert.png 100 x 100 tile size 50 x 50 )
3. commit

than add sprite desert/0 ~ desert/9

and sprite definitions size is 10

4. add some sprite ( ex: glass.png )
5. commit

and sprite definitions size is 11

6. remove sptrite desert/8, desert/9
7. commit

but not change sprite definitons size
(still 11)

2
Support / about isometric tilemap
« on: June 03, 2013, 10:58:09 am »
1. in tiled(www.mapeditor.org)

drawing staggered isometic map 3x3

ABC
 DEF <-offset 1/2 tile width
GHI

But in 2dtoolkit

 ABC <-offset 1/2 tile width
DEF
 GHI <-offset 1/2 tile width

is this Bug? or Intend?

2. have a plan support isometric?

            A
           DB
          GEC
           HF
             I   


Pages: [1]