文件名称:corona_text_engine:Corona SDK 多平台游戏引擎的简单文字效果引擎
文件大小:57KB
文件格式:ZIP
更新时间:2024-08-02 17:46:55
Lua
电晕文本引擎 Corona SDK的简单文字效果引擎(跨平台游戏引擎) 用法 -- Import text engine local textEngine = require ( " textEngine " ) -- Get an instance of textEngine (which is a singleton) local _textEngine = textEngine: getInstance () -- Create a displayGroup to hold the text and his shadow/stroke dg_Main = display. newGroup () -- Create a background local background = display. newRect ( 350 , 450 , 700 , 900 ) dg_Main:
【文件预览】:
corona_text_engine-master
----textEngine.lua(4KB)
----README.md(2KB)
----example.png(68KB)
----main.lua(1KB)