diff options
| author | Ray <[email protected]> | 2017-10-22 11:07:17 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-10-22 11:07:17 +0200 |
| commit | 368b0320c65ad5b669f21d001d688d3019d00d78 (patch) | |
| tree | 0c23f1a25e744e1376ffaaa378a102bac4e7a624 /src | |
| parent | df67e799ddab275006bc264b9672d83d2e7ed5a4 (diff) | |
| download | raylib-368b0320c65ad5b669f21d001d688d3019d00d78.tar.gz raylib-368b0320c65ad5b669f21d001d688d3019d00d78.zip | |
Added resource config file
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.ico | bin | 0 -> 105907 bytes | |||
| -rw-r--r-- | src/raylib.rc | 27 | ||||
| -rw-r--r-- | src/resources | bin | 106876 -> 107260 bytes |
3 files changed, 27 insertions, 0 deletions
diff --git a/src/raylib.ico b/src/raylib.ico Binary files differnew file mode 100644 index 00000000..afeb12b9 --- /dev/null +++ b/src/raylib.ico diff --git a/src/raylib.rc b/src/raylib.rc new file mode 100644 index 00000000..89eb8e34 --- /dev/null +++ b/src/raylib.rc @@ -0,0 +1,27 @@ +GLFW_ICON ICON "raylib.ico" + +1 VERSIONINFO +FILEVERSION 1,8,0,0 +PRODUCTVERSION 1,8,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + //BLOCK "080904E4" // English UK + BLOCK "040904E4" // English US + BEGIN + //VALUE "CompanyName", "My Company Name" + VALUE "FileDescription", "Created using raylib (www.raylib.com)" + VALUE "FileVersion", "1.8.0" + VALUE "InternalName", "raylib" + VALUE "LegalCopyright", "(c) 2017 Ramon Santamaria - @raysan5" + //VALUE "OriginalFilename", "raylib_app.exe" + VALUE "ProductName", "raylib game" + VALUE "ProductVersion", "1.8.0" + END + END + BLOCK "VarFileInfo" + BEGIN + //VALUE "Translation", 0x809, 1252 // English UK + VALUE "Translation", 0x409, 1252 // English US + END +END diff --git a/src/resources b/src/resources Binary files differindex 2273ca71..ca725042 100644 --- a/src/resources +++ b/src/resources |
