Compare commits
No commits in common. "f8fff0a925cf4b8c3d1f2b7ab364c1e86f3e61dc" and "619e7538654236e26eebe3c71f741b01b2a559ef" have entirely different histories.
f8fff0a925
...
619e753865
7 changed files with 12 additions and 59 deletions
|
|
@ -52,8 +52,6 @@ _global_script_class_icons={
|
|||
|
||||
config/name="Pir-serious-game-ethics"
|
||||
run/main_scene="res://scenes/MainMenu.tscn"
|
||||
run/disable_stdout=true
|
||||
boot_splash/image="res://splashscreen/splashscreen.png"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[autoload]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource path="res://scenes/Credits.gd" type="Script" id=1]
|
||||
[ext_resource path="res://backgrounds/bureauGroupe-1.jpg" type="Texture" id=2]
|
||||
[ext_resource path="res://scenes/typo/GameTitle.tscn" type="PackedScene" id=3]
|
||||
[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]
|
||||
[ext_resource path="res://scenes/typo/CreditsItem.tscn" type="PackedScene" id=6]
|
||||
|
|
@ -49,7 +49,11 @@ margin_top = 10.0
|
|||
margin_right = 1820.0
|
||||
margin_bottom = 1070.0
|
||||
|
||||
[node name="GameTitle" parent="MarginContainer/VBoxContainer" instance=ExtResource( 3 )]
|
||||
[node name="Title" type="Label" parent="MarginContainer/VBoxContainer"]
|
||||
margin_right = 1720.0
|
||||
margin_bottom = 137.0
|
||||
custom_fonts/font = ExtResource( 3 )
|
||||
text = "Serious Game on Ethics"
|
||||
|
||||
[node name="Credits" type="Label" parent="MarginContainer/VBoxContainer"]
|
||||
margin_top = 141.0
|
||||
|
|
@ -115,7 +119,6 @@ margin_right = 1668.0
|
|||
margin_bottom = 201.0
|
||||
title = "Abir Benazzouz"
|
||||
subtile = "Dessins et animations"
|
||||
link = ""
|
||||
|
||||
[node name="Arnaud" parent="MarginContainer/VBoxContainer/Control/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
anchor_right = 0.0
|
||||
|
|
@ -125,7 +128,6 @@ margin_right = 1668.0
|
|||
margin_bottom = 319.0
|
||||
title = "Arnaud Vergnet"
|
||||
subtile = "Programmation"
|
||||
link = ""
|
||||
|
||||
[node name="Auriane" parent="MarginContainer/VBoxContainer/Control/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
anchor_right = 0.0
|
||||
|
|
@ -135,7 +137,6 @@ margin_right = 1668.0
|
|||
margin_bottom = 437.0
|
||||
title = "Auriane Lartigue"
|
||||
subtile = "Dessins"
|
||||
link = ""
|
||||
|
||||
[node name="Clémentine" parent="MarginContainer/VBoxContainer/Control/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
anchor_right = 0.0
|
||||
|
|
@ -145,7 +146,6 @@ margin_right = 1668.0
|
|||
margin_bottom = 555.0
|
||||
title = "Clémentine Bonneau"
|
||||
subtile = "Scénario"
|
||||
link = ""
|
||||
|
||||
[node name="Élise" parent="MarginContainer/VBoxContainer/Control/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
anchor_right = 0.0
|
||||
|
|
@ -155,7 +155,6 @@ margin_right = 1668.0
|
|||
margin_bottom = 673.0
|
||||
title = "Élise Barnabé"
|
||||
subtile = "Scénario"
|
||||
link = ""
|
||||
|
||||
[node name="Morgane" parent="MarginContainer/VBoxContainer/Control/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
anchor_right = 0.0
|
||||
|
|
@ -165,7 +164,6 @@ margin_right = 1668.0
|
|||
margin_bottom = 791.0
|
||||
title = "Morgane Foussats"
|
||||
subtile = "Scénario"
|
||||
link = ""
|
||||
|
||||
[node name="Nabil" parent="MarginContainer/VBoxContainer/Control/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
anchor_right = 0.0
|
||||
|
|
@ -175,7 +173,6 @@ margin_right = 1668.0
|
|||
margin_bottom = 909.0
|
||||
title = "Nabil Moukhlis"
|
||||
subtile = "Programmation et dessins"
|
||||
link = ""
|
||||
|
||||
[node name="Technologies" parent="MarginContainer/VBoxContainer/Control/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource( 5 )]
|
||||
margin_top = 913.0
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
[ext_resource path="res://characters/Jean-Michel/Jean-Méchant.png" type="Texture" id=3]
|
||||
[ext_resource path="res://backgrounds/bureauGroupe-1.jpg" type="Texture" id=4]
|
||||
[ext_resource path="res://styles/Panel.tres" type="StyleBox" id=5]
|
||||
[ext_resource path="res://scenes/typo/GameTitle.tscn" type="PackedScene" id=6]
|
||||
[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]
|
||||
|
||||
|
|
@ -47,7 +47,11 @@ __meta__ = {
|
|||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="GameTitle" parent="MarginContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
[node name="Title" type="Label" parent="MarginContainer/VBoxContainer"]
|
||||
margin_right = 1720.0
|
||||
margin_bottom = 137.0
|
||||
custom_fonts/font = ExtResource( 6 )
|
||||
text = "Serious Game on Ethics"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||||
margin_top = 141.0
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/Title.tres" type="DynamicFont" id=1]
|
||||
|
||||
[node name="GameTitle" type="Label"]
|
||||
margin_right = 1720.0
|
||||
margin_bottom = 137.0
|
||||
custom_fonts/font = ExtResource( 1 )
|
||||
text = "Serious Game on Ethics"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB |
|
|
@ -1,34 +0,0 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/splashscreen.png-56d9438900b0099eecf0004a29297279.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://splashscreen/splashscreen.png"
|
||||
dest_files=[ "res://.import/splashscreen.png-56d9438900b0099eecf0004a29297279.stex" ]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
||||
Binary file not shown.
Loading…
Reference in a new issue