Compare commits
2 commits
619e753865
...
f8fff0a925
| Author | SHA1 | Date | |
|---|---|---|---|
| f8fff0a925 | |||
| a75788b4d6 |
7 changed files with 59 additions and 12 deletions
|
|
@ -52,6 +52,8 @@ _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://fonts/Title.tres" type="DynamicFont" id=3]
|
||||
[ext_resource path="res://scenes/typo/GameTitle.tscn" type="PackedScene" 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,11 +49,7 @@ margin_top = 10.0
|
|||
margin_right = 1820.0
|
||||
margin_bottom = 1070.0
|
||||
|
||||
[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="GameTitle" parent="MarginContainer/VBoxContainer" instance=ExtResource( 3 )]
|
||||
|
||||
[node name="Credits" type="Label" parent="MarginContainer/VBoxContainer"]
|
||||
margin_top = 141.0
|
||||
|
|
@ -119,6 +115,7 @@ 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
|
||||
|
|
@ -128,6 +125,7 @@ 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
|
||||
|
|
@ -137,6 +135,7 @@ 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
|
||||
|
|
@ -146,6 +145,7 @@ 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,6 +155,7 @@ 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
|
||||
|
|
@ -164,6 +165,7 @@ 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
|
||||
|
|
@ -173,6 +175,7 @@ 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://fonts/Title.tres" type="DynamicFont" id=6]
|
||||
[ext_resource path="res://scenes/typo/GameTitle.tscn" type="PackedScene" 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,11 +47,7 @@ __meta__ = {
|
|||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[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="GameTitle" parent="MarginContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||||
margin_top = 141.0
|
||||
|
|
|
|||
12
scenes/typo/GameTitle.tscn
Normal file
12
scenes/typo/GameTitle.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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
|
||||
}
|
||||
BIN
splashscreen/splashscreen.png
Normal file
BIN
splashscreen/splashscreen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
34
splashscreen/splashscreen.png.import
Normal file
34
splashscreen/splashscreen.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[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
|
||||
BIN
splashscreen/splashscreen.xcf
Normal file
BIN
splashscreen/splashscreen.xcf
Normal file
Binary file not shown.
Loading…
Reference in a new issue