Compare commits

...

41 Commits

Author SHA1 Message Date
e20ad3db95 des trucs 2024-09-04 20:04:20 +02:00
fc4be1f695 Add water again 2024-09-02 00:44:09 +02:00
e13faa02d2 Hide controls on win screen 2024-09-02 00:14:14 +02:00
55afdb608e Last modifs (maybe (we dunno)) 2024-09-02 00:04:56 +02:00
c4961da0dc Animals 2024-09-01 23:30:00 +02:00
e1797e1062 Merge pull request 'feat/bigtrees' (#9) from feat/bigtrees into master
Reviewed-on: #9
2024-09-01 21:15:53 +00:00
1d84610d46 rebase 2024-09-01 23:14:52 +02:00
8691b94b88 rebase 2024-09-01 23:12:29 +02:00
40a71daba8 Adding Animal Animations 2024-09-01 23:10:04 +02:00
e1b43a0de9 Adding Tutorial and win screen 2024-09-01 22:29:11 +02:00
68a5b8f305 Adding plant animation 2024-09-01 22:28:18 +02:00
60bff28d48 Merge pull request 'feat/trees' (#8) from feat/trees into master
Reviewed-on: #8
2024-09-01 20:11:56 +00:00
4da5214797 new trees 2024-09-01 22:10:31 +02:00
fbbb4af708 objectrees plant count 2024-09-01 21:07:12 +02:00
7b2aa34ac0 Adding win behaviour 2024-09-01 20:52:06 +02:00
d0e17011c1 Adding tutorial 2024-09-01 20:45:07 +02:00
ebcea9f687 Ajout d'animation de plante 2024-09-01 19:46:39 +02:00
e7c469d0ae Changement du sol avec flaque 2024-09-01 19:31:18 +02:00
164897cc59 Merge pull request 'CONTENT' (#7) from feat/content into master
Reviewed-on: #7
2024-09-01 17:12:28 +00:00
aa43e1b7f1 CONTENT 2024-09-01 19:04:29 +02:00
78921a780c Adding sound and music 2024-09-01 18:16:06 +02:00
dfade2fc63 Ajout du sprite du robot 2024-09-01 17:27:22 +02:00
ebf0952dec Adding cursors 2024-09-01 17:10:10 +02:00
67d7812205 Adding menu 2024-09-01 16:19:47 +02:00
510e96cde6 Merge pull request 'robot wanderer and liberation only once' (#6) from feat/robot into master
Reviewed-on: #6
2024-09-01 14:14:34 +00:00
99d71284f7 Merge branch 'feat/robot' of https://git.zacharie-guet.fr/zacharie/minijam-166 into feat/robot 2024-09-01 16:13:33 +02:00
7253f41cee robot wanderer and liberation only once 2024-09-01 14:12:03 +00:00
e0293db640 Adding procedural textures to the ground 2024-09-01 15:30:51 +02:00
089802fba0 robot wanderer and liberation only once 2024-09-01 14:24:24 +02:00
f9e1a56615 camera no move out of window 2024-09-01 12:54:18 +02:00
21b694d4b6 Minor improvements 2024-09-01 12:41:08 +02:00
0d37e456cb develop pland card 2024-09-01 12:12:40 +02:00
48158a1928 animals 2024-09-01 12:07:48 +02:00
a74dfd4527 camera movement improvement 2024-09-01 10:25:57 +02:00
0a5af3879d seed queue + seed card + distant spawn + reproduction 2024-09-01 03:33:38 +02:00
6faa06f036 global mouse pos 2024-08-31 19:16:11 +02:00
4a06557419 Improve scanner view 2024-08-31 19:00:34 +02:00
b3e06bdb2d Various adding : camera, ground texture... 2024-08-31 18:54:57 +02:00
7949eb6489 plant needs and adds 2024-08-31 18:18:34 +02:00
5f8052f0a3 Setup basic GUI and scanner selection 2024-08-31 17:13:07 +02:00
ee46a240c2 Add get_stat function to terrain.gd 2024-08-31 16:39:53 +02:00
341 changed files with 8588 additions and 270 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Godot 4+ specific ignores
.godot/
/android/
addons/
*.tmp
export/

View File

@@ -1,15 +1,28 @@
[gd_scene load_steps=3 format=3 uid="uid://d3srnfkpx01we"]
[gd_scene load_steps=5 format=3 uid="uid://d3srnfkpx01we"]
[sub_resource type="Gradient" id="Gradient_vr3vq"]
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 1)
[sub_resource type="GradientTexture1D" id="GradientTexture1D_8n51p"]
gradient = SubResource("Gradient_vr3vq")
[ext_resource type="PackedScene" uid="uid://d3hul8b7hlmj7" path="res://scenes/Map.tscn" id="1_nnb57"]
[ext_resource type="PackedScene" uid="uid://dha8pa1les53a" path="res://scenes/Gui.tscn" id="2_d5c8m"]
[ext_resource type="Script" path="res://scripts/camera.gd" id="3_7olyu"]
[ext_resource type="PackedScene" uid="uid://qpdlnll5pihe" path="res://objects/Planter.tscn" id="3_qx0o7"]
[node name="Game" type="Node2D"]
y_sort_enabled = true
[node name="Souris" type="Node2D" parent="."]
[node name="Map" parent="." instance=ExtResource("1_nnb57")]
[node name="Sprite2D" type="Sprite2D" parent="Souris"]
scale = Vector2(0.0859375, 23)
texture = SubResource("GradientTexture1D_8n51p")
[node name="Interface" type="CanvasLayer" parent="."]
[node name="Gui" parent="Interface" node_paths=PackedStringArray("planter") instance=ExtResource("2_d5c8m")]
planter = NodePath("../../Planter")
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(1477, 1071)
script = ExtResource("3_7olyu")
[node name="Planter" parent="." node_paths=PackedStringArray("camera") instance=ExtResource("3_qx0o7")]
camera = NodePath("../Camera2D")
[connection signal="win_game" from="Map" to="Interface/Gui" method="_on_map_win_game"]
[connection signal="scanner_selected" from="Interface/Gui" to="Map" method="_on_gui_scanner_selected"]
[connection signal="mouse_motion" from="Camera2D" to="Interface/Gui" method="_on_camera_2d_mouse_motion"]
[connection signal="seed_list_updated" from="Planter" to="Interface/Gui" method="_on_planter_seed_list_updated"]

260
Menu.tscn Normal file
View File

@@ -0,0 +1,260 @@
[gd_scene load_steps=18 format=3 uid="uid://b56357feudy7x"]
[ext_resource type="Script" path="res://scripts/gui/menu.gd" id="1_88exu"]
[ext_resource type="Texture2D" uid="uid://bkwi6yurko7gm" path="res://assets/texture/sol_gamejam_fleurs.png" id="1_t32ec"]
[ext_resource type="Texture2D" uid="uid://34v3ub405uwp" path="res://assets/plants/evolution2.3.png" id="4_4gpyw"]
[ext_resource type="Texture2D" uid="uid://rc3mom584tm8" path="res://assets/plants/arbre5.png" id="4_nalxd"]
[ext_resource type="Texture2D" uid="uid://damy6xcp3jd0s" path="res://assets/plants/herbe1.png" id="5_ismvq"]
[ext_resource type="Texture2D" uid="uid://be2g1u7d8lwc8" path="res://assets/plants/herbe4.png" id="6_4qsad"]
[ext_resource type="Texture2D" uid="uid://b8rmpitmxeobx" path="res://assets/plants/herbe8.png" id="7_xxlvc"]
[ext_resource type="Theme" uid="uid://dnebunkx13tbr" path="res://assets/gui/Text.tres" id="8_h7a3q"]
[ext_resource type="SpriteFrames" uid="uid://8ewbadpftqoh" path="res://assets/sprites/robot/walk/Robot.tres" id="9_ri4qo"]
[ext_resource type="Texture2D" uid="uid://cccgom1hslks" path="res://assets/Seed_title.png" id="10_67mnr"]
[sub_resource type="Gradient" id="Gradient_ytbij"]
offsets = PackedFloat32Array(0, 0.446746, 1)
colors = PackedColorArray(0.82616, 0.5888, 0.92, 1, 0.6035, 0.784267, 0.85, 0.964706, 0.1472, 0.92, 0.70104, 0)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_h0k83"]
gradient = SubResource("Gradient_ytbij")
fill = 1
fill_from = Vector2(0.5, 0.491453)
fill_to = Vector2(0.538462, 0.175214)
[sub_resource type="Animation" id="Animation_y1bjl"]
resource_name = "Fées"
length = 4.0
loop_mode = 1
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("Fée:position")
tracks/0/interp = 2
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.9, 1.76667, 2.56667, 3.53333),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(717, 330), Vector2(772, 366), Vector2(773, 304), Vector2(665, 277), Vector2(695.54, 308.127)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("Fée2:position")
tracks/1/interp = 2
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0.233333, 1.03333, 1.93333, 3.1),
"transitions": PackedFloat32Array(1, 1, 1, 1),
"update": 0,
"values": [Vector2(764, 229), Vector2(721, 211), Vector2(694, 218), Vector2(711, 240)]
}
tracks/2/type = "value"
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/path = NodePath("Fée3:position")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/keys = {
"times": PackedFloat32Array(0.5, 1.46667, 2.63333, 3.66667),
"transitions": PackedFloat32Array(1, 1, 1, 1),
"update": 0,
"values": [Vector2(933.621, 317.621), Vector2(884, 300), Vector2(879, 343), Vector2(921, 346)]
}
tracks/3/type = "value"
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/path = NodePath("MarginContainer/VBoxContainer/ClickToPlay:modulate")
tracks/3/interp = 1
tracks/3/loop_wrap = true
tracks/3/keys = {
"times": PackedFloat32Array(0, 0.766667, 1.66667, 2.73333),
"transitions": PackedFloat32Array(1, 1, 1, 1),
"update": 0,
"values": [Color(1, 1, 1, 1), Color(1, 1, 1, 0.227451), Color(1, 1, 1, 1), Color(1, 1, 1, 0.227451)]
}
[sub_resource type="Animation" id="Animation_tx45x"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("Fée:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector2(717, 330)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("Fée2:position")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector2(764, 229)]
}
tracks/2/type = "value"
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/path = NodePath("Fée3:position")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector2(933.621, 317.621)]
}
tracks/3/type = "value"
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/path = NodePath("MarginContainer/VBoxContainer/ClickToPlay:modulate")
tracks/3/interp = 1
tracks/3/loop_wrap = true
tracks/3/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Color(1, 1, 1, 1)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_umps0"]
_data = {
"Fées": SubResource("Animation_y1bjl"),
"RESET": SubResource("Animation_tx45x")
}
[sub_resource type="LabelSettings" id="LabelSettings_0qv27"]
line_spacing = -50.0
font_size = 100
[sub_resource type="LabelSettings" id="LabelSettings_7b0ti"]
font_size = 31
font_color = Color(0.882353, 0.6, 0.145098, 1)
[node name="Menu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_88exu")
[node name="Fond" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_t32ec")
expand_mode = 2
stretch_mode = 6
[node name="Fée2" type="Sprite2D" parent="."]
position = Vector2(764, 229)
scale = Vector2(0.456177, 0.456177)
texture = SubResource("GradientTexture2D_h0k83")
[node name="Abre1" type="Sprite2D" parent="."]
position = Vector2(906, 271)
scale = Vector2(0.38, 0.38)
texture = ExtResource("4_nalxd")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
position = Vector2(616, 312)
scale = Vector2(0.0855469, 0.0855469)
sprite_frames = ExtResource("9_ri4qo")
animation = &"Walk"
autoplay = "Walk"
[node name="Evolution2_3" type="Sprite2D" parent="."]
position = Vector2(561, 479)
scale = Vector2(0.242, 0.242)
texture = ExtResource("4_4gpyw")
[node name="Herbe1" type="Sprite2D" parent="."]
position = Vector2(1061, 411)
scale = Vector2(0.275, 0.275)
texture = ExtResource("5_ismvq")
[node name="Herbe4" type="Sprite2D" parent="."]
position = Vector2(521, 331)
scale = Vector2(0.1525, 0.1525)
texture = ExtResource("6_4qsad")
[node name="Herbe8" type="Sprite2D" parent="."]
position = Vector2(722, 464)
scale = Vector2(0.2125, 0.2125)
texture = ExtResource("7_xxlvc")
[node name="Fée" type="Sprite2D" parent="."]
position = Vector2(717, 330)
scale = Vector2(0.765625, 0.765625)
texture = SubResource("GradientTexture2D_h0k83")
[node name="Fée3" type="Sprite2D" parent="."]
position = Vector2(933.621, 317.621)
scale = Vector2(0.449341, 0.449341)
texture = SubResource("GradientTexture2D_h0k83")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
"": SubResource("AnimationLibrary_umps0")
}
autoplay = "Fées"
[node name="MarginContainer" type="MarginContainer" parent="."]
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 = 50
theme_override_constants/margin_top = 50
theme_override_constants/margin_right = 50
theme_override_constants/margin_bottom = 50
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Titre" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 0
theme = ExtResource("8_h7a3q")
text = "Seeding the
Wasteland"
label_settings = SubResource("LabelSettings_0qv27")
[node name="SeedTitle" type="Sprite2D" parent="MarginContainer/VBoxContainer"]
position = Vector2(93, 32)
scale = Vector2(0.0631215, 0.0631215)
texture = ExtResource("10_67mnr")
[node name="ClickToPlay" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 0
theme = ExtResource("8_h7a3q")
text = "Click to Play"
label_settings = SubResource("LabelSettings_7b0ti")
[node name="Credits" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 0
theme = ExtResource("8_h7a3q")
text = "Art : Lunarde and Mimillefleury
Development/GD : Zink and Altaezio
Music : Nilou"

BIN
assets/Seed_title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cccgom1hslks"
path="res://.godot/imported/Seed_title.png-4efb43a44ba92dc6d589a9df432822f3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/Seed_title.png"
dest_files=["res://.godot/imported/Seed_title.png-4efb43a44ba92dc6d589a9df432822f3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 2.8 MiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://r1bq2tgt1yxf"
path="res://.godot/imported/gamejam_plantes_props1.png-883395961c2967eab2cce52353d847dc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/gamejam_plantes_props1.png"
dest_files=["res://.godot/imported/gamejam_plantes_props1.png-883395961c2967eab2cce52353d847dc.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

View File

@@ -0,0 +1,8 @@
[gd_resource type="GradientTexture1D" load_steps=2 format=3 uid="uid://be2uusaqcpcpd"]
[sub_resource type="Gradient" id="Gradient_pafyk"]
offsets = PackedFloat32Array(0, 0.51634, 1)
colors = PackedColorArray(0.687205, 0, 0.334894, 1, 0.0321677, 2.76752e-07, 0.262162, 1, 0.2, 1, 0.773333, 0.984314)
[resource]
gradient = SubResource("Gradient_pafyk")

View File

@@ -0,0 +1,7 @@
[gd_resource type="GradientTexture1D" load_steps=2 format=3 uid="uid://biti1wmdsg7xr"]
[sub_resource type="Gradient" id="Gradient_pafyk"]
colors = PackedColorArray(0.0313726, 0, 0.262745, 1, 0.94, 0, 0.344667, 1)
[resource]
gradient = SubResource("Gradient_pafyk")

View File

@@ -0,0 +1,8 @@
[gd_resource type="GradientTexture1D" load_steps=2 format=3 uid="uid://cwowpvsoo3dey"]
[sub_resource type="Gradient" id="Gradient_pafyk"]
offsets = PackedFloat32Array(0, 0.51634, 1)
colors = PackedColorArray(0.447739, 0.331581, 0, 1, 0.0321677, 2.76752e-07, 0.262162, 1, 0, 0.846, 0.94, 1)
[resource]
gradient = SubResource("Gradient_pafyk")

BIN
assets/grille_seeds.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b3kjaw1hajc6s"
path="res://.godot/imported/grille_seeds.png-e1abfe5b80bdca5644f3d1e62fa17daf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/grille_seeds.png"
dest_files=["res://.godot/imported/grille_seeds.png-e1abfe5b80bdca5644f3d1e62fa17daf.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

6
assets/gui/Text.tres Normal file
View File

@@ -0,0 +1,6 @@
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://dnebunkx13tbr"]
[ext_resource type="FontFile" uid="uid://bny4vcd35yk8v" path="res://assets/gui/fonts/AgenorNeue-Regular.otf" id="1_txdd2"]
[resource]
default_font = ExtResource("1_txdd2")

Binary file not shown.

View File

@@ -0,0 +1,34 @@
[remap]
importer="font_data_dynamic"
type="FontFile"
uid="uid://bny4vcd35yk8v"
path="res://.godot/imported/AgenorNeue-Regular.otf-4c5e971acc828a669de3aa30498ba51c.fontdata"
[deps]
source_file="res://assets/gui/fonts/AgenorNeue-Regular.otf"
dest_files=["res://.godot/imported/AgenorNeue-Regular.otf-4c5e971acc828a669de3aa30498ba51c.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
hinting=1
subpixel_positioning=1
oversampling=0.0
Fallbacks=null
fallbacks=[]
Compress=null
compress=true
preload=[]
language_support={}
script_support={}
opentype_features={}

View File

@@ -0,0 +1,125 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24px"
height="24px"
viewBox="0 0 24 24"
stroke-width="1.5"
fill="none"
color="#000000"
version="1.1"
id="svg11"
sodipodi:docname="soil-alt.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs11" />
<sodipodi:namedview
id="namedview11"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:zoom="33.875"
inkscape:cx="12"
inkscape:cy="12"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg11" />
<path
d="M2 12H6"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path1"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M17 12H22"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path2"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M3 20.01L3.01 19.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path3"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M6 16.01L6.01 15.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path4"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M9 20.01L9.01 19.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path5"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M12 16.01L12.01 15.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path6"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M15 20.01L15.01 19.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path7"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M18 16.01L18.01 15.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path8"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M21 20.01L21.01 19.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path9"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M9 13C9 13 9.9 9.25882 12 7"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path10"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M16.1857 2.24133L16.5601 6.13059C16.8031 8.65364 14.9114 10.9001 12.3883 11.143C9.91266 11.3814 7.67 9.57185 7.43162 7.0962C7.19324 4.62055 9.00691 2.4204 11.4826 2.18203L15.6293 1.78274C15.9096 1.75575 16.1587 1.96107 16.1857 2.24133Z"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path11"
style="stroke:#ffffff;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1,37 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgo81cisfryi1"
path="res://.godot/imported/soil-alt.svg-fe8fe6cd3f43bd71db54f40c87d8a896.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/gui/icons/soil-alt.svg"
dest_files=["res://.godot/imported/soil-alt.svg-fe8fe6cd3f43bd71db54f40c87d8a896.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false

69
assets/gui/icons/tree.svg Normal file
View File

@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24px"
height="24px"
viewBox="0 0 24 24"
stroke-width="1.5"
fill="none"
color="#000000"
version="1.1"
id="svg4"
sodipodi:docname="tree.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs4" />
<sodipodi:namedview
id="namedview4"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:zoom="33.875"
inkscape:cx="12"
inkscape:cy="12"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="1912"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M12 22L12 14M12 10L12 14M12 14L16 12"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path1"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path2"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M12 18H7.5C4.46243 18 2 15.5376 2 12.5C2 9.46243 4.46243 7 7.5 7H9"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path3"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M12 18H16.5C19.5376 18 22 15.5376 22 12.5C22 9.63102 19.8033 7.27508 17 7.02246"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path4"
style="stroke:#ffffff;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,37 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bdg3ep75da6xd"
path="res://.godot/imported/tree.svg-a9a11b8669ea4c40b43b0767f9245964.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/gui/icons/tree.svg"
dest_files=["res://.godot/imported/tree.svg-a9a11b8669ea4c40b43b0767f9245964.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false

View File

@@ -0,0 +1,109 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24px"
height="24px"
viewBox="0 0 24 24"
stroke-width="1.5"
fill="none"
color="#000000"
version="1.1"
id="svg9"
sodipodi:docname="watering-soil.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs9" />
<sodipodi:namedview
id="namedview9"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:zoom="33.875"
inkscape:cx="12"
inkscape:cy="12"
inkscape:window-width="1920"
inkscape:window-height="1009"
inkscape:window-x="1912"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg9" />
<path
d="M2 12H4"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path1"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M20 12H22"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path2"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M3 20.01L3.01 19.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path3"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M6 16.01L6.01 15.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path4"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M9 20.01L9.01 19.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path5"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M15 20.01L15.01 19.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path6"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M18 16.01L18.01 15.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path7"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M21 20.01L21.01 19.9989"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path8"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M12.3962 3.39622L15.5 6.49999C17.433 8.43299 17.433 11.567 15.5 13.5C13.567 15.433 10.433 15.433 8.50001 13.5C6.56701 11.567 6.56701 8.43299 8.50001 6.49999L11.6038 3.39621C11.8226 3.17738 12.1774 3.17738 12.3962 3.39622Z"
stroke="#000000"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path9"
style="stroke:#ffffff;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,37 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dpfe11wn04ntd"
path="res://.godot/imported/watering-soil.svg-65f2a38ec58e9e944c44f681c3ffc681.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/gui/icons/watering-soil.svg"
dest_files=["res://.godot/imported/watering-soil.svg-65f2a38ec58e9e944c44f681c3ffc681.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dihwqp24jd2gk"
path="res://.godot/imported/Interface sans boutons.png-60f631009367d0091e0e79656d1b3c79.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/gui/image/Interface sans boutons.png"
dest_files=["res://.godot/imported/Interface sans boutons.png-60f631009367d0091e0e79656d1b3c79.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 285 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dmlm0jugr70sg"
path="res://.godot/imported/Tablette info.png-ed0c49161767c772fb7b2362dc3127e8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/gui/image/Tablette info.png"
dest_files=["res://.godot/imported/Tablette info.png-ed0c49161767c772fb7b2362dc3127e8.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 20 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://baqi0tv2xfs31"
path="res://.godot/imported/controls.png-089f3100eb2b00a6e73db7ff84e655aa.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/gui/image/controls.png"
dest_files=["res://.godot/imported/controls.png-089f3100eb2b00a6e73db7ff84e655aa.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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.

View File

@@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://djfqv2eo5jdi1"
path="res://.godot/imported/Stade désertique et menu principal.mp3-1b13a3916faffaf0c456675fed18953f.mp3str"
[deps]
source_file="res://assets/musics/Stade désertique et menu principal.mp3"
dest_files=["res://.godot/imported/Stade désertique et menu principal.mp3-1b13a3916faffaf0c456675fed18953f.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

Binary file not shown.

View File

@@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://5lysviffy1di"
path="res://.godot/imported/Stade forestier.mp3-4e8a9f756c9abba7e1f248be5e84e663.mp3str"
[deps]
source_file="res://assets/musics/Stade forestier.mp3"
dest_files=["res://.godot/imported/Stade forestier.mp3-4e8a9f756c9abba7e1f248be5e84e663.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

Binary file not shown.

View File

@@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://c0nkxfyebnbwv"
path="res://.godot/imported/Stade intermédiaire.mp3-89e057ad67b016feccd750e7d1f39452.mp3str"
[deps]
source_file="res://assets/musics/Stade intermédiaire.mp3"
dest_files=["res://.godot/imported/Stade intermédiaire.mp3-89e057ad67b016feccd750e7d1f39452.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

BIN
assets/plants/abre1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cxbv1inffa2bq"
path="res://.godot/imported/abre1.png-f601649dd5438d649bcae9d45d57e08e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/abre1.png"
dest_files=["res://.godot/imported/abre1.png-f601649dd5438d649bcae9d45d57e08e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

BIN
assets/plants/abre1glow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://gwvcqox0gy8n"
path="res://.godot/imported/abre1glow.png-60ca045f8574a25149a40ac87cf01e81.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/abre1glow.png"
dest_files=["res://.godot/imported/abre1glow.png-60ca045f8574a25149a40ac87cf01e81.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

BIN
assets/plants/abre2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dwm660gppiset"
path="res://.godot/imported/abre2.png-dbc62f82a9df3e4e731aa07d232ec7c2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/abre2.png"
dest_files=["res://.godot/imported/abre2.png-dbc62f82a9df3e4e731aa07d232ec7c2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

BIN
assets/plants/abre2glow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dkoxbhwoot7lc"
path="res://.godot/imported/abre2glow.png-aa5fc6c380f065bf7146edd4fb44b9da.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/abre2glow.png"
dest_files=["res://.godot/imported/abre2glow.png-aa5fc6c380f065bf7146edd4fb44b9da.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

BIN
assets/plants/arbre3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bu462tqc23ygm"
path="res://.godot/imported/arbre3.png-666a94d6ed6acc5f5e7db69055d9aff2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre3.png"
dest_files=["res://.godot/imported/arbre3.png-666a94d6ed6acc5f5e7db69055d9aff2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 26 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://crgjmsk6ailnb"
path="res://.godot/imported/arbre3_bebe.png-15d5a6406f8d1581f8587092310259d7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre3_bebe.png"
dest_files=["res://.godot/imported/arbre3_bebe.png-15d5a6406f8d1581f8587092310259d7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 64 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://e3d3wchaado3"
path="res://.godot/imported/arbre3_bebe_glow.png-7303936deacdec43e479d4f4dbf43186.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre3_bebe_glow.png"
dest_files=["res://.godot/imported/arbre3_bebe_glow.png-7303936deacdec43e479d4f4dbf43186.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 357 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b2da8t4efoaqq"
path="res://.godot/imported/arbre3_glow.png-b452c2788b4c5bd0f7226d7317741a36.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre3_glow.png"
dest_files=["res://.godot/imported/arbre3_glow.png-b452c2788b4c5bd0f7226d7317741a36.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

BIN
assets/plants/arbre4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cbj6fmw8pxnsb"
path="res://.godot/imported/arbre4.png-70393aee213a5e5c27e1b23f0010024f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre4.png"
dest_files=["res://.godot/imported/arbre4.png-70393aee213a5e5c27e1b23f0010024f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 28 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bxw81k0af64wo"
path="res://.godot/imported/arbre4_bebe.png-62b1f680df28921d4c6e2ec22b941f22.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre4_bebe.png"
dest_files=["res://.godot/imported/arbre4_bebe.png-62b1f680df28921d4c6e2ec22b941f22.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 76 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dvon76hnof5ny"
path="res://.godot/imported/arbre4_bebe_glow.png-54f732f16707852f46b7adf253acf118.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre4_bebe_glow.png"
dest_files=["res://.godot/imported/arbre4_bebe_glow.png-54f732f16707852f46b7adf253acf118.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 308 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://6sbvx064f20y"
path="res://.godot/imported/arbre4_glow.png-f712192cf4a1a44d93272dc25df46a89.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre4_glow.png"
dest_files=["res://.godot/imported/arbre4_glow.png-f712192cf4a1a44d93272dc25df46a89.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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

BIN
assets/plants/arbre5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://rc3mom584tm8"
path="res://.godot/imported/arbre5.png-834c30f52d52cdb2f4e4c837bd13e412.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre5.png"
dest_files=["res://.godot/imported/arbre5.png-834c30f52d52cdb2f4e4c837bd13e412.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 654 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bb2bd3h1uwhxp"
path="res://.godot/imported/arbre5_glow.png-fe088591909d98af8d58330b032eb0bf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre5_glow.png"
dest_files=["res://.godot/imported/arbre5_glow.png-fe088591909d98af8d58330b032eb0bf.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 77 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c5felbfti153f"
path="res://.godot/imported/arbre_phase1.png-7b67e16dbd48fa0a526bbaea28361fe6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/arbre_phase1.png"
dest_files=["res://.godot/imported/arbre_phase1.png-7b67e16dbd48fa0a526bbaea28361fe6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 72 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://br1olfut3p0tx"
path="res://.godot/imported/evolution1.1.png-862fdeb0c2cb7e40b7a0aab50ab4eaa0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution1.1.png"
dest_files=["res://.godot/imported/evolution1.1.png-862fdeb0c2cb7e40b7a0aab50ab4eaa0.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 193 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://drxb6gfgib6b2"
path="res://.godot/imported/evolution1.1glow.png-f0d7dc526538a584eeb1585f3fa0a19c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution1.1glow.png"
dest_files=["res://.godot/imported/evolution1.1glow.png-f0d7dc526538a584eeb1585f3fa0a19c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 51 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://jmyn1g18nyql"
path="res://.godot/imported/evolution1.2.png-3579a06e9a063a1c3322c950ba78bd0f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution1.2.png"
dest_files=["res://.godot/imported/evolution1.2.png-3579a06e9a063a1c3322c950ba78bd0f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 110 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://clnrdh4ygkrr8"
path="res://.godot/imported/evolution1.3.png-4fef6bf34fd31b95858584ccf2aa7dfa.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution1.3.png"
dest_files=["res://.godot/imported/evolution1.3.png-4fef6bf34fd31b95858584ccf2aa7dfa.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 150 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dx8rc0ac1luab"
path="res://.godot/imported/evolution1.3_glow.png-e085479add4665018c4a69fa9c9bdfc5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution1.3_glow.png"
dest_files=["res://.godot/imported/evolution1.3_glow.png-e085479add4665018c4a69fa9c9bdfc5.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 77 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ouxdlglbbnme"
path="res://.godot/imported/evolution1.4.png-4be3232285255c83c3e62686593d3946.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution1.4.png"
dest_files=["res://.godot/imported/evolution1.4.png-4be3232285255c83c3e62686593d3946.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 111 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://deckgdj2y50a0"
path="res://.godot/imported/evolution1.4glow.png-ba6d9f00f7e620288f5ce50b8b3ef61d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution1.4glow.png"
dest_files=["res://.godot/imported/evolution1.4glow.png-ba6d9f00f7e620288f5ce50b8b3ef61d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 18 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://hkcjtfch0kub"
path="res://.godot/imported/evolution1.png-c3196fbd934aece5b1154621cfb192c7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution1.png"
dest_files=["res://.godot/imported/evolution1.png-c3196fbd934aece5b1154621cfb192c7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 126 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://24ift4wt1h2h"
path="res://.godot/imported/evolution2.1.png-2d43b2276eb11648b1b94a07509f79a7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2.1.png"
dest_files=["res://.godot/imported/evolution2.1.png-2d43b2276eb11648b1b94a07509f79a7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 208 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dj145jeb441ms"
path="res://.godot/imported/evolution2.1glow.png-91a713251021e467ff8616a481abb0af.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2.1glow.png"
dest_files=["res://.godot/imported/evolution2.1glow.png-91a713251021e467ff8616a481abb0af.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 96 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bklqkrqhw6fdf"
path="res://.godot/imported/evolution2.2.png-7f74eb41a03e02df62bc5905650c12ff.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2.2.png"
dest_files=["res://.godot/imported/evolution2.2.png-7f74eb41a03e02df62bc5905650c12ff.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 169 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b6yakjoc56ykx"
path="res://.godot/imported/evolution2.2glow.png-b02f72f018ffb7197166e8f543dd6d4e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2.2glow.png"
dest_files=["res://.godot/imported/evolution2.2glow.png-b02f72f018ffb7197166e8f543dd6d4e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 78 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://34v3ub405uwp"
path="res://.godot/imported/evolution2.3.png-4cd5fc3415c649729c042cbbef6952e2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2.3.png"
dest_files=["res://.godot/imported/evolution2.3.png-4cd5fc3415c649729c042cbbef6952e2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 124 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bkq3n2q6m01e3"
path="res://.godot/imported/evolution2.3glow.png-eef5457a463f31e34cf412586b649cbd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2.3glow.png"
dest_files=["res://.godot/imported/evolution2.3glow.png-eef5457a463f31e34cf412586b649cbd.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 83 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d02mdx460lfgm"
path="res://.godot/imported/evolution2.4.png-f635a8185aa3545d67cab448e50792bc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2.4.png"
dest_files=["res://.godot/imported/evolution2.4.png-f635a8185aa3545d67cab448e50792bc.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 142 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://db46hrnjgcunf"
path="res://.godot/imported/evolution2.4_glow.png-f9cb05db09741bcf291d27014603cf45.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2.4_glow.png"
dest_files=["res://.godot/imported/evolution2.4_glow.png-f9cb05db09741bcf291d27014603cf45.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 18 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d0xlqgttxwkgh"
path="res://.godot/imported/evolution2.png-595e80eed2d6cecf62c70a924f5e5d34.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2.png"
dest_files=["res://.godot/imported/evolution2.png-595e80eed2d6cecf62c70a924f5e5d34.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 36 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ud3xq44sv0ye"
path="res://.godot/imported/evolution2glow.png-2109528226e6bd609a61a5a371bb68d9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/plants/evolution2glow.png"
dest_files=["res://.godot/imported/evolution2glow.png-2109528226e6bd609a61a5a371bb68d9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
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/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: 64 KiB

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