Browse Source

change menu background

Arnaud Vergnet 2 years ago
parent
commit
7704070814
2 changed files with 5 additions and 3 deletions
  1. 3
    2
      scenes/Credits.tscn
  2. 2
    1
      scenes/MainMenu.tscn

+ 3
- 2
scenes/Credits.tscn View File

@@ -1,7 +1,7 @@
1 1
 [gd_scene load_steps=9 format=2]
2 2
 
3 3
 [ext_resource path="res://scenes/Credits.gd" type="Script" id=1]
4
-[ext_resource path="res://backgrounds/bureauGroupe-2.jpg" type="Texture" id=2]
4
+[ext_resource path="res://backgrounds/bureauGroupe-1.jpg" type="Texture" id=2]
5 5
 [ext_resource path="res://fonts/Title.tres" type="DynamicFont" id=3]
6 6
 [ext_resource path="res://fonts/open-sans/OpenSans-Regular.ttf" type="DynamicFontData" id=4]
7 7
 [ext_resource path="res://scenes/typo/Title.tscn" type="PackedScene" id=5]
@@ -26,6 +26,7 @@ __meta__ = {
26 26
 anchor_right = 1.0
27 27
 anchor_bottom = 1.0
28 28
 texture = ExtResource( 2 )
29
+expand = true
29 30
 stretch_mode = 7
30 31
 __meta__ = {
31 32
 "_edit_use_anchors_": false
@@ -74,7 +75,7 @@ size_flags_vertical = 3
74 75
 anchor_right = 1.0
75 76
 anchor_bottom = 1.0
76 77
 size_flags_vertical = 3
77
-color = Color( 0, 0, 0, 0.423529 )
78
+color = Color( 0, 0, 0, 0.694118 )
78 79
 __meta__ = {
79 80
 "_edit_use_anchors_": false
80 81
 }

+ 2
- 1
scenes/MainMenu.tscn View File

@@ -3,7 +3,7 @@
3 3
 [ext_resource path="res://characters/Evelyne/evelyne_satisfaite.png" type="Texture" id=1]
4 4
 [ext_resource path="res://characters/Patrick/Patrick sans Barbe/Pat_cool.png" type="Texture" id=2]
5 5
 [ext_resource path="res://characters/Jean-Michel/Jean-Méchant.png" type="Texture" id=3]
6
-[ext_resource path="res://backgrounds/bureauGroupe-2.jpg" type="Texture" id=4]
6
+[ext_resource path="res://backgrounds/bureauGroupe-1.jpg" type="Texture" id=4]
7 7
 [ext_resource path="res://fonts/Title.tres" type="DynamicFont" id=6]
8 8
 [ext_resource path="res://scenes/MainMenu.gd" type="Script" id=7]
9 9
 [ext_resource path="res://scenes/typo/Button.tscn" type="PackedScene" id=8]
@@ -20,6 +20,7 @@ __meta__ = {
20 20
 anchor_right = 1.0
21 21
 anchor_bottom = 1.0
22 22
 texture = ExtResource( 4 )
23
+expand = true
23 24
 stretch_mode = 7
24 25
 __meta__ = {
25 26
 "_edit_use_anchors_": false

Loading…
Cancel
Save