mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Updated love.font, and added Glyph object in love.graphics.
This commit is contained in:
@@ -70,9 +70,7 @@ static const unsigned char B1[]={
|
||||
46,112,114,105,110,116,102, 49, 40, 46, 46, 46, 41, 13, 10, 9,108,111,118,101,
|
||||
46,103,114, 97,112,104,105, 99,115, 46,112,114,105,110,116,102, 32, 61, 32,108,
|
||||
111,118,101, 46,103,114, 97,112,104,105, 99,115, 46,112,114,105,110,116,102, 49,
|
||||
13, 10,101,110,100, 13, 10, 13, 10,102,117,110, 99,116,105,111,110, 32,108,111,
|
||||
118,101, 46,103,114, 97,112,104,105, 99,115, 46,102,105,115,116, 40,100, 41, 13,
|
||||
10, 9,112,114,105,110,116, 40,100, 41, 13, 10,101,110,100,
|
||||
13, 10,101,110,100, 13, 10, 13, 10,
|
||||
};
|
||||
|
||||
if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"graphics.lua")==0) lua_call(L, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user