You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
@@ -16,7 +16,7 @@ def make_splash(target, source, env):
|
|||||||
g.write("/* THIS FILE IS GENERATED DO NOT EDIT */\n")
|
g.write("/* THIS FILE IS GENERATED DO NOT EDIT */\n")
|
||||||
g.write("#ifndef BOOT_SPLASH_H\n")
|
g.write("#ifndef BOOT_SPLASH_H\n")
|
||||||
g.write("#define BOOT_SPLASH_H\n")
|
g.write("#define BOOT_SPLASH_H\n")
|
||||||
g.write("static const Color boot_splash_bg_color = Color(1,1,1,1);\n")
|
g.write('static const Color boot_splash_bg_color = Color::html("#232323");\n')
|
||||||
g.write("static const unsigned char boot_splash_png[] = {\n")
|
g.write("static const unsigned char boot_splash_png[] = {\n")
|
||||||
for i in range(len(buf)):
|
for i in range(len(buf)):
|
||||||
g.write(byte_to_str(buf[i]) + ",\n")
|
g.write(byte_to_str(buf[i]) + ",\n")
|
||||||
|
|||||||
BIN
main/splash.png
BIN
main/splash.png
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user