User contributions
- 14:37, 12 April 2012 (diff | hist) . . (+697) . . N love.graphics.circle (简体中文) (Created page with "绘制一个圆形. == Function == === Synopsis === <source lang="lua"> love.graphics.circle( mode, x, y, radius, segments ) </source> === Arguments === {{param|DrawMode|mode|如...")
- 14:34, 12 April 2012 (diff | hist) . . (+660) . . N love.graphics.checkMode (简体中文) (Created page with "Checks if a display mode is supported. 检查是否支持这种显示模式. == Function == === Synopsis === <source lang="lua"> supported = love.graphics.checkMode( width, heigh...")
- 14:32, 12 April 2012 (diff | hist) . . (+1,159) . . N love.graphics.arc (简体中文) (Created page with "{{newin|0.8.0|080|type=function}} 绘制一段弧. == Function == === Synopsis === <source lang="lua"> love.graphics.arc( mode, x, y, radius, angle1, angle2, segments ) </so...")
- 14:24, 12 April 2012 (diff | hist) . . (+2,308) . . N love.graphics (简体中文) (Created page with "The primary responsibility for the love.graphics module is the drawing of lines, shapes, text, Images and other Drawable objects onto the screen. Its secondary responsibi...")
- 14:10, 12 April 2012 (diff | hist) . . (+1,505) . . N ImageData (简体中文) (Created page with "Raw (decoded) image data. You can't draw ImageData directly to screen. See Image for that. 你不能直接绘制ImageData到屏幕上,参见Image == Constructors == {{...")
- 14:04, 12 April 2012 (diff | hist) . . (+712) . . N love.image (简体中文) (Created page with "Provides an interface to decode encoded image data.提供一个解码图像数据的接口 == 类型 == {{#ask: Category:Types parent::love.image Concept:Current | he...")
- 14:01, 12 April 2012 (diff | hist) . . (+362) . . N Data (简体中文) (Created page with "The superclass of all data. == Functions == {{#ask: Category:Functions |Object [[Since::<071]] | headers=hide | ?Description }} == Supertypes == Object =...")