I’m having huge problems trying to make an iPhone 3 version of my iPad app.
I had all graphics (images and spritesheets) made for a 1024x768 resolution for the iPad.
Now, i have all my graphics exactly half sized for the iPhone 3 version.
I guess that newImageRect would automatically recognize when to use each image, but that’s not happening.
I’m sure i’m doing something wrong.
My config files states width and height, 1024 and 768 respectively.
How should i name images for the iPhone 3? @0.5? Should i put [@0.5]=0.5?
Should i add the suffix to iPad files or iPhone3 files??
Nothing’s working for me.
Please i need help! [import]uid: 105206 topic_id: 22554 reply_id: 322554[/import]
The suffix can really be anything you want:
@fred
@3
@areallylongandsillyprefixthatwouldbeinsanetouse
I would recommend @3g since it’s for the iPhone3g and set the scale value to 0.5, i.e.
["@3g"] = 0.5. [import]uid: 19626 topic_id: 22554 reply_id: 89927[/import]
ok, i figured that out. But i’m having problems with the spacing of things, they don’t seem to appear where they should. Is there anything else besides the suffix that i’m missing?? [import]uid: 105206 topic_id: 22554 reply_id: 89928[/import]