gpt4 book ai didi

ios - 移动设备陈旧 - 图形被切断

转载 作者:行者123 更新时间:2023-11-29 03:37:35 25 4
gpt4 key购买 nike

使用Flashdevelop,我成功地在我的starling项目中添加了一张jpg:

[Embed(source = "../../../../lib/table_org_img_retouched_900.png")]
private static const Graphic:Class;

...

// create a Bitmap object out of the embedded image
var sausageBitmap:Bitmap = new Sausage();

// create a Texture object to feed the Image object
var texture:Texture = Texture.fromBitmap(sausageBitmap);

// create a Image object with our one texture
var image:Image = new Image(texture);

//image.width = 1000;

// show it
addChild(image);

最后我得到的是这样的:

https://www.dropbox.com/s/wvqws29tg3sxwzv/starling.png

为什么我的png被剪掉了?

最佳答案

有可能是你开始打八哥的时候舞台尺寸不准确,

_starling = new Starling(Game, stage);
_starling.start();

我建议你在创建时跟踪你传递给Starling的舞台的大小,如果它与你的设备大小不匹配,那么你应该延迟一点Starling的创建。

关于ios - 移动设备陈旧 - 图形被切断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18943174/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com