diff --git a/.gitattributes b/.gitattributes index 6e4354695b0..99b1b35fdef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11049,6 +11049,12 @@ res/skins/default/loader.gif -text res/skins/default/sprite_avatars.png -text res/skins/default/sprite_foils.png -text res/skins/default/sprite_icons.png -text +res/skins/marbles/bg_match.jpg -text +res/skins/marbles/bg_splash.png -text +res/skins/marbles/bg_texture.jpg -text +res/skins/marbles/font1.ttf -text +res/skins/marbles/notes.txt -text +res/skins/marbles/sprite_icons.png -text res/skins/rebel/bg_match.jpg -text res/skins/rebel/bg_splash.png -text res/skins/rebel/bg_texture.jpg -text diff --git a/res/skins/marbles/bg_match.jpg b/res/skins/marbles/bg_match.jpg new file mode 100644 index 00000000000..759c8bf09cf Binary files /dev/null and b/res/skins/marbles/bg_match.jpg differ diff --git a/res/skins/marbles/bg_splash.png b/res/skins/marbles/bg_splash.png new file mode 100644 index 00000000000..8f47dec7581 Binary files /dev/null and b/res/skins/marbles/bg_splash.png differ diff --git a/res/skins/marbles/bg_texture.jpg b/res/skins/marbles/bg_texture.jpg new file mode 100644 index 00000000000..759c8bf09cf Binary files /dev/null and b/res/skins/marbles/bg_texture.jpg differ diff --git a/res/skins/marbles/font1.ttf b/res/skins/marbles/font1.ttf new file mode 100644 index 00000000000..40e9c69dcc9 Binary files /dev/null and b/res/skins/marbles/font1.ttf differ diff --git a/res/skins/marbles/notes.txt b/res/skins/marbles/notes.txt new file mode 100644 index 00000000000..3682589e734 --- /dev/null +++ b/res/skins/marbles/notes.txt @@ -0,0 +1,3 @@ +Abbadon font used for splash. +Aller font used as font1. +Marbles rendered using VRay. \ No newline at end of file diff --git a/res/skins/marbles/sprite_icons.png b/res/skins/marbles/sprite_icons.png new file mode 100644 index 00000000000..c41e225f9b8 Binary files /dev/null and b/res/skins/marbles/sprite_icons.png differ