mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Changed how scripts are embedded.
This commit is contained in:
+16
-14
@@ -28,10 +28,10 @@
|
||||
#include <windows.h>
|
||||
#endif // LOVE_WINDOWS
|
||||
|
||||
#ifdef LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#include <iostream>
|
||||
#ifdef LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
#include <fcntl.h>
|
||||
#include <io.h>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#endif // LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
|
||||
@@ -57,6 +57,9 @@
|
||||
#include "libraries/luasocket/luasocket.h"
|
||||
#include "libraries/lanes/lanes.h"
|
||||
|
||||
// Scripts
|
||||
#include "scripts/boot.lua.h"
|
||||
|
||||
#endif // LOVE_BUILD_EXE
|
||||
|
||||
// Resources
|
||||
@@ -81,8 +84,8 @@ static const luaL_Reg modules[] = {
|
||||
|
||||
#endif // LOVE_BUILD_STANDALONE
|
||||
|
||||
#ifdef LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
int w__openConsole(lua_State * L);
|
||||
#ifdef LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
int w__openConsole(lua_State * L);
|
||||
#endif // LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
|
||||
extern "C" LOVE_EXPORT int luaopen_love(lua_State * L)
|
||||
@@ -99,9 +102,9 @@ extern "C" LOVE_EXPORT int luaopen_love(lua_State * L)
|
||||
lua_pushstring(L, love::VERSION_CODENAME);
|
||||
lua_setfield(L, -2, "_version_codename");
|
||||
|
||||
#ifdef LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
lua_pushcfunction(L, w__openConsole);
|
||||
lua_setfield(L, -2, "_openConsole");
|
||||
#ifdef LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
lua_pushcfunction(L, w__openConsole);
|
||||
lua_setfield(L, -2, "_openConsole");
|
||||
#endif // LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
|
||||
lua_newtable(L);
|
||||
@@ -292,10 +295,9 @@ int main(int argc, char ** argv)
|
||||
lua_pop(L, 1);
|
||||
}
|
||||
|
||||
// This is where we should run the built-in Lua code
|
||||
// which gets everything started.
|
||||
|
||||
# include "scripts/boot.lua.h"
|
||||
// Boot
|
||||
if (luaL_loadbuffer(L, love::boot_lua, sizeof(love::boot_lua), "boot.lua") == 0)
|
||||
lua_call(L, 0, 0);
|
||||
|
||||
lua_close(L);
|
||||
|
||||
@@ -311,4 +313,4 @@ int main(int argc, char ** argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // LOVE_BUILD_EXE
|
||||
#endif // LOVE_BUILD_EXE
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
#include <image/ImageData.h>
|
||||
|
||||
#include <scripts/graphics.lua.h>
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace graphics
|
||||
@@ -890,11 +892,12 @@ namespace opengl
|
||||
|
||||
luax_register_module(L, w);
|
||||
|
||||
# include <scripts/graphics.lua.h>
|
||||
if (luaL_loadbuffer(L, graphics_lua, sizeof(graphics_lua), "graphics.lua") == 0)
|
||||
lua_call(L, 0, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
} // opengl
|
||||
} // graphics
|
||||
} // love
|
||||
} // love
|
||||
+1097
-812
File diff suppressed because it is too large
Load Diff
+118
-77
@@ -1,77 +1,118 @@
|
||||
/* code automatically generated by bin2c -- DO NOT EDIT */
|
||||
{
|
||||
/* #include'ing this file in a C program is equivalent to calling
|
||||
if (luaL_loadfile(L,"graphics.lua")==0) lua_call(L, 0, 0);
|
||||
*/
|
||||
/* graphics.lua */
|
||||
static const unsigned char B1[]={
|
||||
45, 45, 91, 91, 13, 10, 67,111,112,121,114,105,103,104,116, 32, 40, 99, 41, 32,
|
||||
50, 48, 48, 54, 45, 50, 48, 48, 57, 32, 76, 79, 86, 69, 32, 68,101,118,101,108,
|
||||
111,112,109,101,110,116, 32, 84,101, 97,109, 13, 10, 13, 10, 84,104,105,115, 32,
|
||||
115,111,102,116,119, 97,114,101, 32,105,115, 32,112,114,111,118,105,100,101,100,
|
||||
32, 39, 97,115, 45,105,115, 39, 44, 32,119,105,116,104,111,117,116, 32, 97,110,
|
||||
121, 32,101,120,112,114,101,115,115, 32,111,114, 32,105,109,112,108,105,101,100,
|
||||
13, 10,119, 97,114,114, 97,110,116,121, 46, 32, 32, 73,110, 32,110,111, 32,101,
|
||||
118,101,110,116, 32,119,105,108,108, 32,116,104,101, 32, 97,117,116,104,111,114,
|
||||
115, 32, 98,101, 32,104,101,108,100, 32,108,105, 97, 98,108,101, 32,102,111,114,
|
||||
32, 97,110,121, 32,100, 97,109, 97,103,101,115, 13, 10, 97,114,105,115,105,110,
|
||||
103, 32,102,114,111,109, 32,116,104,101, 32,117,115,101, 32,111,102, 32,116,104,
|
||||
105,115, 32,115,111,102,116,119, 97,114,101, 46, 13, 10, 13, 10, 80,101,114,109,
|
||||
105,115,115,105,111,110, 32,105,115, 32,103,114, 97,110,116,101,100, 32,116,111,
|
||||
32, 97,110,121,111,110,101, 32,116,111, 32,117,115,101, 32,116,104,105,115, 32,
|
||||
115,111,102,116,119, 97,114,101, 32,102,111,114, 32, 97,110,121, 32,112,117,114,
|
||||
112,111,115,101, 44, 13, 10,105,110, 99,108,117,100,105,110,103, 32, 99,111,109,
|
||||
109,101,114, 99,105, 97,108, 32, 97,112,112,108,105, 99, 97,116,105,111,110,115,
|
||||
44, 32, 97,110,100, 32,116,111, 32, 97,108,116,101,114, 32,105,116, 32, 97,110,
|
||||
100, 32,114,101,100,105,115,116,114,105, 98,117,116,101, 32,105,116, 13, 10,102,
|
||||
114,101,101,108,121, 44, 32,115,117, 98,106,101, 99,116, 32,116,111, 32,116,104,
|
||||
101, 32,102,111,108,108,111,119,105,110,103, 32,114,101,115,116,114,105, 99,116,
|
||||
105,111,110,115, 58, 13, 10, 13, 10, 49, 46, 32, 84,104,101, 32,111,114,105,103,
|
||||
105,110, 32,111,102, 32,116,104,105,115, 32,115,111,102,116,119, 97,114,101, 32,
|
||||
109,117,115,116, 32,110,111,116, 32, 98,101, 32,109,105,115,114,101,112,114,101,
|
||||
115,101,110,116,101,100, 59, 32,121,111,117, 32,109,117,115,116, 32,110,111,116,
|
||||
13, 10, 32, 32, 32, 99,108, 97,105,109, 32,116,104, 97,116, 32,121,111,117, 32,
|
||||
119,114,111,116,101, 32,116,104,101, 32,111,114,105,103,105,110, 97,108, 32,115,
|
||||
111,102,116,119, 97,114,101, 46, 32, 73,102, 32,121,111,117, 32,117,115,101, 32,
|
||||
116,104,105,115, 32,115,111,102,116,119, 97,114,101, 13, 10, 32, 32, 32,105,110,
|
||||
32, 97, 32,112,114,111,100,117, 99,116, 44, 32, 97,110, 32, 97, 99,107,110,111,
|
||||
119,108,101,100,103,109,101,110,116, 32,105,110, 32,116,104,101, 32,112,114,111,
|
||||
100,117, 99,116, 32,100,111, 99,117,109,101,110,116, 97,116,105,111,110, 32,119,
|
||||
111,117,108,100, 32, 98,101, 13, 10, 32, 32, 32, 97,112,112,114,101, 99,105, 97,
|
||||
116,101,100, 32, 98,117,116, 32,105,115, 32,110,111,116, 32,114,101,113,117,105,
|
||||
114,101,100, 46, 13, 10, 50, 46, 32, 65,108,116,101,114,101,100, 32,115,111,117,
|
||||
114, 99,101, 32,118,101,114,115,105,111,110,115, 32,109,117,115,116, 32, 98,101,
|
||||
32,112,108, 97,105,110,108,121, 32,109, 97,114,107,101,100, 32, 97,115, 32,115,
|
||||
117, 99,104, 44, 32, 97,110,100, 32,109,117,115,116, 32,110,111,116, 32, 98,101,
|
||||
13, 10, 32, 32, 32,109,105,115,114,101,112,114,101,115,101,110,116,101,100, 32,
|
||||
97,115, 32, 98,101,105,110,103, 32,116,104,101, 32,111,114,105,103,105,110, 97,
|
||||
108, 32,115,111,102,116,119, 97,114,101, 46, 13, 10, 51, 46, 32, 84,104,105,115,
|
||||
32,110,111,116,105, 99,101, 32,109, 97,121, 32,110,111,116, 32, 98,101, 32,114,
|
||||
101,109,111,118,101,100, 32,111,114, 32, 97,108,116,101,114,101,100, 32,102,114,
|
||||
111,109, 32, 97,110,121, 32,115,111,117,114, 99,101, 32,100,105,115,116,114,105,
|
||||
98,117,116,105,111,110, 46, 13, 10, 45, 45, 93, 93, 13, 10, 13, 10,108,111,118,
|
||||
101, 46,103,114, 97,112,104,105, 99,115, 46,112,114,105,110,116, 32, 61, 32,102,
|
||||
117,110, 99,116,105,111,110, 32, 40, 46, 46, 46, 41, 13, 10, 9,105,102, 32,110,
|
||||
111,116, 32,108,111,118,101, 46,103,114, 97,112,104,105, 99,115, 46,103,101,116,
|
||||
70,111,110,116, 40, 41, 32,116,104,101,110, 32, 13, 10, 9, 9,108,111,118,101,
|
||||
46,103,114, 97,112,104,105, 99,115, 46,115,101,116, 70,111,110,116, 40,108,111,
|
||||
118,101, 46, 95,118,101,114, 97, 95,116,116,102, 44, 32, 49, 50, 41, 13, 10, 9,
|
||||
101,110,100, 13, 10, 9,108,111,118,101, 46,103,114, 97,112,104,105, 99,115, 46,
|
||||
112,114,105,110,116, 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, 32, 61, 32,108,111,118,101,
|
||||
46,103,114, 97,112,104,105, 99,115, 46,112,114,105,110,116, 49, 13, 10,101,110,
|
||||
100, 13, 10, 13, 10,108,111,118,101, 46,103,114, 97,112,104,105, 99,115, 46,112,
|
||||
114,105,110,116,102, 32, 61, 32,102,117,110, 99,116,105,111,110, 32, 40, 46, 46,
|
||||
46, 41, 13, 10, 9,105,102, 32,110,111,116, 32,108,111,118,101, 46,103,114, 97,
|
||||
112,104,105, 99,115, 46,103,101,116, 70,111,110,116, 40, 41, 32,116,104,101,110,
|
||||
32, 13, 10, 9, 9,108,111,118,101, 46,103,114, 97,112,104,105, 99,115, 46,115,
|
||||
101,116, 70,111,110,116, 40,108,111,118,101, 46, 95,118,101,114, 97, 95,116,116,
|
||||
102, 44, 32, 49, 50, 41, 13, 10, 9,101,110,100, 13, 10, 9,108,111,118,101, 46,
|
||||
103,114, 97,112,104,105, 99,115, 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,
|
||||
};
|
||||
|
||||
if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"graphics.lua")==0) lua_call(L, 0, 0);
|
||||
}
|
||||
/**
|
||||
* Copyright (c) 2006-2009 LOVE Development Team
|
||||
*
|
||||
* This software is provided 'as-is', without any express or implied
|
||||
* warranty. In no event will the authors be held liable for any damages
|
||||
* arising from the use of this software.
|
||||
*
|
||||
* Permission is granted to anyone to use this software for any purpose,
|
||||
* including commercial applications, and to alter it and redistribute it
|
||||
* freely, subject to the following restrictions:
|
||||
*
|
||||
* 1. The origin of this software must not be misrepresented; you must not
|
||||
* claim that you wrote the original software. If you use this software
|
||||
* in a product, an acknowledgment in the product documentation would be
|
||||
* appreciated but is not required.
|
||||
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||
* misrepresented as being the original software.
|
||||
* 3. This notice may not be removed or altered from any source distribution.
|
||||
**/
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
// [graphics.lua]
|
||||
const char graphics_lua[] =
|
||||
{
|
||||
0x2D,0x2D,0x5B,0x5B,0x0D,0x0A,0x43,0x6F,0x70,0x79,0x72,0x69,0x67,0x68,0x74,
|
||||
0x20,0x28,0x63,0x29,0x20,0x32,0x30,0x30,0x36,0x2D,0x32,0x30,0x30,0x39,0x20,
|
||||
0x4C,0x4F,0x56,0x45,0x20,0x44,0x65,0x76,0x65,0x6C,0x6F,0x70,0x6D,0x65,0x6E,
|
||||
0x74,0x20,0x54,0x65,0x61,0x6D,0x0D,0x0A,0x0D,0x0A,0x54,0x68,0x69,0x73,0x20,
|
||||
0x73,0x6F,0x66,0x74,0x77,0x61,0x72,0x65,0x20,0x69,0x73,0x20,0x70,0x72,0x6F,
|
||||
0x76,0x69,0x64,0x65,0x64,0x20,0x27,0x61,0x73,0x2D,0x69,0x73,0x27,0x2C,0x20,
|
||||
0x77,0x69,0x74,0x68,0x6F,0x75,0x74,0x20,0x61,0x6E,0x79,0x20,0x65,0x78,0x70,
|
||||
0x72,0x65,0x73,0x73,0x20,0x6F,0x72,0x20,0x69,0x6D,0x70,0x6C,0x69,0x65,0x64,
|
||||
0x0D,0x0A,0x77,0x61,0x72,0x72,0x61,0x6E,0x74,0x79,0x2E,0x20,0x20,0x49,0x6E,
|
||||
0x20,0x6E,0x6F,0x20,0x65,0x76,0x65,0x6E,0x74,0x20,0x77,0x69,0x6C,0x6C,0x20,
|
||||
0x74,0x68,0x65,0x20,0x61,0x75,0x74,0x68,0x6F,0x72,0x73,0x20,0x62,0x65,0x20,
|
||||
0x68,0x65,0x6C,0x64,0x20,0x6C,0x69,0x61,0x62,0x6C,0x65,0x20,0x66,0x6F,0x72,
|
||||
0x20,0x61,0x6E,0x79,0x20,0x64,0x61,0x6D,0x61,0x67,0x65,0x73,0x0D,0x0A,0x61,
|
||||
0x72,0x69,0x73,0x69,0x6E,0x67,0x20,0x66,0x72,0x6F,0x6D,0x20,0x74,0x68,0x65,
|
||||
0x20,0x75,0x73,0x65,0x20,0x6F,0x66,0x20,0x74,0x68,0x69,0x73,0x20,0x73,0x6F,
|
||||
0x66,0x74,0x77,0x61,0x72,0x65,0x2E,0x0D,0x0A,0x0D,0x0A,0x50,0x65,0x72,0x6D,
|
||||
0x69,0x73,0x73,0x69,0x6F,0x6E,0x20,0x69,0x73,0x20,0x67,0x72,0x61,0x6E,0x74,
|
||||
0x65,0x64,0x20,0x74,0x6F,0x20,0x61,0x6E,0x79,0x6F,0x6E,0x65,0x20,0x74,0x6F,
|
||||
0x20,0x75,0x73,0x65,0x20,0x74,0x68,0x69,0x73,0x20,0x73,0x6F,0x66,0x74,0x77,
|
||||
0x61,0x72,0x65,0x20,0x66,0x6F,0x72,0x20,0x61,0x6E,0x79,0x20,0x70,0x75,0x72,
|
||||
0x70,0x6F,0x73,0x65,0x2C,0x0D,0x0A,0x69,0x6E,0x63,0x6C,0x75,0x64,0x69,0x6E,
|
||||
0x67,0x20,0x63,0x6F,0x6D,0x6D,0x65,0x72,0x63,0x69,0x61,0x6C,0x20,0x61,0x70,
|
||||
0x70,0x6C,0x69,0x63,0x61,0x74,0x69,0x6F,0x6E,0x73,0x2C,0x20,0x61,0x6E,0x64,
|
||||
0x20,0x74,0x6F,0x20,0x61,0x6C,0x74,0x65,0x72,0x20,0x69,0x74,0x20,0x61,0x6E,
|
||||
0x64,0x20,0x72,0x65,0x64,0x69,0x73,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x20,
|
||||
0x69,0x74,0x0D,0x0A,0x66,0x72,0x65,0x65,0x6C,0x79,0x2C,0x20,0x73,0x75,0x62,
|
||||
0x6A,0x65,0x63,0x74,0x20,0x74,0x6F,0x20,0x74,0x68,0x65,0x20,0x66,0x6F,0x6C,
|
||||
0x6C,0x6F,0x77,0x69,0x6E,0x67,0x20,0x72,0x65,0x73,0x74,0x72,0x69,0x63,0x74,
|
||||
0x69,0x6F,0x6E,0x73,0x3A,0x0D,0x0A,0x0D,0x0A,0x31,0x2E,0x20,0x54,0x68,0x65,
|
||||
0x20,0x6F,0x72,0x69,0x67,0x69,0x6E,0x20,0x6F,0x66,0x20,0x74,0x68,0x69,0x73,
|
||||
0x20,0x73,0x6F,0x66,0x74,0x77,0x61,0x72,0x65,0x20,0x6D,0x75,0x73,0x74,0x20,
|
||||
0x6E,0x6F,0x74,0x20,0x62,0x65,0x20,0x6D,0x69,0x73,0x72,0x65,0x70,0x72,0x65,
|
||||
0x73,0x65,0x6E,0x74,0x65,0x64,0x3B,0x20,0x79,0x6F,0x75,0x20,0x6D,0x75,0x73,
|
||||
0x74,0x20,0x6E,0x6F,0x74,0x0D,0x0A,0x20,0x20,0x20,0x63,0x6C,0x61,0x69,0x6D,
|
||||
0x20,0x74,0x68,0x61,0x74,0x20,0x79,0x6F,0x75,0x20,0x77,0x72,0x6F,0x74,0x65,
|
||||
0x20,0x74,0x68,0x65,0x20,0x6F,0x72,0x69,0x67,0x69,0x6E,0x61,0x6C,0x20,0x73,
|
||||
0x6F,0x66,0x74,0x77,0x61,0x72,0x65,0x2E,0x20,0x49,0x66,0x20,0x79,0x6F,0x75,
|
||||
0x20,0x75,0x73,0x65,0x20,0x74,0x68,0x69,0x73,0x20,0x73,0x6F,0x66,0x74,0x77,
|
||||
0x61,0x72,0x65,0x0D,0x0A,0x20,0x20,0x20,0x69,0x6E,0x20,0x61,0x20,0x70,0x72,
|
||||
0x6F,0x64,0x75,0x63,0x74,0x2C,0x20,0x61,0x6E,0x20,0x61,0x63,0x6B,0x6E,0x6F,
|
||||
0x77,0x6C,0x65,0x64,0x67,0x6D,0x65,0x6E,0x74,0x20,0x69,0x6E,0x20,0x74,0x68,
|
||||
0x65,0x20,0x70,0x72,0x6F,0x64,0x75,0x63,0x74,0x20,0x64,0x6F,0x63,0x75,0x6D,
|
||||
0x65,0x6E,0x74,0x61,0x74,0x69,0x6F,0x6E,0x20,0x77,0x6F,0x75,0x6C,0x64,0x20,
|
||||
0x62,0x65,0x0D,0x0A,0x20,0x20,0x20,0x61,0x70,0x70,0x72,0x65,0x63,0x69,0x61,
|
||||
0x74,0x65,0x64,0x20,0x62,0x75,0x74,0x20,0x69,0x73,0x20,0x6E,0x6F,0x74,0x20,
|
||||
0x72,0x65,0x71,0x75,0x69,0x72,0x65,0x64,0x2E,0x0D,0x0A,0x32,0x2E,0x20,0x41,
|
||||
0x6C,0x74,0x65,0x72,0x65,0x64,0x20,0x73,0x6F,0x75,0x72,0x63,0x65,0x20,0x76,
|
||||
0x65,0x72,0x73,0x69,0x6F,0x6E,0x73,0x20,0x6D,0x75,0x73,0x74,0x20,0x62,0x65,
|
||||
0x20,0x70,0x6C,0x61,0x69,0x6E,0x6C,0x79,0x20,0x6D,0x61,0x72,0x6B,0x65,0x64,
|
||||
0x20,0x61,0x73,0x20,0x73,0x75,0x63,0x68,0x2C,0x20,0x61,0x6E,0x64,0x20,0x6D,
|
||||
0x75,0x73,0x74,0x20,0x6E,0x6F,0x74,0x20,0x62,0x65,0x0D,0x0A,0x20,0x20,0x20,
|
||||
0x6D,0x69,0x73,0x72,0x65,0x70,0x72,0x65,0x73,0x65,0x6E,0x74,0x65,0x64,0x20,
|
||||
0x61,0x73,0x20,0x62,0x65,0x69,0x6E,0x67,0x20,0x74,0x68,0x65,0x20,0x6F,0x72,
|
||||
0x69,0x67,0x69,0x6E,0x61,0x6C,0x20,0x73,0x6F,0x66,0x74,0x77,0x61,0x72,0x65,
|
||||
0x2E,0x0D,0x0A,0x33,0x2E,0x20,0x54,0x68,0x69,0x73,0x20,0x6E,0x6F,0x74,0x69,
|
||||
0x63,0x65,0x20,0x6D,0x61,0x79,0x20,0x6E,0x6F,0x74,0x20,0x62,0x65,0x20,0x72,
|
||||
0x65,0x6D,0x6F,0x76,0x65,0x64,0x20,0x6F,0x72,0x20,0x61,0x6C,0x74,0x65,0x72,
|
||||
0x65,0x64,0x20,0x66,0x72,0x6F,0x6D,0x20,0x61,0x6E,0x79,0x20,0x73,0x6F,0x75,
|
||||
0x72,0x63,0x65,0x20,0x64,0x69,0x73,0x74,0x72,0x69,0x62,0x75,0x74,0x69,0x6F,
|
||||
0x6E,0x2E,0x0D,0x0A,0x2D,0x2D,0x5D,0x5D,0x0D,0x0A,0x0D,0x0A,0x6C,0x6F,0x76,
|
||||
0x65,0x2E,0x67,0x72,0x61,0x70,0x68,0x69,0x63,0x73,0x2E,0x70,0x72,0x69,0x6E,
|
||||
0x74,0x20,0x3D,0x20,0x66,0x75,0x6E,0x63,0x74,0x69,0x6F,0x6E,0x20,0x28,0x2E,
|
||||
0x2E,0x2E,0x29,0x0D,0x0A,0x09,0x69,0x66,0x20,0x6E,0x6F,0x74,0x20,0x6C,0x6F,
|
||||
0x76,0x65,0x2E,0x67,0x72,0x61,0x70,0x68,0x69,0x63,0x73,0x2E,0x67,0x65,0x74,
|
||||
0x46,0x6F,0x6E,0x74,0x28,0x29,0x20,0x74,0x68,0x65,0x6E,0x20,0x0D,0x0A,0x09,
|
||||
0x09,0x6C,0x6F,0x76,0x65,0x2E,0x67,0x72,0x61,0x70,0x68,0x69,0x63,0x73,0x2E,
|
||||
0x73,0x65,0x74,0x46,0x6F,0x6E,0x74,0x28,0x6C,0x6F,0x76,0x65,0x2E,0x5F,0x76,
|
||||
0x65,0x72,0x61,0x5F,0x74,0x74,0x66,0x2C,0x20,0x31,0x32,0x29,0x0D,0x0A,0x09,
|
||||
0x65,0x6E,0x64,0x0D,0x0A,0x09,0x6C,0x6F,0x76,0x65,0x2E,0x67,0x72,0x61,0x70,
|
||||
0x68,0x69,0x63,0x73,0x2E,0x70,0x72,0x69,0x6E,0x74,0x31,0x28,0x2E,0x2E,0x2E,
|
||||
0x29,0x0D,0x0A,0x09,0x6C,0x6F,0x76,0x65,0x2E,0x67,0x72,0x61,0x70,0x68,0x69,
|
||||
0x63,0x73,0x2E,0x70,0x72,0x69,0x6E,0x74,0x20,0x3D,0x20,0x6C,0x6F,0x76,0x65,
|
||||
0x2E,0x67,0x72,0x61,0x70,0x68,0x69,0x63,0x73,0x2E,0x70,0x72,0x69,0x6E,0x74,
|
||||
0x31,0x0D,0x0A,0x65,0x6E,0x64,0x0D,0x0A,0x0D,0x0A,0x6C,0x6F,0x76,0x65,0x2E,
|
||||
0x67,0x72,0x61,0x70,0x68,0x69,0x63,0x73,0x2E,0x70,0x72,0x69,0x6E,0x74,0x66,
|
||||
0x20,0x3D,0x20,0x66,0x75,0x6E,0x63,0x74,0x69,0x6F,0x6E,0x20,0x28,0x2E,0x2E,
|
||||
0x2E,0x29,0x0D,0x0A,0x09,0x69,0x66,0x20,0x6E,0x6F,0x74,0x20,0x6C,0x6F,0x76,
|
||||
0x65,0x2E,0x67,0x72,0x61,0x70,0x68,0x69,0x63,0x73,0x2E,0x67,0x65,0x74,0x46,
|
||||
0x6F,0x6E,0x74,0x28,0x29,0x20,0x74,0x68,0x65,0x6E,0x20,0x0D,0x0A,0x09,0x09,
|
||||
0x6C,0x6F,0x76,0x65,0x2E,0x67,0x72,0x61,0x70,0x68,0x69,0x63,0x73,0x2E,0x73,
|
||||
0x65,0x74,0x46,0x6F,0x6E,0x74,0x28,0x6C,0x6F,0x76,0x65,0x2E,0x5F,0x76,0x65,
|
||||
0x72,0x61,0x5F,0x74,0x74,0x66,0x2C,0x20,0x31,0x32,0x29,0x0D,0x0A,0x09,0x65,
|
||||
0x6E,0x64,0x0D,0x0A,0x09,0x6C,0x6F,0x76,0x65,0x2E,0x67,0x72,0x61,0x70,0x68,
|
||||
0x69,0x63,0x73,0x2E,0x70,0x72,0x69,0x6E,0x74,0x66,0x31,0x28,0x2E,0x2E,0x2E,
|
||||
0x29,0x0D,0x0A,0x09,0x6C,0x6F,0x76,0x65,0x2E,0x67,0x72,0x61,0x70,0x68,0x69,
|
||||
0x63,0x73,0x2E,0x70,0x72,0x69,0x6E,0x74,0x66,0x20,0x3D,0x20,0x6C,0x6F,0x76,
|
||||
0x65,0x2E,0x67,0x72,0x61,0x70,0x68,0x69,0x63,0x73,0x2E,0x70,0x72,0x69,0x6E,
|
||||
0x74,0x66,0x31,0x0D,0x0A,0x65,0x6E,0x64,0x0D,0x0A,0x0D,0x0A,
|
||||
};
|
||||
// [/graphics.lua]
|
||||
|
||||
} // love
|
||||
Reference in New Issue
Block a user