* Ajout des modes de jeu
* Dev de subterra et estia
* Ajout de tous les dialogues et traduction
* Ajout d'un splashscreen
This commit is contained in:
2026-07-19 12:08:29 +02:00
parent a299ecc320
commit 9fdf8d2888
428 changed files with 7387 additions and 778 deletions
+12 -8
View File
@@ -1,4 +1,3 @@
@tool
extends CanvasLayer
class_name Announce
@@ -6,7 +5,7 @@ const DEFAULT_OBJECT_ACCELERATION = Vector2(3,0)
@export var announce_object : AnnounceObject = null : set = set_announce_object
@export_tool_button("Update", "Callable") var update_action = set_announce_object
# @export_tool_button("Update", "Callable") var update_action = set_announce_object
var announce_objects : Array[AnnounceObject] = []
@@ -36,17 +35,19 @@ func _ready():
if (
GameInfo.game_data.max_energy_announced != GameInfo.game_data.player_data.max_energy
):
announce_objects.append(AnnounceModel.new(
tr("UPGRADED_MAX_ENERGY_TO_%d") % GameInfo.game_data.player_data.max_energy
))
if GameInfo.game_data.max_energy_announced < GameInfo.game_data.player_data.max_energy:
announce_objects.append(AnnounceModel.new(
tr("UPGRADED_MAX_ENERGY_TO_%d") % GameInfo.game_data.player_data.max_energy
))
GameInfo.game_data.max_energy_announced = GameInfo.game_data.player_data.max_energy
if (
GameInfo.game_data.max_inventory_announced != GameInfo.game_data.player_data.inventory.seeds_size
):
announce_objects.append(AnnounceModel.new(
tr("UPGRADED_INVENTORY_SIZE_TO_%d") % GameInfo.game_data.player_data.inventory.seeds_size
))
if GameInfo.game_data.max_inventory_announced < GameInfo.game_data.player_data.inventory.seeds_size:
announce_objects.append(AnnounceModel.new(
tr("UPGRADED_INVENTORY_SIZE_TO_%d") % GameInfo.game_data.player_data.inventory.seeds_size
))
GameInfo.game_data.max_inventory_announced = GameInfo.game_data.player_data.inventory.seeds_size
@@ -54,6 +55,9 @@ func _ready():
func _process(delta):
if GameInfo.game_data.progression_data is InfiniteProgressionData:
return
if announce_object == null and not visible and len(announce_objects) > 0:
announce_object = announce_objects.pop_front()
update_rotation(delta)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

+8 -5
View File
@@ -3,8 +3,7 @@
[ext_resource type="Script" uid="uid://dmefdkcsmgr4l" path="res://gui/menu/controls/scripts/controls.gd" id="1_g86te"]
[ext_resource type="PackedScene" uid="uid://brxrl7sipyy6k" path="res://gui/menu/window/window.tscn" id="1_mnd1d"]
[node name="Controls" type="Control" unique_id=1212554468]
layout_mode = 3
[node name="Controls" type="MarginContainer" unique_id=717235010]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -12,12 +11,17 @@ grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/margin_left = 100
theme_override_constants/margin_top = 100
theme_override_constants/margin_right = 100
theme_override_constants/margin_bottom = 100
script = ExtResource("1_g86te")
[node name="ControlsWindow" parent="." unique_id=257725506 instance=ExtResource("1_mnd1d")]
unique_name_in_owner = true
custom_minimum_size = Vector2(900, 600)
layout_mode = 1
custom_minimum_size = Vector2(900, 0)
layout_mode = 2
size_flags_vertical = 1
title = "CONTROLS"
[node name="WindowTitle" parent="ControlsWindow/WindowHeader/MarginContainer" index="0"]
@@ -26,7 +30,6 @@ text = "CONTROLS"
[node name="MarginContainer" type="MarginContainer" parent="ControlsWindow/WindowContent/MarginContainer/ContentContainer" index="0" unique_id=1413806535]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/margin_left = 5
theme_override_constants/margin_top = 0
@@ -0,0 +1,266 @@
[gd_scene format=3 uid="uid://4hk0f6n8hyuh"]
[ext_resource type="Script" uid="uid://cthkn1scxnnca" path="res://gui/menu/difficulty_choice/scripts/difficulty_choice.gd" id="1_5hg10"]
[ext_resource type="Texture2D" uid="uid://c2qg7ikkylfv4" path="res://common/icons/seeds.svg" id="1_eeoo0"]
[ext_resource type="LabelSettings" uid="uid://dqwayi8yjwau2" path="res://gui/ressources/title_label_settings.tres" id="1_skytu"]
[ext_resource type="FontFile" uid="uid://qt80w6o01q5s" path="res://gui/ressources/fonts/TitanOne-Regular.ttf" id="2_7ehmy"]
[ext_resource type="Texture2D" uid="uid://b0wy3dbpxbnt7" path="res://common/icons/seedling.svg" id="4_5hg10"]
[ext_resource type="Texture2D" uid="uid://bn2wkun71ocun" path="res://common/icons/tree.svg" id="5_plfhj"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_skytu"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5hg10"]
bg_color = Color(1, 0.6511667, 0.089999974, 1)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_skytu"]
bg_color = Color(1, 0.6511667, 0.089999974, 0.2)
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
[sub_resource type="LabelSettings" id="LabelSettings_4t8tc"]
font = ExtResource("2_7ehmy")
font_size = 30
[sub_resource type="Animation" id="Animation_skytu"]
resource_name = "Appear"
length = 0.5
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0.03333334, 0.49844408),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Color(1, 1, 1, 0), Color(1, 1, 1, 1)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".:visible")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0, 0.03333334),
"transitions": PackedFloat32Array(1, 1),
"update": 1,
"values": [false, true]
}
[sub_resource type="Animation" id="Animation_5hg10"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:modulate")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Color(1, 1, 1, 1)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".:visible")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 1,
"values": [false]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_plfhj"]
_data = {
&"Appear": SubResource("Animation_skytu"),
&"RESET": SubResource("Animation_5hg10")
}
[node name="DifficultyChoice" type="Control" unique_id=443336436]
visible = false
z_index = 3
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_5hg10")
[node name="ColorRect" type="ColorRect" parent="." unique_id=2133703730]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.06318334, 0.059500005, 0.17, 0.9411765)
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1702305534]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 20
theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 20
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer" unique_id=1721241058]
layout_mode = 2
alignment = 1
[node name="Label2" type="Label" parent="MarginContainer/VBoxContainer" unique_id=756845182]
modulate = Color(1, 0.6509804, 0.09019608, 1)
layout_mode = 2
text = "CHOOSE_YOUR_DIFFICULTY"
label_settings = ExtResource("1_skytu")
horizontal_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer" unique_id=1188557407]
custom_minimum_size = Vector2(0, 250)
layout_mode = 2
theme_override_constants/separation = 20
alignment = 1
[node name="CosyModeButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=375973757]
custom_minimum_size = Vector2(300, 0)
layout_mode = 2
size_flags_vertical = 3
theme_override_styles/normal = SubResource("StyleBoxEmpty_skytu")
theme_override_styles/pressed = SubResource("StyleBoxFlat_5hg10")
theme_override_styles/hover = SubResource("StyleBoxFlat_skytu")
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/CosyModeButton" unique_id=1515573458]
layout_mode = 1
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -71.5
offset_bottom = 71.5
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="MarginContainer/VBoxContainer/HBoxContainer/CosyModeButton/VBoxContainer" unique_id=1602841768]
custom_minimum_size = Vector2(50, 50)
layout_mode = 2
texture = ExtResource("1_eeoo0")
expand_mode = 1
stretch_mode = 5
[node name="TitleLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/CosyModeButton/VBoxContainer" unique_id=2130435806]
layout_mode = 2
text = "COSY_MODE"
label_settings = SubResource("LabelSettings_4t8tc")
horizontal_alignment = 1
[node name="DescLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/CosyModeButton/VBoxContainer" unique_id=1806512879]
layout_mode = 2
text = "COSY_MODE_DESC_TEXT"
horizontal_alignment = 1
autowrap_mode = 3
[node name="AdventureModeButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=126547107]
custom_minimum_size = Vector2(300, 0)
layout_mode = 2
size_flags_vertical = 3
theme_override_styles/normal = SubResource("StyleBoxEmpty_skytu")
theme_override_styles/pressed = SubResource("StyleBoxFlat_5hg10")
theme_override_styles/hover = SubResource("StyleBoxFlat_skytu")
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/AdventureModeButton" unique_id=1973750782]
layout_mode = 1
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -71.5
offset_bottom = 71.5
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="MarginContainer/VBoxContainer/HBoxContainer/AdventureModeButton/VBoxContainer" unique_id=1045038368]
custom_minimum_size = Vector2(50, 50)
layout_mode = 2
texture = ExtResource("4_5hg10")
expand_mode = 1
stretch_mode = 5
[node name="TitleLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/AdventureModeButton/VBoxContainer" unique_id=911412306]
layout_mode = 2
text = "ADVENTURE_MODE"
label_settings = SubResource("LabelSettings_4t8tc")
horizontal_alignment = 1
[node name="DescLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/AdventureModeButton/VBoxContainer" unique_id=1973330059]
layout_mode = 2
text = "ADVENTURE_MODE_DESC_TEXT"
horizontal_alignment = 1
autowrap_mode = 3
[node name="ChallengeModeButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=2146436246]
custom_minimum_size = Vector2(300, 0)
layout_mode = 2
size_flags_vertical = 3
theme_override_styles/normal = SubResource("StyleBoxEmpty_skytu")
theme_override_styles/pressed = SubResource("StyleBoxFlat_5hg10")
theme_override_styles/hover = SubResource("StyleBoxFlat_skytu")
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer/ChallengeModeButton" unique_id=400968416]
layout_mode = 1
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -71.5
offset_bottom = 71.5
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="MarginContainer/VBoxContainer/HBoxContainer/ChallengeModeButton/VBoxContainer" unique_id=1474416427]
custom_minimum_size = Vector2(50, 50)
layout_mode = 2
texture = ExtResource("5_plfhj")
expand_mode = 1
stretch_mode = 5
[node name="TitleLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/ChallengeModeButton/VBoxContainer" unique_id=1983629939]
layout_mode = 2
text = "CHALLENGE_MODE"
label_settings = SubResource("LabelSettings_4t8tc")
horizontal_alignment = 1
[node name="DescLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/ChallengeModeButton/VBoxContainer" unique_id=172158488]
layout_mode = 2
text = "CHALLENGE_MODE_DESC_TEXT"
horizontal_alignment = 1
autowrap_mode = 3
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer" unique_id=563420684]
modulate = Color(1, 0.6509804, 0.09019608, 1)
layout_mode = 2
text = "DIFFICULTY_CAN_BE_CHANGED_AT_ANY_TIME_IN_THE_SETTINGS"
horizontal_alignment = 1
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=607186407]
unique_name_in_owner = true
libraries/ = SubResource("AnimationLibrary_plfhj")
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/CosyModeButton" to="." method="_on_cosy_mode_button_pressed"]
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/AdventureModeButton" to="." method="_on_adventure_mode_button_pressed"]
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/ChallengeModeButton" to="." method="_on_challenge_mode_button_pressed"]
@@ -0,0 +1,28 @@
extends Control
class_name DifficultyChoice
signal mode_chosen
func appear():
%AnimationPlayer.play("Appear")
await %AnimationPlayer.animation_finished
func disappear():
%AnimationPlayer.play_backwards("Appear")
await %AnimationPlayer.animation_finished
func _on_cosy_mode_button_pressed():
GameInfo.settings_data.story_mode_difficulty = 0
GameInfo.save_settings()
mode_chosen.emit()
func _on_adventure_mode_button_pressed():
GameInfo.settings_data.story_mode_difficulty = 1
GameInfo.save_settings()
mode_chosen.emit()
func _on_challenge_mode_button_pressed():
GameInfo.settings_data.story_mode_difficulty = 2
GameInfo.save_settings()
mode_chosen.emit()
@@ -0,0 +1 @@
uid://cthkn1scxnnca
+8
View File
@@ -12,6 +12,7 @@ func _ready():
setup_sound()
setup_video()
setup_controls()
setup_difficulty()
setup_twitch()
update_twitch_pseudo()
show()
@@ -30,6 +31,7 @@ func open_settings():
setup_sound()
setup_video()
setup_controls()
setup_difficulty()
setup_twitch()
update_twitch_pseudo()
show()
@@ -60,6 +62,9 @@ func setup_controls():
%FovSlider.value = settings.fov
%SensibilitySlider.value = settings.mouse_sensivity
func setup_difficulty():
%StoryModeDifficultyOptionButton.selected = settings.story_mode_difficulty
func setup_twitch():
%TwitchActivationCheckBox.button_pressed = settings.activate_twitch_integration
%TwitchChannelLineEdit.text = settings.twitch_channel
@@ -112,3 +117,6 @@ func _on_twitch_activation_check_box_toggled(toggled_on: bool):
func _on_twitch_channel_line_edit_editing_toggled(toggled_on: bool):
if not toggled_on:
settings.twitch_channel = %TwitchChannelLineEdit.text
func _on_story_mode_difficulty_option_button_item_selected(index: int):
settings.story_mode_difficulty = index
+27
View File
@@ -6,6 +6,10 @@
[ext_resource type="PackedScene" uid="uid://cvjqp3oewr3rv" path="res://gui/menu/window/content_title.tscn" id="3_rbiwc"]
[ext_resource type="PackedScene" uid="uid://d3agt2njfgddb" path="res://gui/menu/window/content_label.tscn" id="4_rbiwc"]
[ext_resource type="AudioStream" uid="uid://8juy5ev3rdfh" path="res://common/audio_manager/assets/sfx/plant_points/plant_point_1.wav" id="6_8f00b"]
[ext_resource type="Theme" uid="uid://5au2k3vf2po3" path="res://gui/ressources/menu.tres" id="6_bun6f"]
[ext_resource type="Texture2D" uid="uid://c2qg7ikkylfv4" path="res://common/icons/seeds.svg" id="6_v2wwn"]
[ext_resource type="Texture2D" uid="uid://b0wy3dbpxbnt7" path="res://common/icons/seedling.svg" id="7_bun6f"]
[ext_resource type="Texture2D" uid="uid://bn2wkun71ocun" path="res://common/icons/tree.svg" id="8_18i73"]
[node name="Settings" type="MarginContainer" unique_id=1374154672]
process_mode = 3
@@ -173,6 +177,28 @@ title = "GAME"
layout_mode = 2
columns = 2
[node name="StoryModeDifficultyText" parent="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/GameSettings" unique_id=1951982692 instance=ExtResource("4_rbiwc")]
layout_mode = 2
size_flags_horizontal = 3
text = "STORY_MODE_DIFFICULTY"
[node name="StoryModeDifficultyOptionButton" type="OptionButton" parent="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/GameSettings" unique_id=361207221]
unique_name_in_owner = true
layout_mode = 2
theme = ExtResource("6_bun6f")
theme_override_constants/icon_max_width = 32
selected = 0
item_count = 3
popup/item_0/text = "COSY_MODE"
popup/item_0/icon = ExtResource("6_v2wwn")
popup/item_0/id = 0
popup/item_1/text = "ADVENTURE_MODE"
popup/item_1/icon = ExtResource("7_bun6f")
popup/item_1/id = 1
popup/item_2/text = "CHALLENGE_MODE"
popup/item_2/icon = ExtResource("8_18i73")
popup/item_2/id = 2
[node name="SensibilitySliderText" parent="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/GameSettings" unique_id=1624022562 instance=ExtResource("4_rbiwc")]
layout_mode = 2
size_flags_horizontal = 3
@@ -261,6 +287,7 @@ bus = &"Sfx"
[connection signal="toggled" from="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/VideoSettings/FullScreenCheckBox" to="." method="_on_full_screen_check_box_toggled"]
[connection signal="value_changed" from="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/VideoSettings/UiSizeSlider" to="." method="_on_ui_size_slider_value_changed"]
[connection signal="value_changed" from="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/VideoSettings/FovSlider" to="." method="_on_fov_slider_value_changed"]
[connection signal="item_selected" from="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/GameSettings/StoryModeDifficultyOptionButton" to="." method="_on_story_mode_difficulty_option_button_item_selected"]
[connection signal="value_changed" from="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/GameSettings/SensibilitySlider" to="." method="_on_sensibility_slider_value_changed"]
[connection signal="toggled" from="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/GameSettings/AutoPickupCheckBox" to="." method="_on_auto_pickup_check_box_toggled"]
[connection signal="toggled" from="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent/GridContainer/TwitchActivationCheckBox" to="." method="_on_twitch_activation_check_box_toggled"]
+1
View File
@@ -157,6 +157,7 @@ text = "GIVE_UP"
icon = ExtResource("8_mnkqy")
[node name="TitleScreen" type="Button" parent="Container/MarginContainer/Pause/HBoxContainer" unique_id=1549423194]
unique_name_in_owner = true
layout_mode = 2
text = "RETURN_TO_TITLE_SCREEN"
icon = ExtResource("8_5hfp2")
+4
View File
@@ -26,6 +26,10 @@ func set_pause(p):
if p:
%GiveUp.visible = GameInfo.game_data and GameInfo.game_data.current_region_data
if SceneManager.actual_scene and SceneManager.actual_scene.get_scene_id() == "TITLE":
%TitleScreen.visible = false
%GiveUp.visible = false
if not p:
GameInfo.save_settings()
Binary file not shown.
+36
View File
@@ -0,0 +1,36 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://dfiipy5dsx8a3"
path="res://.godot/imported/Squarrez.otf-0bbbb4efcb613c3aaaf215bbc893b955.fontdata"
[deps]
source_file="res://gui/ressources/fonts/Squarrez.otf"
dest_files=["res://.godot/imported/Squarrez.otf-0bbbb4efcb613c3aaaf215bbc893b955.fontdata"]
[params]
Rendering=null
antialiasing=1
generate_mipmaps=false
disable_embedded_bitmaps=true
multichannel_signed_distance_field=false
msdf_pixel_range=8
msdf_size=48
allow_system_fallback=true
force_autohinter=false
modulate_color_glyphs=false
hinting=3
subpixel_positioning=4
keep_rounding_remainders=true
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}
+1
View File
@@ -0,0 +1 @@
uid://kt0dbmjcp285
+144
View File
@@ -0,0 +1,144 @@
[gd_resource type="AnimatedTexture" format=3 uid="uid://55e07s702qri"]
[ext_resource type="Texture2D" uid="uid://dq111kbas8xra" path="res://gui/splash/assets/sprites/logo-appear0003.png" id="1_1qke7"]
[ext_resource type="Texture2D" uid="uid://b18kg6uc25rxt" path="res://gui/splash/assets/sprites/logo-appear0004.png" id="2_x1ems"]
[ext_resource type="Texture2D" uid="uid://iu0jcxtcnlv6" path="res://gui/splash/assets/sprites/logo-appear0013.png" id="3_tiirc"]
[ext_resource type="Texture2D" uid="uid://blytf2yjgad5u" path="res://gui/splash/assets/sprites/logo-appear0014.png" id="4_wmsxa"]
[ext_resource type="Texture2D" uid="uid://cwu7veofhb0a3" path="res://gui/splash/assets/sprites/logo-appear0015.png" id="5_jim4b"]
[ext_resource type="Texture2D" uid="uid://dh3ipgb8xuygh" path="res://gui/splash/assets/sprites/logo-appear0016.png" id="6_lujpw"]
[ext_resource type="Texture2D" uid="uid://g42x1tj0ikfa" path="res://gui/splash/assets/sprites/logo-appear0017.png" id="7_tpa6w"]
[ext_resource type="Texture2D" uid="uid://d3r8fwb3ncgel" path="res://gui/splash/assets/sprites/logo-appear0018.png" id="8_skvjo"]
[ext_resource type="Texture2D" uid="uid://cleeec07mbdil" path="res://gui/splash/assets/sprites/logo-appear0019.png" id="9_nl1ry"]
[ext_resource type="Texture2D" uid="uid://nbedhpph8hmr" path="res://gui/splash/assets/sprites/logo-appear0020.png" id="10_swj3f"]
[ext_resource type="Texture2D" uid="uid://cy8dh5tqwsgsg" path="res://gui/splash/assets/sprites/logo-appear0021.png" id="11_lt52w"]
[ext_resource type="Texture2D" uid="uid://dpwivq61rbx3" path="res://gui/splash/assets/sprites/logo-appear0022.png" id="12_n01kc"]
[ext_resource type="Texture2D" uid="uid://t5r11v0saj11" path="res://gui/splash/assets/sprites/logo-appear0005.png" id="13_dmqkq"]
[ext_resource type="Texture2D" uid="uid://benaglt5pqh30" path="res://gui/splash/assets/sprites/logo-appear0023.png" id="14_t2f8v"]
[ext_resource type="Texture2D" uid="uid://d2t5vaimnwwsp" path="res://gui/splash/assets/sprites/logo-appear0024.png" id="15_si3iu"]
[ext_resource type="Texture2D" uid="uid://c7y06fq4y4w8k" path="res://gui/splash/assets/sprites/logo-appear0025.png" id="16_eo0x2"]
[ext_resource type="Texture2D" uid="uid://x6f33rnjckfo" path="res://gui/splash/assets/sprites/logo-appear0026.png" id="17_gufja"]
[ext_resource type="Texture2D" uid="uid://g64g16vuyw4t" path="res://gui/splash/assets/sprites/logo-appear0027.png" id="18_vtddl"]
[ext_resource type="Texture2D" uid="uid://c5j0s4ems3j1u" path="res://gui/splash/assets/sprites/logo-appear0028.png" id="19_47stc"]
[ext_resource type="Texture2D" uid="uid://drp1tahll37en" path="res://gui/splash/assets/sprites/logo-appear0029.png" id="20_yadhf"]
[ext_resource type="Texture2D" uid="uid://d4gtce48v2pus" path="res://gui/splash/assets/sprites/logo-appear0030.png" id="21_rr5xg"]
[ext_resource type="Texture2D" uid="uid://ri42dxqjjmn0" path="res://gui/splash/assets/sprites/logo-appear0031.png" id="22_t7qft"]
[ext_resource type="Texture2D" uid="uid://bkroladd65mgu" path="res://gui/splash/assets/sprites/logo-appear0032.png" id="23_1hlhb"]
[ext_resource type="Texture2D" uid="uid://dlpjf7h1q3fm8" path="res://gui/splash/assets/sprites/logo-appear0006.png" id="24_ha5l7"]
[ext_resource type="Texture2D" uid="uid://d0cushjkhcwhk" path="res://gui/splash/assets/sprites/logo-appear0033.png" id="25_h3ie2"]
[ext_resource type="Texture2D" uid="uid://dy4vah3kgigpi" path="res://gui/splash/assets/sprites/logo-appear0034.png" id="26_418q4"]
[ext_resource type="Texture2D" uid="uid://imhyms7sadjp" path="res://gui/splash/assets/sprites/logo-appear0035.png" id="27_kakyl"]
[ext_resource type="Texture2D" uid="uid://0xtsog7qxud" path="res://gui/splash/assets/sprites/logo-appear0036.png" id="28_0kphi"]
[ext_resource type="Texture2D" uid="uid://cifddft5hr34t" path="res://gui/splash/assets/sprites/logo-appear0037.png" id="29_660jm"]
[ext_resource type="Texture2D" uid="uid://bmelwt6c7tf8b" path="res://gui/splash/assets/sprites/logo-appear0038.png" id="30_wnc8a"]
[ext_resource type="Texture2D" uid="uid://kjmqcbfimn6s" path="res://gui/splash/assets/sprites/logo-appear0039.png" id="31_7uvve"]
[ext_resource type="Texture2D" uid="uid://ckidoi20kjxow" path="res://gui/splash/assets/sprites/logo-appear0040.png" id="32_2tuok"]
[ext_resource type="Texture2D" uid="uid://c7wfe2gl4bfx4" path="res://gui/splash/assets/sprites/logo-appear0041.png" id="33_g3dk8"]
[ext_resource type="Texture2D" uid="uid://bw4igw0w6x7r8" path="res://gui/splash/assets/sprites/logo-appear0042.png" id="34_na03n"]
[ext_resource type="Texture2D" uid="uid://bscrqkhrvw6ge" path="res://gui/splash/assets/sprites/logo-appear0007.png" id="35_36mcd"]
[ext_resource type="Texture2D" uid="uid://d4etxbsa1lrhl" path="res://gui/splash/assets/sprites/logo-appear0043.png" id="36_0bn65"]
[ext_resource type="Texture2D" uid="uid://c71a71dab11lp" path="res://gui/splash/assets/sprites/logo-appear0044.png" id="37_pao2u"]
[ext_resource type="Texture2D" uid="uid://dn7pqfsknkspc" path="res://gui/splash/assets/sprites/logo-appear0045.png" id="38_dshcp"]
[ext_resource type="Texture2D" uid="uid://ox3juhg2wscu" path="res://gui/splash/assets/sprites/logo-appear0046.png" id="39_gpifj"]
[ext_resource type="Texture2D" uid="uid://dwh5jddtocqpe" path="res://gui/splash/assets/sprites/logo-appear0047.png" id="40_568le"]
[ext_resource type="Texture2D" uid="uid://tkwnq6f2jfhg" path="res://gui/splash/assets/sprites/logo-appear0048.png" id="41_fvvf8"]
[ext_resource type="Texture2D" uid="uid://bv23j1yc4aegt" path="res://gui/splash/assets/sprites/logo-appear0008.png" id="42_0xq26"]
[ext_resource type="Texture2D" uid="uid://pss6iagosdiu" path="res://gui/splash/assets/sprites/logo-appear0009.png" id="43_pndg3"]
[ext_resource type="Texture2D" uid="uid://cb0h0ujktv180" path="res://gui/splash/assets/sprites/logo-appear0010.png" id="44_mslqj"]
[ext_resource type="Texture2D" uid="uid://cmq2qeq0h5d5j" path="res://gui/splash/assets/sprites/logo-appear0011.png" id="45_enhcq"]
[ext_resource type="Texture2D" uid="uid://y6eixoppgqlc" path="res://gui/splash/assets/sprites/logo-appear0012.png" id="46_ws40s"]
[resource]
frames = 46
one_shot = true
speed_scale = 30.0
frame_0/texture = ExtResource("1_1qke7")
frame_1/texture = ExtResource("2_x1ems")
frame_1/duration = 1.0
frame_2/texture = ExtResource("13_dmqkq")
frame_2/duration = 1.0
frame_3/texture = ExtResource("24_ha5l7")
frame_3/duration = 1.0
frame_4/texture = ExtResource("35_36mcd")
frame_4/duration = 1.0
frame_5/texture = ExtResource("42_0xq26")
frame_5/duration = 1.0
frame_6/texture = ExtResource("43_pndg3")
frame_6/duration = 1.0
frame_7/texture = ExtResource("44_mslqj")
frame_7/duration = 1.0
frame_8/texture = ExtResource("45_enhcq")
frame_8/duration = 1.0
frame_9/texture = ExtResource("46_ws40s")
frame_9/duration = 1.0
frame_10/texture = ExtResource("3_tiirc")
frame_10/duration = 1.0
frame_11/texture = ExtResource("4_wmsxa")
frame_11/duration = 1.0
frame_12/texture = ExtResource("5_jim4b")
frame_12/duration = 1.0
frame_13/texture = ExtResource("6_lujpw")
frame_13/duration = 1.0
frame_14/texture = ExtResource("7_tpa6w")
frame_14/duration = 1.0
frame_15/texture = ExtResource("8_skvjo")
frame_15/duration = 1.0
frame_16/texture = ExtResource("9_nl1ry")
frame_16/duration = 1.0
frame_17/texture = ExtResource("10_swj3f")
frame_17/duration = 1.0
frame_18/texture = ExtResource("11_lt52w")
frame_18/duration = 1.0
frame_19/texture = ExtResource("12_n01kc")
frame_19/duration = 1.0
frame_20/texture = ExtResource("14_t2f8v")
frame_20/duration = 1.0
frame_21/texture = ExtResource("15_si3iu")
frame_21/duration = 1.0
frame_22/texture = ExtResource("16_eo0x2")
frame_22/duration = 1.0
frame_23/texture = ExtResource("17_gufja")
frame_23/duration = 1.0
frame_24/texture = ExtResource("18_vtddl")
frame_24/duration = 1.0
frame_25/texture = ExtResource("19_47stc")
frame_25/duration = 1.0
frame_26/texture = ExtResource("20_yadhf")
frame_26/duration = 1.0
frame_27/texture = ExtResource("21_rr5xg")
frame_27/duration = 1.0
frame_28/texture = ExtResource("22_t7qft")
frame_28/duration = 1.0
frame_29/texture = ExtResource("23_1hlhb")
frame_29/duration = 1.0
frame_30/texture = ExtResource("25_h3ie2")
frame_30/duration = 1.0
frame_31/texture = ExtResource("26_418q4")
frame_31/duration = 1.0
frame_32/texture = ExtResource("27_kakyl")
frame_32/duration = 1.0
frame_33/texture = ExtResource("28_0kphi")
frame_33/duration = 1.0
frame_34/texture = ExtResource("29_660jm")
frame_34/duration = 1.0
frame_35/texture = ExtResource("30_wnc8a")
frame_35/duration = 1.0
frame_36/texture = ExtResource("31_7uvve")
frame_36/duration = 1.0
frame_37/texture = ExtResource("32_2tuok")
frame_37/duration = 1.0
frame_38/texture = ExtResource("33_g3dk8")
frame_38/duration = 1.0
frame_39/texture = ExtResource("34_na03n")
frame_39/duration = 1.0
frame_40/texture = ExtResource("36_0bn65")
frame_40/duration = 1.0
frame_41/texture = ExtResource("37_pao2u")
frame_41/duration = 1.0
frame_42/texture = ExtResource("38_dshcp")
frame_42/duration = 1.0
frame_43/texture = ExtResource("39_gpifj")
frame_43/duration = 1.0
frame_44/texture = ExtResource("40_568le")
frame_44/duration = 1.0
frame_45/texture = ExtResource("41_fvvf8")
frame_45/duration = 1.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@@ -2,16 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://lpik6kwqgmjx"
path="res://.godot/imported/tablette_resized.png-1e695efa0d8b0701c7cf825b333995f0.ctex"
uid="uid://dqxlhq0fsqo6k"
path="res://.godot/imported/logo-appear0001.png-f3b5db53ac407980ee5e4bc41d92b964.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/game/assets/texture/tablette_resized.png"
dest_files=["res://.godot/imported/tablette_resized.png-1e695efa0d8b0701c7cf825b333995f0.ctex"]
source_file="res://gui/splash/assets/sprites/logo-appear0001.png"
dest_files=["res://.godot/imported/logo-appear0001.png-f3b5db53ac407980ee5e4bc41d92b964.ctex"]
[params]
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@@ -2,16 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cm3ehinvvj52i"
path="res://.godot/imported/Interface sans boutons.png-8803a272a5ab9636d02d2ab305d64a0e.ctex"
uid="uid://48qw7iglw8su"
path="res://.godot/imported/logo-appear0002.png-c42a0bcd2eb71eec1773b85c9e29688a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/game/assets/texture/Interface sans boutons.png"
dest_files=["res://.godot/imported/Interface sans boutons.png-8803a272a5ab9636d02d2ab305d64a0e.ctex"]
source_file="res://gui/splash/assets/sprites/logo-appear0002.png"
dest_files=["res://.godot/imported/logo-appear0002.png-c42a0bcd2eb71eec1773b85c9e29688a.ctex"]
[params]
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dq111kbas8xra"
path="res://.godot/imported/logo-appear0003.png-8fdd73b4727a481136572a2c2813d5df.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0003.png"
dest_files=["res://.godot/imported/logo-appear0003.png-8fdd73b4727a481136572a2c2813d5df.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b18kg6uc25rxt"
path="res://.godot/imported/logo-appear0004.png-1f30ac75910a8cb7fddf8867bfdfcca4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0004.png"
dest_files=["res://.godot/imported/logo-appear0004.png-1f30ac75910a8cb7fddf8867bfdfcca4.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://t5r11v0saj11"
path="res://.godot/imported/logo-appear0005.png-c271cb09857f8721301cb73bce1b91f1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0005.png"
dest_files=["res://.godot/imported/logo-appear0005.png-c271cb09857f8721301cb73bce1b91f1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dlpjf7h1q3fm8"
path="res://.godot/imported/logo-appear0006.png-f45f69d9bde51a11fa98c58b6887bec6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0006.png"
dest_files=["res://.godot/imported/logo-appear0006.png-f45f69d9bde51a11fa98c58b6887bec6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bscrqkhrvw6ge"
path="res://.godot/imported/logo-appear0007.png-886db7c4a91ccc715bcf42f9b2a6e44c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0007.png"
dest_files=["res://.godot/imported/logo-appear0007.png-886db7c4a91ccc715bcf42f9b2a6e44c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bv23j1yc4aegt"
path="res://.godot/imported/logo-appear0008.png-fc691a74c4bb925a37fb7d383c3edabc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0008.png"
dest_files=["res://.godot/imported/logo-appear0008.png-fc691a74c4bb925a37fb7d383c3edabc.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://pss6iagosdiu"
path="res://.godot/imported/logo-appear0009.png-67dc7923cdcff3390dc538f97b937c17.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0009.png"
dest_files=["res://.godot/imported/logo-appear0009.png-67dc7923cdcff3390dc538f97b937c17.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cb0h0ujktv180"
path="res://.godot/imported/logo-appear0010.png-75b7dcf1eb5db04ebe0546f6188dbdb2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0010.png"
dest_files=["res://.godot/imported/logo-appear0010.png-75b7dcf1eb5db04ebe0546f6188dbdb2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cmq2qeq0h5d5j"
path="res://.godot/imported/logo-appear0011.png-15ad414abe9d202e1b74558c11a10df3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0011.png"
dest_files=["res://.godot/imported/logo-appear0011.png-15ad414abe9d202e1b74558c11a10df3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://y6eixoppgqlc"
path="res://.godot/imported/logo-appear0012.png-67922b35c4f456e5f15ebbf0c394fdea.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0012.png"
dest_files=["res://.godot/imported/logo-appear0012.png-67922b35c4f456e5f15ebbf0c394fdea.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://iu0jcxtcnlv6"
path="res://.godot/imported/logo-appear0013.png-148d416ed3a200d6bd270788d629b658.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0013.png"
dest_files=["res://.godot/imported/logo-appear0013.png-148d416ed3a200d6bd270788d629b658.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://blytf2yjgad5u"
path="res://.godot/imported/logo-appear0014.png-37f8343e08cfc2193f815891b850c0ef.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0014.png"
dest_files=["res://.godot/imported/logo-appear0014.png-37f8343e08cfc2193f815891b850c0ef.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cwu7veofhb0a3"
path="res://.godot/imported/logo-appear0015.png-dba7b4a4728a75a1f70e4b3d3cdca9b0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0015.png"
dest_files=["res://.godot/imported/logo-appear0015.png-dba7b4a4728a75a1f70e4b3d3cdca9b0.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dh3ipgb8xuygh"
path="res://.godot/imported/logo-appear0016.png-97f8bb2ba4b17e98bb4a95dadab464a4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0016.png"
dest_files=["res://.godot/imported/logo-appear0016.png-97f8bb2ba4b17e98bb4a95dadab464a4.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://g42x1tj0ikfa"
path="res://.godot/imported/logo-appear0017.png-264493a2d1101eca8a0781798ea6d44d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0017.png"
dest_files=["res://.godot/imported/logo-appear0017.png-264493a2d1101eca8a0781798ea6d44d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d3r8fwb3ncgel"
path="res://.godot/imported/logo-appear0018.png-dfb3b6be9d21082343f0bddb4cca0a2c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0018.png"
dest_files=["res://.godot/imported/logo-appear0018.png-dfb3b6be9d21082343f0bddb4cca0a2c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cleeec07mbdil"
path="res://.godot/imported/logo-appear0019.png-73312d5c123d276725fc6e7c07b927ea.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0019.png"
dest_files=["res://.godot/imported/logo-appear0019.png-73312d5c123d276725fc6e7c07b927ea.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://nbedhpph8hmr"
path="res://.godot/imported/logo-appear0020.png-73c109f9a69030da06f40813bc165cef.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0020.png"
dest_files=["res://.godot/imported/logo-appear0020.png-73c109f9a69030da06f40813bc165cef.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cy8dh5tqwsgsg"
path="res://.godot/imported/logo-appear0021.png-378f87792dc0fb63584ddec7f6209022.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0021.png"
dest_files=["res://.godot/imported/logo-appear0021.png-378f87792dc0fb63584ddec7f6209022.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dpwivq61rbx3"
path="res://.godot/imported/logo-appear0022.png-e7f9f0069fda4f8cfa58dcf14fac6a37.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0022.png"
dest_files=["res://.godot/imported/logo-appear0022.png-e7f9f0069fda4f8cfa58dcf14fac6a37.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://benaglt5pqh30"
path="res://.godot/imported/logo-appear0023.png-8becdafd1728ac1feff9061bc882f43f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0023.png"
dest_files=["res://.godot/imported/logo-appear0023.png-8becdafd1728ac1feff9061bc882f43f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d2t5vaimnwwsp"
path="res://.godot/imported/logo-appear0024.png-9ebc59e3e9a575972a17d32ab562aa64.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0024.png"
dest_files=["res://.godot/imported/logo-appear0024.png-9ebc59e3e9a575972a17d32ab562aa64.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7y06fq4y4w8k"
path="res://.godot/imported/logo-appear0025.png-83377f9882f9cf012ec65d9d316a9221.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0025.png"
dest_files=["res://.godot/imported/logo-appear0025.png-83377f9882f9cf012ec65d9d316a9221.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://x6f33rnjckfo"
path="res://.godot/imported/logo-appear0026.png-06cff59695f759f7dc4884cfe65d033a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0026.png"
dest_files=["res://.godot/imported/logo-appear0026.png-06cff59695f759f7dc4884cfe65d033a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://g64g16vuyw4t"
path="res://.godot/imported/logo-appear0027.png-3ccfbce6b36140386cc0780c4d68bce4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0027.png"
dest_files=["res://.godot/imported/logo-appear0027.png-3ccfbce6b36140386cc0780c4d68bce4.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c5j0s4ems3j1u"
path="res://.godot/imported/logo-appear0028.png-1de300a0f3151fe75a8d56ca694554e3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0028.png"
dest_files=["res://.godot/imported/logo-appear0028.png-1de300a0f3151fe75a8d56ca694554e3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://drp1tahll37en"
path="res://.godot/imported/logo-appear0029.png-41d0c625690989aa088b01ef5afd7d76.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0029.png"
dest_files=["res://.godot/imported/logo-appear0029.png-41d0c625690989aa088b01ef5afd7d76.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d4gtce48v2pus"
path="res://.godot/imported/logo-appear0030.png-33c242e861ec105221cff48a98e34d9a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0030.png"
dest_files=["res://.godot/imported/logo-appear0030.png-33c242e861ec105221cff48a98e34d9a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ri42dxqjjmn0"
path="res://.godot/imported/logo-appear0031.png-49d1c8fea478c9c8a224e8cbd14b1d14.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0031.png"
dest_files=["res://.godot/imported/logo-appear0031.png-49d1c8fea478c9c8a224e8cbd14b1d14.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bkroladd65mgu"
path="res://.godot/imported/logo-appear0032.png-8b7bae6c7e3cb5da226002b2ca11de07.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0032.png"
dest_files=["res://.godot/imported/logo-appear0032.png-8b7bae6c7e3cb5da226002b2ca11de07.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d0cushjkhcwhk"
path="res://.godot/imported/logo-appear0033.png-5c78157518b62c415be47ee32dcc91c1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0033.png"
dest_files=["res://.godot/imported/logo-appear0033.png-5c78157518b62c415be47ee32dcc91c1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dy4vah3kgigpi"
path="res://.godot/imported/logo-appear0034.png-c995d33443d20838cf644fe7d1f66cd9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0034.png"
dest_files=["res://.godot/imported/logo-appear0034.png-c995d33443d20838cf644fe7d1f66cd9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://imhyms7sadjp"
path="res://.godot/imported/logo-appear0035.png-7ceaee5efc4431f336777e880c3ddaec.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0035.png"
dest_files=["res://.godot/imported/logo-appear0035.png-7ceaee5efc4431f336777e880c3ddaec.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -2,16 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://c2pgaklnj5w3d"
path="res://.godot/imported/Tablette info.png-1bbdbf5d41cf3eed26f09b419e160733.ctex"
uid="uid://0xtsog7qxud"
path="res://.godot/imported/logo-appear0036.png-66799df06220d8dbc98cbd7e51fe0ca3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/game/assets/texture/Tablette info.png"
dest_files=["res://.godot/imported/Tablette info.png-1bbdbf5d41cf3eed26f09b419e160733.ctex"]
source_file="res://gui/splash/assets/sprites/logo-appear0036.png"
dest_files=["res://.godot/imported/logo-appear0036.png-66799df06220d8dbc98cbd7e51fe0ca3.ctex"]
[params]
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cifddft5hr34t"
path="res://.godot/imported/logo-appear0037.png-926f4f172873e5d91a5cf3e716325f05.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0037.png"
dest_files=["res://.godot/imported/logo-appear0037.png-926f4f172873e5d91a5cf3e716325f05.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bmelwt6c7tf8b"
path="res://.godot/imported/logo-appear0038.png-7001ebfa8fa22b0a418b5276697d82d7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0038.png"
dest_files=["res://.godot/imported/logo-appear0038.png-7001ebfa8fa22b0a418b5276697d82d7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://kjmqcbfimn6s"
path="res://.godot/imported/logo-appear0039.png-4fb30b95fbfdfcd490745673919cac99.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0039.png"
dest_files=["res://.godot/imported/logo-appear0039.png-4fb30b95fbfdfcd490745673919cac99.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ckidoi20kjxow"
path="res://.godot/imported/logo-appear0040.png-1b29f04e0bf3b4a55f805831845a7141.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0040.png"
dest_files=["res://.godot/imported/logo-appear0040.png-1b29f04e0bf3b4a55f805831845a7141.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7wfe2gl4bfx4"
path="res://.godot/imported/logo-appear0041.png-0fd8a8bb073f08eeb5824517bd7c7899.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0041.png"
dest_files=["res://.godot/imported/logo-appear0041.png-0fd8a8bb073f08eeb5824517bd7c7899.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bw4igw0w6x7r8"
path="res://.godot/imported/logo-appear0042.png-b52ec00fc6da19f1393bc4516ce031ed.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://gui/splash/assets/sprites/logo-appear0042.png"
dest_files=["res://.godot/imported/logo-appear0042.png-b52ec00fc6da19f1393bc4516ce031ed.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Some files were not shown because too many files have changed in this diff Show More