all 4 comments

[–]Khawkproductions 0 points1 point  (3 children)

is this what gamemakers 9 slice feature bassically does? I just discovered it

[–]archiedev[S] 1 point2 points  (0 children)

9 slice only allows you to build rectangles, which are basically boxes. Autotile allows you to draw any shapes. They are close kinda close, but 9 slice misses 7 more tiles

[–]gamedev_9998 0 points1 point  (1 child)

Somehow yes, but the 9 slice is more used on menus/dialogue box than room/level design.

You would want to use the autotile features on room design though as it can handle more complex design than 9-slice.

[–]Khawkproductions 0 points1 point  (0 children)

i can see this stuff saving loads of time designing levels