mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 12:40:28 +02:00
imported Löve GLES branch (changeset 1ba9037e558b)
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
function b64(name)
|
||||
local i = io.popen("base64 " .. name)
|
||||
local encoded = i:read("*a")
|
||||
i:close()
|
||||
|
||||
local output = ("local %s =\n%q"):format(name:gsub("%.", "_"), encoded)
|
||||
return output
|
||||
end
|
||||
|
||||
for i, v in ipairs(arg) do
|
||||
print(b64(v))
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
Reference in New Issue
Block a user