gros dev pre proto
* Changement de l'UI, ajouts de l'inspecteur par carte et changement de police * Ajout d'un semblant d'exploration * Ajout de la sauvegarde des entités * Restructuration mineure de l'arborescence * Fix divers et réécriture des textes
This commit is contained in:
23
root.tscn
23
root.tscn
@@ -1,8 +1,7 @@
|
||||
[gd_scene load_steps=9 format=3 uid="uid://c5bruelvqbm1k"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://c5bruelvqbm1k"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c54457tbocdwk" path="res://gui/menu/scripts/menu.gd" id="1_bf3um"]
|
||||
[ext_resource type="Texture2D" uid="uid://bnrjnvceprxfn" path="res://stages/terrain/planet/assets/textures/sol_gamejam_normal.png" id="2_huihk"]
|
||||
[ext_resource type="Texture2D" uid="uid://dcn4cq53h1qiy" path="res://stages/terrain/planet/resources/textures/sol_gamejam_fleurs_transp.png" id="3_tw3kd"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3t26nlbnkxg7" path="res://stages/terrain/planet/assets/textures/garden_decontamined_background_texture.png" id="2_vyht1"]
|
||||
[ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/default_theme.tres" id="4_gd4vy"]
|
||||
[ext_resource type="Texture2D" uid="uid://nx4wxpr6mk8l" path="res://gui/menu/assets/texture/SeedingPlanetsLogo.png" id="5_qw60f"]
|
||||
[ext_resource type="Texture2D" uid="uid://03ijmo6xlytu" path="res://gui/menu/assets/texture/abre1glow.png" id="6_eji0w"]
|
||||
@@ -23,20 +22,9 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("2_huihk")
|
||||
texture = ExtResource("2_vyht1")
|
||||
expand_mode = 2
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="Background2" type="TextureRect" parent="CanvasLayer"]
|
||||
z_index = -1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("3_tw3kd")
|
||||
expand_mode = 2
|
||||
stretch_mode = 6
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer"]
|
||||
anchors_preset = 15
|
||||
@@ -110,6 +98,7 @@ horizontal_alignment = 1
|
||||
|
||||
[node name="ArtText" type="Label" parent="CanvasLayer/MarginContainer/GridContainer/Credits"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("4_gd4vy")
|
||||
text = "Baptiste Pocard
|
||||
Céline Ferrand / Lunarde
|
||||
Camille Fleury
|
||||
@@ -126,6 +115,7 @@ horizontal_alignment = 1
|
||||
|
||||
[node name="DevText" type="Label" parent="CanvasLayer/MarginContainer/GridContainer/Credits"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("4_gd4vy")
|
||||
text = "Zacharie Guet / Zink
|
||||
Victor Robert Jaunet / Altaezio
|
||||
"
|
||||
@@ -141,6 +131,7 @@ horizontal_alignment = 1
|
||||
|
||||
[node name="MusicText" type="Label" parent="CanvasLayer/MarginContainer/GridContainer/Credits"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("4_gd4vy")
|
||||
text = "Niels / Nilou"
|
||||
horizontal_alignment = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user