Ok I have some code that places a 13x13 png onto the map. It does a sleep(300) and then del src.
The location on the screen is 1,1,1. But when it paste the obj which uses a PNG for it's graphics it compresses it into 1 tile. Anyone know whats wrong here?
ID:175465
Apr 20 2003, 11:29 am
|
|
PNG files can only display as one icon at a time; you can use an icon_state like 0,0 for the lower left corner, 1,0 for the one right next to that, and so on. Unfortunately the same applies to screen objects, even if you specify a screen_loc that's a wide area and not just a single tile.
Lummox JR