Skip to content

Latest commit

 

History

History
executable file
·
22 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

executable file
·
22 lines (9 loc) · 207 Bytes

PSLua

Lua for Play Station Vita

Objective is to make davelopment easy.

For eg to display image

local myImage

myImage = new Image("imgSrc.png", 500, 500);

myImage.x = 50;

myImage.y = 50;