From a87a91398ab57f6f9da04bdd3769f4b95db34215 Mon Sep 17 00:00:00 2001
From: mschieber <morgane.schieber@etu.unistra.fr>
Date: Sun, 15 Mar 2020 18:55:41 +0100
Subject: [PATCH] #81 appearance of the list of friends done

---
 cmi2/scenes/MultiSelectMenu.tscn |  2 +-
 cmi2/themes/panelAddFriends.tres | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 cmi2/themes/panelAddFriends.tres

diff --git a/cmi2/scenes/MultiSelectMenu.tscn b/cmi2/scenes/MultiSelectMenu.tscn
index 7079d11..f91aa42 100644
--- a/cmi2/scenes/MultiSelectMenu.tscn
+++ b/cmi2/scenes/MultiSelectMenu.tscn
@@ -5,7 +5,7 @@
 [ext_resource path="res://assets/allPage/mainTitle.png" type="Texture" id=3]
 [ext_resource path="res://assets/allPage/backbutton.png" type="Texture" id=4]
 [ext_resource path="res://assets/allPage/backbuttonhover.png" type="Texture" id=5]
-[ext_resource path="res://scenes/mainTitleTheme.tres" type="Theme" id=6]
+[ext_resource path="res://themes/mainTitleTheme.tres" type="Theme" id=6]
 [ext_resource path="res://assets/allPage/options.png" type="Texture" id=7]
 [ext_resource path="res://assets/allPage/optionshover.png" type="Texture" id=8]
 [ext_resource path="res://assets/selectGame/2Button.png" type="Texture" id=9]
diff --git a/cmi2/themes/panelAddFriends.tres b/cmi2/themes/panelAddFriends.tres
new file mode 100644
index 0000000..9e414b3
--- /dev/null
+++ b/cmi2/themes/panelAddFriends.tres
@@ -0,0 +1,13 @@
+[gd_resource type="Theme" load_steps=2 format=2]
+
+[sub_resource type="StyleBoxFlat" id=1]
+bg_color = Color( 0.0509804, 0.0509804, 0.0509804, 1 )
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
+
+[resource]
+Panel/styles/panel = SubResource( 1 )
+Panel/styles/panelf = null
+Panel/styles/panelnc = null
-- 
GitLab