什么是可能的方式,使游戏画面电晕SDK? [英] What is a possible way to make game graphics for Corona SDK?

查看:204
本文介绍了什么是可能的方式,使游戏画面电晕SDK?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在发展与电晕SDK一个简单的iPhone / Android的游戏。游戏本身并没有采用进口的图形,只有规则形状。现在,我面对使图形的标题画面,终端屏幕和按钮的问题。我只需要知道一个可能的方式来做到这一点。如果有人可以帮助,那将是巨大的。

I have been developing a simple iPhone/Android game with Corona SDK. The game itself does not use imported graphics, only regular shapes. Now, I am faced with the problem of making the graphics for the title-screen, end-screen and buttons. I just need to know a possible way to do this. If anyone could help, that would be great.

推荐答案

我真的不明白你的意思,你能不能举一些例子?

I don't really understand what you mean, could you give some examples?

也许这?

local options = {
    defaultFile = image_path,
    overFile = image_path_o,
    onRelease = function ()
        --code here
    end
}

local img_button = widget.newButton(options)

这篇关于什么是可能的方式,使游戏画面电晕SDK?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆