change menu background
This commit is contained in:
parent
75471bfd8d
commit
7704070814
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/Credits.gd" type="Script" id=1]
|
||||
[ext_resource path="res://backgrounds/bureauGroupe-2.jpg" type="Texture" id=2]
|
||||
[ext_resource path="res://backgrounds/bureauGroupe-1.jpg" type="Texture" id=2]
|
||||
[ext_resource path="res://fonts/Title.tres" type="DynamicFont" id=3]
|
||||
[ext_resource path="res://fonts/open-sans/OpenSans-Regular.ttf" type="DynamicFontData" id=4]
|
||||
[ext_resource path="res://scenes/typo/Title.tscn" type="PackedScene" id=5]
|
||||
|
@ -26,6 +26,7 @@ __meta__ = {
|
|||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
texture = ExtResource( 2 )
|
||||
expand = true
|
||||
stretch_mode = 7
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
@ -74,7 +75,7 @@ size_flags_vertical = 3
|
|||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_vertical = 3
|
||||
color = Color( 0, 0, 0, 0.423529 )
|
||||
color = Color( 0, 0, 0, 0.694118 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[ext_resource path="res://characters/Evelyne/evelyne_satisfaite.png" type="Texture" id=1]
|
||||
[ext_resource path="res://characters/Patrick/Patrick sans Barbe/Pat_cool.png" type="Texture" id=2]
|
||||
[ext_resource path="res://characters/Jean-Michel/Jean-Méchant.png" type="Texture" id=3]
|
||||
[ext_resource path="res://backgrounds/bureauGroupe-2.jpg" type="Texture" id=4]
|
||||
[ext_resource path="res://backgrounds/bureauGroupe-1.jpg" type="Texture" id=4]
|
||||
[ext_resource path="res://fonts/Title.tres" type="DynamicFont" id=6]
|
||||
[ext_resource path="res://scenes/MainMenu.gd" type="Script" id=7]
|
||||
[ext_resource path="res://scenes/typo/Button.tscn" type="PackedScene" id=8]
|
||||
|
@ -20,6 +20,7 @@ __meta__ = {
|
|||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
texture = ExtResource( 4 )
|
||||
expand = true
|
||||
stretch_mode = 7
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
|
Laden…
Reference in a new issue