Compare commits
20 Commits
78921a780c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e20ad3db95 | |||
| fc4be1f695 | |||
| e13faa02d2 | |||
| 55afdb608e | |||
| c4961da0dc | |||
| e1797e1062 | |||
| 1d84610d46 | |||
| 8691b94b88 | |||
| 40a71daba8 | |||
| e1b43a0de9 | |||
| 68a5b8f305 | |||
| 60bff28d48 | |||
| 4da5214797 | |||
| fbbb4af708 | |||
| 7b2aa34ac0 | |||
| d0e17011c1 | |||
| ebcea9f687 | |||
| e7c469d0ae | |||
| 164897cc59 | |||
| aa43e1b7f1 |
@@ -6,6 +6,7 @@
|
||||
[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="Map" parent="." instance=ExtResource("1_nnb57")]
|
||||
|
||||
@@ -21,6 +22,7 @@ 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"]
|
||||
|
||||
46
Menu.tscn
@@ -1,21 +1,22 @@
|
||||
[gd_scene load_steps=17 format=3 uid="uid://b56357feudy7x"]
|
||||
[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://24ift4wt1h2h" path="res://assets/plants/evolution2.1.png" id="2_b6wtb"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxbv1inffa2bq" path="res://assets/plants/abre1.png" id="3_xkq6i"]
|
||||
[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_ybrxb"]
|
||||
[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_ybrxb")
|
||||
gradient = SubResource("Gradient_ytbij")
|
||||
fill = 1
|
||||
fill_from = Vector2(0.5, 0.491453)
|
||||
fill_to = Vector2(0.538462, 0.175214)
|
||||
@@ -156,12 +157,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("1_t32ec")
|
||||
expand_mode = 2
|
||||
stretch_mode = 4
|
||||
|
||||
[node name="Evolution2_1" type="Sprite2D" parent="."]
|
||||
position = Vector2(859, 359)
|
||||
scale = Vector2(0.256, 0.256)
|
||||
texture = ExtResource("2_b6wtb")
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="Fée2" type="Sprite2D" parent="."]
|
||||
position = Vector2(764, 229)
|
||||
@@ -169,27 +165,34 @@ scale = Vector2(0.456177, 0.456177)
|
||||
texture = SubResource("GradientTexture2D_h0k83")
|
||||
|
||||
[node name="Abre1" type="Sprite2D" parent="."]
|
||||
position = Vector2(766, 286)
|
||||
scale = Vector2(0.385833, 0.385833)
|
||||
texture = ExtResource("3_xkq6i")
|
||||
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(570, 485)
|
||||
position = Vector2(561, 479)
|
||||
scale = Vector2(0.242, 0.242)
|
||||
texture = ExtResource("4_4gpyw")
|
||||
|
||||
[node name="Herbe1" type="Sprite2D" parent="."]
|
||||
position = Vector2(876.5, 498.5)
|
||||
position = Vector2(1061, 411)
|
||||
scale = Vector2(0.275, 0.275)
|
||||
texture = ExtResource("5_ismvq")
|
||||
|
||||
[node name="Herbe4" type="Sprite2D" parent="."]
|
||||
position = Vector2(593, 364)
|
||||
position = Vector2(521, 331)
|
||||
scale = Vector2(0.1525, 0.1525)
|
||||
texture = ExtResource("6_4qsad")
|
||||
|
||||
[node name="Herbe8" type="Sprite2D" parent="."]
|
||||
position = Vector2(798, 528)
|
||||
position = Vector2(722, 464)
|
||||
scale = Vector2(0.2125, 0.2125)
|
||||
texture = ExtResource("7_xxlvc")
|
||||
|
||||
@@ -234,6 +237,11 @@ 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
|
||||
@@ -247,6 +255,6 @@ layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
theme = ExtResource("8_h7a3q")
|
||||
text = "Art : Lunarde and Mimilefleury
|
||||
text = "Art : Lunarde and Mimillefleury
|
||||
Development/GD : Zink and Altaezio
|
||||
Music : Nilou"
|
||||
|
||||
BIN
assets/Seed_title.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
34
assets/Seed_title.png.import
Normal 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
|
||||
BIN
assets/gui/image/Interface sans boutons.png
Normal file
|
After Width: | Height: | Size: 294 KiB |
34
assets/gui/image/Interface sans boutons.png.import
Normal 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
|
||||
BIN
assets/gui/image/Tablette info.png
Normal file
|
After Width: | Height: | Size: 285 KiB |
34
assets/gui/image/Tablette info.png.import
Normal 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
|
||||
BIN
assets/gui/image/controls.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
34
assets/gui/image/controls.png.import
Normal 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
|
||||
BIN
assets/plants/abre1glow.png
Normal file
|
After Width: | Height: | Size: 567 KiB |
34
assets/plants/abre1glow.png.import
Normal 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/abre2glow.png
Normal file
|
After Width: | Height: | Size: 768 KiB |
34
assets/plants/abre2glow.png.import
Normal 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
|
After Width: | Height: | Size: 271 KiB |
34
assets/plants/arbre3.png.import
Normal 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
|
||||
BIN
assets/plants/arbre3_bebe.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
34
assets/plants/arbre3_bebe.png.import
Normal 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
|
||||
BIN
assets/plants/arbre3_bebe_glow.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
34
assets/plants/arbre3_bebe_glow.png.import
Normal 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
|
||||
BIN
assets/plants/arbre3_glow.png
Normal file
|
After Width: | Height: | Size: 357 KiB |
34
assets/plants/arbre3_glow.png.import
Normal 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
|
After Width: | Height: | Size: 154 KiB |
34
assets/plants/arbre4.png.import
Normal 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
|
||||
BIN
assets/plants/arbre4_bebe.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
34
assets/plants/arbre4_bebe.png.import
Normal 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
|
||||
BIN
assets/plants/arbre4_bebe_glow.png
Normal file
|
After Width: | Height: | Size: 76 KiB |
34
assets/plants/arbre4_bebe_glow.png.import
Normal 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
|
||||
BIN
assets/plants/arbre4_glow.png
Normal file
|
After Width: | Height: | Size: 308 KiB |
34
assets/plants/arbre4_glow.png.import
Normal 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
|
After Width: | Height: | Size: 579 KiB |
@@ -2,16 +2,16 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c84bc7d0f8gtn"
|
||||
path="res://.godot/imported/sky.png-797942cf14c3d3c2fe0d423f60874e07.ctex"
|
||||
uid="uid://rc3mom584tm8"
|
||||
path="res://.godot/imported/arbre5.png-834c30f52d52cdb2f4e4c837bd13e412.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/texture/sky.png"
|
||||
dest_files=["res://.godot/imported/sky.png-797942cf14c3d3c2fe0d423f60874e07.ctex"]
|
||||
source_file="res://assets/plants/arbre5.png"
|
||||
dest_files=["res://.godot/imported/arbre5.png-834c30f52d52cdb2f4e4c837bd13e412.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
BIN
assets/plants/arbre5_glow.png
Normal file
|
After Width: | Height: | Size: 654 KiB |
34
assets/plants/arbre5_glow.png.import
Normal 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
|
||||
BIN
assets/plants/arbre_phase1.png
Normal file
|
After Width: | Height: | Size: 77 KiB |
34
assets/plants/arbre_phase1.png.import
Normal 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
|
||||
BIN
assets/plants/evolution1.1glow.png
Normal file
|
After Width: | Height: | Size: 193 KiB |
34
assets/plants/evolution1.1glow.png.import
Normal 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
|
||||
BIN
assets/plants/evolution1.3_glow.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
34
assets/plants/evolution1.3_glow.png.import
Normal 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
|
||||
BIN
assets/plants/evolution1.4glow.png
Normal file
|
After Width: | Height: | Size: 111 KiB |
34
assets/plants/evolution1.4glow.png.import
Normal 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
|
||||
BIN
assets/plants/evolution2.1glow.png
Normal file
|
After Width: | Height: | Size: 208 KiB |
34
assets/plants/evolution2.1glow.png.import
Normal 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
|
||||
BIN
assets/plants/evolution2.2glow.png
Normal file
|
After Width: | Height: | Size: 169 KiB |
34
assets/plants/evolution2.2glow.png.import
Normal 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
|
||||
BIN
assets/plants/evolution2.3glow.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
34
assets/plants/evolution2.3glow.png.import
Normal 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
|
||||
BIN
assets/plants/evolution2.4_glow.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
34
assets/plants/evolution2.4_glow.png.import
Normal 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
|
||||
BIN
assets/plants/evolution2glow.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
34
assets/plants/evolution2glow.png.import
Normal 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
|
||||
BIN
assets/plants/evolution3.1glow.png
Normal file
|
After Width: | Height: | Size: 89 KiB |
34
assets/plants/evolution3.1glow.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://depyywow3yxex"
|
||||
path="res://.godot/imported/evolution3.1glow.png-91ccc6c4e3bb8fcd4d889787ed100382.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/evolution3.1glow.png"
|
||||
dest_files=["res://.godot/imported/evolution3.1glow.png-91ccc6c4e3bb8fcd4d889787ed100382.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/evolution3.2glow.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
34
assets/plants/evolution3.2glow.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bb4t30vv1erc3"
|
||||
path="res://.godot/imported/evolution3.2glow.png-0ac8735fda4728f54df43f5984352c42.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/evolution3.2glow.png"
|
||||
dest_files=["res://.godot/imported/evolution3.2glow.png-0ac8735fda4728f54df43f5984352c42.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/evolution3.3glow.png
Normal file
|
After Width: | Height: | Size: 149 KiB |
34
assets/plants/evolution3.3glow.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://yjn26ei0e2du"
|
||||
path="res://.godot/imported/evolution3.3glow.png-e6a9665734979d5c11670084af15979b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/evolution3.3glow.png"
|
||||
dest_files=["res://.godot/imported/evolution3.3glow.png-e6a9665734979d5c11670084af15979b.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/evolution3glow.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
34
assets/plants/evolution3glow.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d1ax04je3roq1"
|
||||
path="res://.godot/imported/evolution3glow.png-8b4bc6923d07e140a6f6077fd4622222.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/evolution3glow.png"
|
||||
dest_files=["res://.godot/imported/evolution3glow.png-8b4bc6923d07e140a6f6077fd4622222.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/frames_arbre_sprites.png
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
34
assets/plants/frames_arbre_sprites.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c20w02hmmlrnu"
|
||||
path="res://.godot/imported/frames_arbre_sprites.png-19591f1a2e9e68a1506e2904e0f6736e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/frames_arbre_sprites.png"
|
||||
dest_files=["res://.godot/imported/frames_arbre_sprites.png-19591f1a2e9e68a1506e2904e0f6736e.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/herbe6_glow.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
34
assets/plants/herbe6_glow.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c2jec7uow8ska"
|
||||
path="res://.godot/imported/herbe6_glow.png-241b800afd2992974d322cc2fd81339f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/herbe6_glow.png"
|
||||
dest_files=["res://.godot/imported/herbe6_glow.png-241b800afd2992974d322cc2fd81339f.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/herbe7_glow.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
34
assets/plants/herbe7_glow.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://rnkj528y5ar8"
|
||||
path="res://.godot/imported/herbe7_glow.png-e639bcd74b6920f757e88927ec67a9ef.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/herbe7_glow.png"
|
||||
dest_files=["res://.godot/imported/herbe7_glow.png-e639bcd74b6920f757e88927ec67a9ef.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/herbe8_glow.png
Normal file
|
After Width: | Height: | Size: 117 KiB |
34
assets/plants/herbe8_glow.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dbngicd3wc6p3"
|
||||
path="res://.godot/imported/herbe8_glow.png-2c52a55aa1b568fcabb9bfa52e2c8630.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/herbe8_glow.png"
|
||||
dest_files=["res://.godot/imported/herbe8_glow.png-2c52a55aa1b568fcabb9bfa52e2c8630.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/plantes mortes/arbre_mort.png
Normal file
|
After Width: | Height: | Size: 127 KiB |
34
assets/plants/plantes mortes/arbre_mort.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://di74g50h3oruf"
|
||||
path="res://.godot/imported/arbre_mort.png-1b1c3e527bde016fe4d494baab18c4c6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/plantes mortes/arbre_mort.png"
|
||||
dest_files=["res://.godot/imported/arbre_mort.png-1b1c3e527bde016fe4d494baab18c4c6.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/plantes mortes/bulle_plantemorte.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
34
assets/plants/plantes mortes/bulle_plantemorte.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://gibts5eyq3cn"
|
||||
path="res://.godot/imported/bulle_plantemorte.png-a68aca1a2fa76cf889e9ab020d213fa6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/plantes mortes/bulle_plantemorte.png"
|
||||
dest_files=["res://.godot/imported/bulle_plantemorte.png-a68aca1a2fa76cf889e9ab020d213fa6.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/plantes mortes/plante_morte1.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
34
assets/plants/plantes mortes/plante_morte1.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ceebnlqxcbmlw"
|
||||
path="res://.godot/imported/plante_morte1.png-8d4c81b68e8402a24aec99638667bb2e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/plantes mortes/plante_morte1.png"
|
||||
dest_files=["res://.godot/imported/plante_morte1.png-8d4c81b68e8402a24aec99638667bb2e.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/plantes mortes/plante_morte2.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
34
assets/plants/plantes mortes/plante_morte2.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cuujr7p18dv3g"
|
||||
path="res://.godot/imported/plante_morte2.png-e38660c4478b91c128efe36f4dc58ba2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/plants/plantes mortes/plante_morte2.png"
|
||||
dest_files=["res://.godot/imported/plante_morte2.png-e38660c4478b91c128efe36f4dc58ba2.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/sounds/Actions/Déplacement 2.mp3
Normal file
19
assets/sounds/Actions/Déplacement 2.mp3.import
Normal file
@@ -0,0 +1,19 @@
|
||||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://7njhgvmycx40"
|
||||
path="res://.godot/imported/Déplacement 2.mp3-7d56ed3be33dc526249f1cb498ed58c2.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sounds/Actions/Déplacement 2.mp3"
|
||||
dest_files=["res://.godot/imported/Déplacement 2.mp3-7d56ed3be33dc526249f1cb498ed58c2.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
assets/sounds/Actions/Déplacement 3.mp3
Normal file
19
assets/sounds/Actions/Déplacement 3.mp3.import
Normal file
@@ -0,0 +1,19 @@
|
||||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://b7ad35ieccl77"
|
||||
path="res://.godot/imported/Déplacement 3.mp3-3ac2ea56166a00dfe43b9beeac6aac3a.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sounds/Actions/Déplacement 3.mp3"
|
||||
dest_files=["res://.godot/imported/Déplacement 3.mp3-3ac2ea56166a00dfe43b9beeac6aac3a.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
assets/sounds/Actions/Déplacement 4.mp3
Normal file
19
assets/sounds/Actions/Déplacement 4.mp3.import
Normal file
@@ -0,0 +1,19 @@
|
||||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://dad5u8723jcx2"
|
||||
path="res://.godot/imported/Déplacement 4.mp3-cfdc645193821ed4a1b8d4ee644ecbaa.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sounds/Actions/Déplacement 4.mp3"
|
||||
dest_files=["res://.godot/imported/Déplacement 4.mp3-cfdc645193821ed4a1b8d4ee644ecbaa.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
assets/sounds/Actions/Déplacement 5.mp3
Normal file
19
assets/sounds/Actions/Déplacement 5.mp3.import
Normal file
@@ -0,0 +1,19 @@
|
||||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://ca4t82yt5vbsm"
|
||||
path="res://.godot/imported/Déplacement 5.mp3-ecf1ba0dd059abf8f9b073cc1b00f261.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sounds/Actions/Déplacement 5.mp3"
|
||||
dest_files=["res://.godot/imported/Déplacement 5.mp3-ecf1ba0dd059abf8f9b073cc1b00f261.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
BIN
assets/sounds/Dialogue.mp3
Normal file
19
assets/sounds/Dialogue.mp3.import
Normal file
@@ -0,0 +1,19 @@
|
||||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://n7seb2bqfped"
|
||||
path="res://.godot/imported/Dialogue.mp3-8e95b643defa7624e04ed11704f2ddfb.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sounds/Dialogue.mp3"
|
||||
dest_files=["res://.godot/imported/Dialogue.mp3-8e95b643defa7624e04ed11704f2ddfb.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
202
assets/sprites/robot/walk/Robot.tres
Normal file
@@ -0,0 +1,202 @@
|
||||
[gd_resource type="SpriteFrames" load_steps=49 format=3 uid="uid://8ewbadpftqoh"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dqogq148ksscp" path="res://assets/sprites/robot/walk/frame_01.png" id="1_jn0lj"]
|
||||
[ext_resource type="Texture2D" uid="uid://bfa2scq8koxgu" path="res://assets/sprites/robot/walk/frame_02.png" id="2_gi45a"]
|
||||
[ext_resource type="Texture2D" uid="uid://br566q4vj4jqn" path="res://assets/sprites/robot/walk/frame_03.png" id="3_fu3sk"]
|
||||
[ext_resource type="Texture2D" uid="uid://dg5g8ngohpsli" path="res://assets/sprites/robot/walk/frame_04.png" id="4_org62"]
|
||||
[ext_resource type="Texture2D" uid="uid://dtn1k2gws3p55" path="res://assets/sprites/robot/walk/frame_05.png" id="5_syye3"]
|
||||
[ext_resource type="Texture2D" uid="uid://cqd3qsxfuqubq" path="res://assets/sprites/robot/walk/frame_06.png" id="6_q01lr"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxjpq7l4u87q3" path="res://assets/sprites/robot/walk/frame_07.png" id="7_7u3gb"]
|
||||
[ext_resource type="Texture2D" uid="uid://tvsir2eam1uv" path="res://assets/sprites/robot/walk/frame_08.png" id="8_ksrwy"]
|
||||
[ext_resource type="Texture2D" uid="uid://oltq7k1efgan" path="res://assets/sprites/robot/walk/frame_09.png" id="9_u2frf"]
|
||||
[ext_resource type="Texture2D" uid="uid://dqnugd3aydemp" path="res://assets/sprites/robot/walk/frame_10.png" id="10_p2y4u"]
|
||||
[ext_resource type="Texture2D" uid="uid://cla6qucn8wkke" path="res://assets/sprites/robot/walk/frame_11.png" id="11_s3rw8"]
|
||||
[ext_resource type="Texture2D" uid="uid://r8mb1ja5uuj8" path="res://assets/sprites/robot/walk/frame_12.png" id="12_liuje"]
|
||||
[ext_resource type="Texture2D" uid="uid://fnd6thb10qe8" path="res://assets/sprites/robot/walk/frame_13.png" id="13_cdcf5"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxy830wne2u1l" path="res://assets/sprites/robot/walk/frame_14.png" id="14_2cxn4"]
|
||||
[ext_resource type="Texture2D" uid="uid://dbr5hj6lq8boy" path="res://assets/sprites/robot/walk/frame_15.png" id="15_kangd"]
|
||||
[ext_resource type="Texture2D" uid="uid://xsletl3a876r" path="res://assets/sprites/robot/walk/frame_16.png" id="16_vd42o"]
|
||||
[ext_resource type="Texture2D" uid="uid://4t2oumpsj6bo" path="res://assets/sprites/robot/walk/frame_17.png" id="17_2j4vn"]
|
||||
[ext_resource type="Texture2D" uid="uid://bgosucg1kxqqj" path="res://assets/sprites/robot/walk/frame_18.png" id="18_bfunp"]
|
||||
[ext_resource type="Texture2D" uid="uid://cd6fj10hn5lta" path="res://assets/sprites/robot/walk/frame_19.png" id="19_gilrc"]
|
||||
[ext_resource type="Texture2D" uid="uid://oy722ulh0ebr" path="res://assets/sprites/robot/walk/frame_20.png" id="20_ignru"]
|
||||
[ext_resource type="Texture2D" uid="uid://c6phh6j5054kv" path="res://assets/sprites/robot/walk/frame_21.png" id="21_prcrl"]
|
||||
[ext_resource type="Texture2D" uid="uid://ciqvln088lhf1" path="res://assets/sprites/robot/walk/frame_22.png" id="22_wtgfc"]
|
||||
[ext_resource type="Texture2D" uid="uid://b0288h0jqptb4" path="res://assets/sprites/robot/walk/frame_23.png" id="23_lpygw"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1cmvpl681jea" path="res://assets/sprites/robot/walk/frame_24.png" id="24_surr1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cphch528raebu" path="res://assets/sprites/robot/walk/frame_25.png" id="25_cfhh1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlcxuqayktjlk" path="res://assets/sprites/robot/walk/frame_26.png" id="26_5aigw"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlufxlw7brr14" path="res://assets/sprites/robot/walk/frame_27.png" id="27_suiul"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlojmfwcurswa" path="res://assets/sprites/robot/walk/frame_28.png" id="28_pgn3a"]
|
||||
[ext_resource type="Texture2D" uid="uid://u0sruo8m8vos" path="res://assets/sprites/robot/walk/frame_29.png" id="29_n8nba"]
|
||||
[ext_resource type="Texture2D" uid="uid://bo410ydt6q4x7" path="res://assets/sprites/robot/walk/frame_30.png" id="30_6mcmx"]
|
||||
[ext_resource type="Texture2D" uid="uid://dun1fcnsu0pa1" path="res://assets/sprites/robot/walk/frame_31.png" id="31_rybld"]
|
||||
[ext_resource type="Texture2D" uid="uid://dvu6yjj8depcm" path="res://assets/sprites/robot/walk/frame_32.png" id="32_7dg5o"]
|
||||
[ext_resource type="Texture2D" uid="uid://c84w2csenypx6" path="res://assets/sprites/robot/walk/frame_33.png" id="33_gro32"]
|
||||
[ext_resource type="Texture2D" uid="uid://vxv67hcqbsac" path="res://assets/sprites/robot/walk/frame_34.png" id="34_8kr5t"]
|
||||
[ext_resource type="Texture2D" uid="uid://513e3wjsss7" path="res://assets/sprites/robot/walk/frame_35.png" id="35_uvhwd"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpwbm4ns81umr" path="res://assets/sprites/robot/walk/frame_36.png" id="36_8q2jv"]
|
||||
[ext_resource type="Texture2D" uid="uid://cfbmn1c6q2yfw" path="res://assets/sprites/robot/walk/frame_37.png" id="37_831ux"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxlkh8l56862e" path="res://assets/sprites/robot/walk/frame_38.png" id="38_laeqy"]
|
||||
[ext_resource type="Texture2D" uid="uid://85vh5gi2kaau" path="res://assets/sprites/robot/walk/frame_39.png" id="39_dhurt"]
|
||||
[ext_resource type="Texture2D" uid="uid://1ayvjcmeai7a" path="res://assets/sprites/robot/walk/frame_40.png" id="40_pxfly"]
|
||||
[ext_resource type="Texture2D" uid="uid://roeoqsjwtg34" path="res://assets/sprites/robot/walk/frame_41.png" id="41_ps4hv"]
|
||||
[ext_resource type="Texture2D" uid="uid://ehiqpwpw4k6r" path="res://assets/sprites/robot/walk/frame_42.png" id="42_iyd47"]
|
||||
[ext_resource type="Texture2D" uid="uid://bthb6inxjxtdm" path="res://assets/sprites/robot/walk/frame_43.png" id="43_a18px"]
|
||||
[ext_resource type="Texture2D" uid="uid://ex1p7s6d2wxa" path="res://assets/sprites/robot/walk/frame_44.png" id="44_606af"]
|
||||
[ext_resource type="Texture2D" uid="uid://c63d4s3g6yima" path="res://assets/sprites/robot/walk/frame_45.png" id="45_enpmt"]
|
||||
[ext_resource type="Texture2D" uid="uid://btfc2tuopxu6s" path="res://assets/sprites/robot/walk/frame_46.png" id="46_564ia"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhqv1eipx5hv1" path="res://assets/sprites/robot/walk/frame_47.png" id="47_5dl2l"]
|
||||
[ext_resource type="Texture2D" uid="uid://do57i0kkqu2pc" path="res://assets/sprites/robot/walk/frame_48.png" id="48_broqa"]
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("1_jn0lj")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_gi45a")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_fu3sk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_org62")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_syye3")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6_q01lr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("7_7u3gb")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("8_ksrwy")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("9_u2frf")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("10_p2y4u")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("11_s3rw8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("12_liuje")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("13_cdcf5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("14_2cxn4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("15_kangd")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("16_vd42o")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("17_2j4vn")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("18_bfunp")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("19_gilrc")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("20_ignru")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("21_prcrl")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("22_wtgfc")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("23_lpygw")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("24_surr1")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("25_cfhh1")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("26_5aigw")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("27_suiul")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("28_pgn3a")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("29_n8nba")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("30_6mcmx")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("31_rybld")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("32_7dg5o")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("33_gro32")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("34_8kr5t")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("35_uvhwd")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("36_8q2jv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("37_831ux")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("38_laeqy")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("39_dhurt")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("40_pxfly")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("41_ps4hv")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("42_iyd47")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("43_a18px")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("44_606af")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("45_enpmt")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("46_564ia")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("47_5dl2l")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("48_broqa")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Walk",
|
||||
"speed": 20.0
|
||||
}]
|
||||
|
Before Width: | Height: | Size: 373 B |
BIN
assets/texture/sol_gamejam_marais.png
Normal file
|
After Width: | Height: | Size: 878 KiB |
34
assets/texture/sol_gamejam_marais.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ci1oiftbr13ci"
|
||||
path="res://.godot/imported/sol_gamejam_marais.png-007a6291cd5da85dcd646e07a0ed6044.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/texture/sol_gamejam_marais.png"
|
||||
dest_files=["res://.godot/imported/sol_gamejam_marais.png-007a6291cd5da85dcd646e07a0ed6044.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
|
||||
@@ -9,7 +9,7 @@ custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="export/windows/MiniJam166.exe"
|
||||
export_path="export/windows/Seeding The Wasteland Win.exe"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
@@ -62,3 +62,45 @@ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorActi
|
||||
ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
|
||||
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
|
||||
Remove-Item -Recurse -Force '{temp_dir}'"
|
||||
|
||||
[preset.1]
|
||||
|
||||
name=""
|
||||
platform="Web"
|
||||
runnable=true
|
||||
advanced_options=false
|
||||
dedicated_server=false
|
||||
custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="export/web/index.html"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
encrypt_directory=false
|
||||
script_export_mode=2
|
||||
|
||||
[preset.1.options]
|
||||
|
||||
custom_template/debug=""
|
||||
custom_template/release=""
|
||||
variant/extensions_support=false
|
||||
variant/thread_support=false
|
||||
vram_texture_compression/for_desktop=true
|
||||
vram_texture_compression/for_mobile=false
|
||||
html/export_icon=true
|
||||
html/custom_html_shell=""
|
||||
html/head_include=""
|
||||
html/canvas_resize_policy=2
|
||||
html/focus_canvas_on_start=true
|
||||
html/experimental_virtual_keyboard=false
|
||||
progressive_web_app/enabled=false
|
||||
progressive_web_app/ensure_cross_origin_isolation_headers=true
|
||||
progressive_web_app/offline_page=""
|
||||
progressive_web_app/display=1
|
||||
progressive_web_app/orientation=0
|
||||
progressive_web_app/icon_144x144=""
|
||||
progressive_web_app/icon_180x180=""
|
||||
progressive_web_app/icon_512x512=""
|
||||
progressive_web_app/background_color=Color(0, 0, 0, 1)
|
||||
|
||||
@@ -1,16 +1,320 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cj457q2fx5mim"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://cj457q2fx5mim"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/animal.gd" id="1_bjim0"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxbv1inffa2bq" path="res://assets/plants/abre1.png" id="2_n8edq"]
|
||||
[ext_resource type="Theme" uid="uid://dnebunkx13tbr" path="res://assets/gui/Text.tres" id="3_lefgl"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_5dvar"]
|
||||
radius = 599.083
|
||||
radius = 557.022
|
||||
|
||||
[sub_resource type="Animation" id="Animation_qi2vx"]
|
||||
resource_name = "Closed"
|
||||
length = 0.1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Fées:visible")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [false]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Sprite2D:modulate")
|
||||
tracks/1/interp = 2
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(0.529067, 0.529067, 0.529067, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_6wgo4"]
|
||||
resource_name = "Finished"
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Fées/Fée:position")
|
||||
tracks/0/interp = 2
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.433333, 0.733333),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(-15, -21), Vector2(64, -169), Vector2(-24, -362)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Fées/Fée2:position")
|
||||
tracks/1/interp = 2
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0.0666667, 0.533333, 0.966667),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(-15, -23), Vector2(-23, -390), Vector2(126, -635)]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("Fées/Fée3:position")
|
||||
tracks/2/interp = 2
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0.0333333, 0.433333, 0.866667),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(-17, -24), Vector2(201, -146), Vector2(291, -461)]
|
||||
}
|
||||
tracks/3/type = "value"
|
||||
tracks/3/imported = false
|
||||
tracks/3/enabled = true
|
||||
tracks/3/path = NodePath("Fées/Fée4:position")
|
||||
tracks/3/interp = 2
|
||||
tracks/3/loop_wrap = true
|
||||
tracks/3/keys = {
|
||||
"times": PackedFloat32Array(0.1, 0.4, 0.933333),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(-18, -20), Vector2(166, -45), Vector2(392.121, -288.879)]
|
||||
}
|
||||
tracks/4/type = "value"
|
||||
tracks/4/imported = false
|
||||
tracks/4/enabled = true
|
||||
tracks/4/path = NodePath("Fées:visible")
|
||||
tracks/4/interp = 1
|
||||
tracks/4/loop_wrap = true
|
||||
tracks/4/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [true]
|
||||
}
|
||||
tracks/5/type = "value"
|
||||
tracks/5/imported = false
|
||||
tracks/5/enabled = true
|
||||
tracks/5/path = NodePath("Sprite2D:modulate")
|
||||
tracks/5/interp = 2
|
||||
tracks/5/loop_wrap = true
|
||||
tracks/5/keys = {
|
||||
"times": PackedFloat32Array(0, 1),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Color(0.529067, 0.529067, 0.529067, 1), Color(1, 1, 1, 1)]
|
||||
}
|
||||
tracks/6/type = "value"
|
||||
tracks/6/imported = false
|
||||
tracks/6/enabled = true
|
||||
tracks/6/path = NodePath("Sprite2D:scale")
|
||||
tracks/6/interp = 2
|
||||
tracks/6/loop_wrap = true
|
||||
tracks/6/keys = {
|
||||
"times": PackedFloat32Array(0, 0.233333, 0.4),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0.7, 0.7), Vector2(0.6, 0.9), Vector2(0.7, 0.7)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_qxluk"]
|
||||
resource_name = "Open"
|
||||
length = 4.0
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Fées/Fée:position")
|
||||
tracks/0/interp = 2
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 1.36667, 3.03333),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(-24, -362), Vector2(80, -373), Vector2(11, -442)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Fées/Fée2:position")
|
||||
tracks/1/interp = 2
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0, 1.36667, 3.03333),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(126, -635), Vector2(190, -618), Vector2(145, -586)]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("Fées/Fée3:position")
|
||||
tracks/2/interp = 2
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0, 1.36667, 3.03333),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(291, -461), Vector2(251, -548), Vector2(337, -500)]
|
||||
}
|
||||
tracks/3/type = "value"
|
||||
tracks/3/imported = false
|
||||
tracks/3/enabled = true
|
||||
tracks/3/path = NodePath("Fées/Fée4:position")
|
||||
tracks/3/interp = 2
|
||||
tracks/3/loop_wrap = true
|
||||
tracks/3/keys = {
|
||||
"times": PackedFloat32Array(0, 1.36667, 3.03333),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(392.121, -288.879), Vector2(473, -329), Vector2(377, -354)]
|
||||
}
|
||||
tracks/4/type = "value"
|
||||
tracks/4/imported = false
|
||||
tracks/4/enabled = true
|
||||
tracks/4/path = NodePath("Fées:visible")
|
||||
tracks/4/interp = 1
|
||||
tracks/4/loop_wrap = true
|
||||
tracks/4/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [true]
|
||||
}
|
||||
tracks/5/type = "value"
|
||||
tracks/5/imported = false
|
||||
tracks/5/enabled = true
|
||||
tracks/5/path = NodePath("Sprite2D:modulate")
|
||||
tracks/5/interp = 2
|
||||
tracks/5/loop_wrap = true
|
||||
tracks/5/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(1, 1, 1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_had0j"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Fées/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(-24, -362)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Fées/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(126, -635)]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("Fées/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(291, -461)]
|
||||
}
|
||||
tracks/3/type = "value"
|
||||
tracks/3/imported = false
|
||||
tracks/3/enabled = true
|
||||
tracks/3/path = NodePath("Fées/Fée4:position")
|
||||
tracks/3/interp = 1
|
||||
tracks/3/loop_wrap = true
|
||||
tracks/3/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector2(392.121, -288.879)]
|
||||
}
|
||||
tracks/4/type = "value"
|
||||
tracks/4/imported = false
|
||||
tracks/4/enabled = true
|
||||
tracks/4/path = NodePath("Fées:visible")
|
||||
tracks/4/interp = 1
|
||||
tracks/4/loop_wrap = true
|
||||
tracks/4/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [true]
|
||||
}
|
||||
tracks/5/type = "value"
|
||||
tracks/5/imported = false
|
||||
tracks/5/enabled = true
|
||||
tracks/5/path = NodePath("Sprite2D:modulate")
|
||||
tracks/5/interp = 1
|
||||
tracks/5/loop_wrap = true
|
||||
tracks/5/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(0.529067, 0.529067, 0.529067, 1)]
|
||||
}
|
||||
tracks/6/type = "value"
|
||||
tracks/6/imported = false
|
||||
tracks/6/enabled = true
|
||||
tracks/6/path = NodePath("Sprite2D:scale")
|
||||
tracks/6/interp = 1
|
||||
tracks/6/loop_wrap = true
|
||||
tracks/6/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0.7, 0.7)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_0kfkq"]
|
||||
_data = {
|
||||
"Closed": SubResource("Animation_qi2vx"),
|
||||
"Finished": SubResource("Animation_6wgo4"),
|
||||
"Open": SubResource("Animation_qxluk"),
|
||||
"RESET": SubResource("Animation_had0j")
|
||||
}
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_ybrxb"]
|
||||
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_7pg56"]
|
||||
gradient = SubResource("Gradient_ybrxb")
|
||||
fill = 1
|
||||
fill_from = Vector2(0.5, 0.491453)
|
||||
fill_to = Vector2(0.538462, 0.175214)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_vg5lt"]
|
||||
font_size = 21
|
||||
|
||||
[node name="Animal" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_bjim0")
|
||||
n_plant_needed = 15
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.3, 0.3)
|
||||
modulate = Color(0.529067, 0.529067, 0.529067, 1)
|
||||
scale = Vector2(0.7, 0.7)
|
||||
texture = ExtResource("2_n8edq")
|
||||
offset = Vector2(170, -550)
|
||||
|
||||
@@ -20,4 +324,41 @@ collision_layer = 2
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
shape = SubResource("CircleShape2D_5dvar")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_0kfkq")
|
||||
}
|
||||
|
||||
[node name="Fées" type="Node2D" parent="."]
|
||||
|
||||
[node name="Fée" type="Sprite2D" parent="Fées"]
|
||||
position = Vector2(-24, -362)
|
||||
scale = Vector2(0.765625, 0.765625)
|
||||
texture = SubResource("GradientTexture2D_7pg56")
|
||||
|
||||
[node name="Fée2" type="Sprite2D" parent="Fées"]
|
||||
position = Vector2(126, -635)
|
||||
scale = Vector2(0.586182, 0.586182)
|
||||
texture = SubResource("GradientTexture2D_7pg56")
|
||||
|
||||
[node name="Fée3" type="Sprite2D" parent="Fées"]
|
||||
position = Vector2(291, -461)
|
||||
scale = Vector2(0.586182, 0.586182)
|
||||
texture = SubResource("GradientTexture2D_7pg56")
|
||||
|
||||
[node name="Fée4" type="Sprite2D" parent="Fées"]
|
||||
position = Vector2(392.121, -288.879)
|
||||
scale = Vector2(0.964966, 0.964966)
|
||||
texture = SubResource("GradientTexture2D_7pg56")
|
||||
|
||||
[node name="PlantsCount" type="Label" parent="."]
|
||||
z_index = 1
|
||||
offset_left = -15.0
|
||||
offset_top = -148.0
|
||||
offset_right = 45.0
|
||||
offset_bottom = -118.0
|
||||
theme = ExtResource("3_lefgl")
|
||||
text = "100%"
|
||||
label_settings = SubResource("LabelSettings_vg5lt")
|
||||
|
||||
[connection signal="area_entered" from="Area2D" to="." method="_on_area_2d_area_entered"]
|
||||
|
||||
@@ -1,16 +1,27 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://qpdlnll5pihe"]
|
||||
[gd_scene load_steps=18 format=3 uid="uid://qpdlnll5pihe"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/planter.gd" id="1_l7lry"]
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="2_7h3ga"]
|
||||
[ext_resource type="Resource" uid="uid://bgi2lo7kb3d2v" path="res://objects/plant_types/chardon.tres" id="3_lgbrc"]
|
||||
[ext_resource type="Resource" uid="uid://dnahox31xqy6l" path="res://objects/plant_types/peuplier.tres" id="4_tmfl1"]
|
||||
[ext_resource type="Resource" uid="uid://b6ufxuqdcgwmx" path="res://objects/plant_types/chene.tres" id="5_j34av"]
|
||||
[ext_resource type="Resource" uid="uid://b4bdxpunvgc2j" path="res://objects/plant_types/Ekoth.tres" id="3_p5nyf"]
|
||||
[ext_resource type="Resource" uid="uid://brll3pp71mmf5" path="res://objects/plant_types/Elandorr.tres" id="4_3dxep"]
|
||||
[ext_resource type="Resource" uid="uid://di5eh5yvhanlt" path="res://objects/plant_types/Konnidat.tres" id="5_4of7l"]
|
||||
[ext_resource type="PackedScene" uid="uid://bp3c63qgkmi6o" path="res://objects/Robot.tscn" id="6_of7ri"]
|
||||
[ext_resource type="Resource" uid="uid://bbi00n5snleur" path="res://objects/plant_types/Mirut.tres" id="6_xiom8"]
|
||||
[ext_resource type="Resource" uid="uid://cg2ou1520k162" path="res://objects/plant_types/Naertho.tres" id="7_7i4v0"]
|
||||
[ext_resource type="Resource" uid="uid://3f0c3ant0i74" path="res://objects/plant_types/Nakag.tres" id="8_i0wa5"]
|
||||
[ext_resource type="Resource" uid="uid://brcimvxigi5g7" path="res://objects/plant_types/Navarre.tres" id="9_y8ss7"]
|
||||
[ext_resource type="Resource" uid="uid://dr17d2cg8cmar" path="res://objects/plant_types/Oggamon.tres" id="10_sdupl"]
|
||||
[ext_resource type="Resource" uid="uid://d25s1eywvsyei" path="res://objects/plant_types/Oogut.tres" id="11_horsi"]
|
||||
[ext_resource type="Resource" uid="uid://c64hhkqk4tnas" path="res://objects/plant_types/Ungrake.tres" id="12_3gp5h"]
|
||||
[ext_resource type="Resource" uid="uid://cev7wbg0cfel3" path="res://objects/plant_types/Wyrran.tres" id="13_bk383"]
|
||||
[ext_resource type="Resource" uid="uid://cfbdjq14ouwra" path="res://objects/plant_types/Bonaluria.tres" id="14_kmmq3"]
|
||||
[ext_resource type="Resource" uid="uid://cbvlod5m6s5pk" path="res://objects/plant_types/Lithoniel.tres" id="15_2ou33"]
|
||||
[ext_resource type="Resource" uid="uid://bje2xwse2ilga" path="res://objects/plant_types/Neviusia.tres" id="16_oikee"]
|
||||
|
||||
[node name="Planter" type="Node2D"]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("1_l7lry")
|
||||
plants = Array[ExtResource("2_7h3ga")]([ExtResource("3_lgbrc"), ExtResource("4_tmfl1"), ExtResource("5_j34av")])
|
||||
plants = Array[ExtResource("2_7h3ga")]([ExtResource("3_p5nyf"), ExtResource("4_3dxep"), ExtResource("5_4of7l"), ExtResource("6_xiom8"), ExtResource("7_7i4v0"), ExtResource("8_i0wa5"), ExtResource("9_y8ss7"), ExtResource("10_sdupl"), ExtResource("11_horsi"), ExtResource("12_3gp5h"), ExtResource("13_bk383"), ExtResource("14_kmmq3"), ExtResource("15_2ou33"), ExtResource("16_oikee")])
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
wait_time = 0.2
|
||||
@@ -20,7 +31,7 @@ one_shot = true
|
||||
position = Vector2(1439, 1360)
|
||||
|
||||
[node name="RobotSeed" type="Sprite2D" parent="Robot"]
|
||||
position = Vector2(0, 63)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
position = Vector2(0, 10)
|
||||
scale = Vector2(0.3, 0.3)
|
||||
|
||||
[connection signal="Planted" from="Robot" to="." method="_on_robot_planted"]
|
||||
|
||||
@@ -1,219 +1,25 @@
|
||||
[gd_scene load_steps=54 format=3 uid="uid://bp3c63qgkmi6o"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://bp3c63qgkmi6o"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/robot.gd" id="1_4eix8"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://8ewbadpftqoh" path="res://assets/sprites/robot/walk/Robot.tres" id="2_k06te"]
|
||||
[ext_resource type="PackedScene" uid="uid://dyuqq8v1tckrv" path="res://objects/Wanderer.tscn" id="2_mhqh4"]
|
||||
[ext_resource type="Texture2D" uid="uid://dqogq148ksscp" path="res://assets/sprites/robot/walk/frame_01.png" id="2_rv3ka"]
|
||||
[ext_resource type="Texture2D" uid="uid://bfa2scq8koxgu" path="res://assets/sprites/robot/walk/frame_02.png" id="3_mlsl2"]
|
||||
[ext_resource type="Texture2D" uid="uid://br566q4vj4jqn" path="res://assets/sprites/robot/walk/frame_03.png" id="4_c2buj"]
|
||||
[ext_resource type="Texture2D" uid="uid://dg5g8ngohpsli" path="res://assets/sprites/robot/walk/frame_04.png" id="5_cu8uu"]
|
||||
[ext_resource type="Texture2D" uid="uid://dtn1k2gws3p55" path="res://assets/sprites/robot/walk/frame_05.png" id="6_l574v"]
|
||||
[ext_resource type="Texture2D" uid="uid://cqd3qsxfuqubq" path="res://assets/sprites/robot/walk/frame_06.png" id="7_4gei6"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxjpq7l4u87q3" path="res://assets/sprites/robot/walk/frame_07.png" id="8_fk2hc"]
|
||||
[ext_resource type="Texture2D" uid="uid://tvsir2eam1uv" path="res://assets/sprites/robot/walk/frame_08.png" id="9_hws6k"]
|
||||
[ext_resource type="Texture2D" uid="uid://oltq7k1efgan" path="res://assets/sprites/robot/walk/frame_09.png" id="10_dr5xk"]
|
||||
[ext_resource type="Texture2D" uid="uid://dqnugd3aydemp" path="res://assets/sprites/robot/walk/frame_10.png" id="11_btr00"]
|
||||
[ext_resource type="Texture2D" uid="uid://cla6qucn8wkke" path="res://assets/sprites/robot/walk/frame_11.png" id="12_l0ryk"]
|
||||
[ext_resource type="Texture2D" uid="uid://r8mb1ja5uuj8" path="res://assets/sprites/robot/walk/frame_12.png" id="13_11cio"]
|
||||
[ext_resource type="Texture2D" uid="uid://fnd6thb10qe8" path="res://assets/sprites/robot/walk/frame_13.png" id="14_qyarh"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxy830wne2u1l" path="res://assets/sprites/robot/walk/frame_14.png" id="15_aauwx"]
|
||||
[ext_resource type="Texture2D" uid="uid://dbr5hj6lq8boy" path="res://assets/sprites/robot/walk/frame_15.png" id="16_l7aj2"]
|
||||
[ext_resource type="Texture2D" uid="uid://xsletl3a876r" path="res://assets/sprites/robot/walk/frame_16.png" id="17_2qqid"]
|
||||
[ext_resource type="Texture2D" uid="uid://4t2oumpsj6bo" path="res://assets/sprites/robot/walk/frame_17.png" id="18_1v67n"]
|
||||
[ext_resource type="Texture2D" uid="uid://bgosucg1kxqqj" path="res://assets/sprites/robot/walk/frame_18.png" id="19_fj1h5"]
|
||||
[ext_resource type="Texture2D" uid="uid://cd6fj10hn5lta" path="res://assets/sprites/robot/walk/frame_19.png" id="20_fp8gp"]
|
||||
[ext_resource type="Texture2D" uid="uid://oy722ulh0ebr" path="res://assets/sprites/robot/walk/frame_20.png" id="21_e38p7"]
|
||||
[ext_resource type="Texture2D" uid="uid://c6phh6j5054kv" path="res://assets/sprites/robot/walk/frame_21.png" id="22_0t6pl"]
|
||||
[ext_resource type="Texture2D" uid="uid://ciqvln088lhf1" path="res://assets/sprites/robot/walk/frame_22.png" id="23_1qfil"]
|
||||
[ext_resource type="Texture2D" uid="uid://b0288h0jqptb4" path="res://assets/sprites/robot/walk/frame_23.png" id="24_6k3vj"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1cmvpl681jea" path="res://assets/sprites/robot/walk/frame_24.png" id="25_fut2d"]
|
||||
[ext_resource type="Texture2D" uid="uid://cphch528raebu" path="res://assets/sprites/robot/walk/frame_25.png" id="26_5hba5"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlcxuqayktjlk" path="res://assets/sprites/robot/walk/frame_26.png" id="27_w2hl4"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlufxlw7brr14" path="res://assets/sprites/robot/walk/frame_27.png" id="28_fvf6h"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlojmfwcurswa" path="res://assets/sprites/robot/walk/frame_28.png" id="29_822yc"]
|
||||
[ext_resource type="Texture2D" uid="uid://u0sruo8m8vos" path="res://assets/sprites/robot/walk/frame_29.png" id="30_mvtt0"]
|
||||
[ext_resource type="Texture2D" uid="uid://bo410ydt6q4x7" path="res://assets/sprites/robot/walk/frame_30.png" id="31_6cqxa"]
|
||||
[ext_resource type="Texture2D" uid="uid://dun1fcnsu0pa1" path="res://assets/sprites/robot/walk/frame_31.png" id="32_4toba"]
|
||||
[ext_resource type="Texture2D" uid="uid://dvu6yjj8depcm" path="res://assets/sprites/robot/walk/frame_32.png" id="33_4p8f3"]
|
||||
[ext_resource type="Texture2D" uid="uid://c84w2csenypx6" path="res://assets/sprites/robot/walk/frame_33.png" id="34_bgwwl"]
|
||||
[ext_resource type="Texture2D" uid="uid://vxv67hcqbsac" path="res://assets/sprites/robot/walk/frame_34.png" id="35_kx777"]
|
||||
[ext_resource type="Texture2D" uid="uid://513e3wjsss7" path="res://assets/sprites/robot/walk/frame_35.png" id="36_fhnkg"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpwbm4ns81umr" path="res://assets/sprites/robot/walk/frame_36.png" id="37_s66ja"]
|
||||
[ext_resource type="Texture2D" uid="uid://cfbmn1c6q2yfw" path="res://assets/sprites/robot/walk/frame_37.png" id="38_cw83a"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxlkh8l56862e" path="res://assets/sprites/robot/walk/frame_38.png" id="39_3hqgg"]
|
||||
[ext_resource type="Texture2D" uid="uid://85vh5gi2kaau" path="res://assets/sprites/robot/walk/frame_39.png" id="40_wpolh"]
|
||||
[ext_resource type="Texture2D" uid="uid://1ayvjcmeai7a" path="res://assets/sprites/robot/walk/frame_40.png" id="41_fiu5x"]
|
||||
[ext_resource type="Texture2D" uid="uid://roeoqsjwtg34" path="res://assets/sprites/robot/walk/frame_41.png" id="42_ouf3a"]
|
||||
[ext_resource type="Texture2D" uid="uid://ehiqpwpw4k6r" path="res://assets/sprites/robot/walk/frame_42.png" id="43_a6oc6"]
|
||||
[ext_resource type="Texture2D" uid="uid://bthb6inxjxtdm" path="res://assets/sprites/robot/walk/frame_43.png" id="44_a4ewu"]
|
||||
[ext_resource type="Texture2D" uid="uid://ex1p7s6d2wxa" path="res://assets/sprites/robot/walk/frame_44.png" id="45_vve5j"]
|
||||
[ext_resource type="Texture2D" uid="uid://c63d4s3g6yima" path="res://assets/sprites/robot/walk/frame_45.png" id="46_gomhg"]
|
||||
[ext_resource type="Texture2D" uid="uid://btfc2tuopxu6s" path="res://assets/sprites/robot/walk/frame_46.png" id="47_wvwh5"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhqv1eipx5hv1" path="res://assets/sprites/robot/walk/frame_47.png" id="48_772t7"]
|
||||
[ext_resource type="Texture2D" uid="uid://do57i0kkqu2pc" path="res://assets/sprites/robot/walk/frame_48.png" id="49_5u1cp"]
|
||||
[ext_resource type="AudioStream" uid="uid://7njhgvmycx40" path="res://assets/sounds/Actions/Déplacement 2.mp3" id="6_aqa2n"]
|
||||
[ext_resource type="AudioStream" uid="uid://b7ad35ieccl77" path="res://assets/sounds/Actions/Déplacement 3.mp3" id="7_u5h4g"]
|
||||
[ext_resource type="AudioStream" uid="uid://ca4t82yt5vbsm" path="res://assets/sounds/Actions/Déplacement 5.mp3" id="8_lcptp"]
|
||||
[ext_resource type="AudioStream" uid="uid://cb4ouq4awiyri" path="res://assets/sounds/Actions/Planter.mp3" id="51_f30v0"]
|
||||
[ext_resource type="AudioStream" uid="uid://c1jt77fyb2lx4" path="res://assets/sounds/Actions/Déplacement.mp3" id="52_xvi3g"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_jlahh"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_rv3ka")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_mlsl2")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_c2buj")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_cu8uu")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6_l574v")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("7_4gei6")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("8_fk2hc")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("9_hws6k")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("10_dr5xk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("11_btr00")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("12_l0ryk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("13_11cio")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("14_qyarh")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("15_aauwx")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("16_l7aj2")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("17_2qqid")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("18_1v67n")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("19_fj1h5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("20_fp8gp")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("21_e38p7")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("22_0t6pl")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("23_1qfil")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("24_6k3vj")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("25_fut2d")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("26_5hba5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("27_w2hl4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("28_fvf6h")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("29_822yc")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("30_mvtt0")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("31_6cqxa")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("32_4toba")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("33_4p8f3")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("34_bgwwl")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("35_kx777")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("36_fhnkg")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("37_s66ja")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("38_cw83a")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("39_3hqgg")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("40_wpolh")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("41_fiu5x")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("42_ouf3a")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("43_a6oc6")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("44_a4ewu")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("45_vve5j")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("46_gomhg")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("47_wvwh5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("48_772t7")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("49_5u1cp")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Walk",
|
||||
"speed": 20.0
|
||||
}]
|
||||
|
||||
[node name="Robot" type="Node2D"]
|
||||
script = ExtResource("1_4eix8")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(0, -63)
|
||||
scale = Vector2(0.0890625, 0.0890625)
|
||||
sprite_frames = SubResource("SpriteFrames_jlahh")
|
||||
sprite_frames = ExtResource("2_k06te")
|
||||
animation = &"Walk"
|
||||
autoplay = "Walk"
|
||||
frame_progress = 0.127315
|
||||
offset = Vector2(0, -33.765)
|
||||
|
||||
[node name="Planting" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
@@ -228,4 +34,17 @@ stream = ExtResource("51_f30v0")
|
||||
stream = ExtResource("52_xvi3g")
|
||||
pitch_scale = 1.5
|
||||
|
||||
[node name="MoveSound2" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("6_aqa2n")
|
||||
|
||||
[node name="MoveSound3" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("7_u5h4g")
|
||||
|
||||
[node name="MoveSound4" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("6_aqa2n")
|
||||
pitch_scale = 1.5
|
||||
|
||||
[node name="MoveSound5" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("8_lcptp")
|
||||
|
||||
[connection signal="timeout" from="Planting" to="." method="_on_planting_timeout"]
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://iaf4md4cbwqh"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/gui/seed_card.gd" id="1_ecgsq"]
|
||||
[ext_resource type="Texture2D" uid="uid://dmlm0jugr70sg" path="res://assets/gui/image/Tablette info.png" id="2_33be8"]
|
||||
[ext_resource type="Theme" uid="uid://dnebunkx13tbr" path="res://assets/gui/Text.tres" id="2_n5opx"]
|
||||
[ext_resource type="Texture2D" uid="uid://dpfe11wn04ntd" path="res://assets/gui/icons/watering-soil.svg" id="3_4sryb"]
|
||||
[ext_resource type="Texture2D" uid="uid://be2uusaqcpcpd" path="res://assets/gradients/Fertility.tres" id="4_5omu3"]
|
||||
@@ -10,13 +11,6 @@
|
||||
[ext_resource type="Texture2D" uid="uid://bdg3ep75da6xd" path="res://assets/gui/icons/tree.svg" id="8_i3l01"]
|
||||
[ext_resource type="Texture2D" uid="uid://biti1wmdsg7xr" path="res://assets/gradients/Presence.tres" id="9_w0o2o"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8gji7"]
|
||||
draw_center = false
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_kiud1"]
|
||||
|
||||
[node name="SeedCard" type="Control"]
|
||||
@@ -26,7 +20,7 @@ size_flags_horizontal = 8
|
||||
size_flags_vertical = 8
|
||||
script = ExtResource("1_ecgsq")
|
||||
|
||||
[node name="Card" type="PanelContainer" parent="."]
|
||||
[node name="Card" type="Control" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 3
|
||||
anchor_left = 1.0
|
||||
@@ -34,19 +28,29 @@ anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -277.0
|
||||
offset_top = -280.0
|
||||
offset_top = -434.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
|
||||
[node name="TextureRect" type="Panel" parent="Card"]
|
||||
[node name="TextureRect2" type="TextureRect" parent="Card"]
|
||||
layout_mode = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_8gji7")
|
||||
offset_left = -57.0
|
||||
offset_top = -54.0
|
||||
offset_right = 277.0
|
||||
offset_bottom = 434.0
|
||||
texture = ExtResource("2_33be8")
|
||||
expand_mode = 1
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="Card"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 10
|
||||
theme_override_constants/margin_top = 10
|
||||
theme_override_constants/margin_right = 10
|
||||
offset_left = -51.0
|
||||
offset_top = -31.0
|
||||
offset_right = 277.0
|
||||
offset_bottom = 434.0
|
||||
theme_override_constants/margin_left = 20
|
||||
theme_override_constants/margin_top = 30
|
||||
theme_override_constants/margin_right = 30
|
||||
theme_override_constants/margin_bottom = 10
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Card/MarginContainer"]
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bm8nlb7kmaa6k"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bm8nlb7kmaa6k"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/gui/seed_queue.gd" id="1_6lrhe"]
|
||||
[ext_resource type="Texture2D" uid="uid://dihwqp24jd2gk" path="res://assets/gui/image/Interface sans boutons.png" id="2_eutr6"]
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_reedq"]
|
||||
|
||||
@@ -13,26 +14,43 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_6lrhe")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 12
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
offset_top = -201.0
|
||||
offset_right = 426.0
|
||||
grow_vertical = 0
|
||||
texture = ExtResource("2_eutr6")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="HBoxContainer" type="Control" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -100.0
|
||||
grow_vertical = 0
|
||||
theme_override_constants/separation = 10
|
||||
|
||||
[node name="NextSeed" type="TextureRect" parent="HBoxContainer"]
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
layout_mode = 2
|
||||
offset_left = 64.0
|
||||
offset_top = -54.0
|
||||
offset_right = 164.0
|
||||
offset_bottom = 46.0
|
||||
texture = SubResource("NoiseTexture2D_reedq")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="Queue" type="HBoxContainer" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
offset_left = 132.0
|
||||
offset_top = -42.0
|
||||
offset_right = 422.0
|
||||
offset_bottom = 58.0
|
||||
theme_override_constants/separation = 10
|
||||
alignment = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="Seed5" type="TextureRect" parent="HBoxContainer/Queue"]
|
||||
custom_minimum_size = Vector2(50, 50)
|
||||
@@ -57,19 +75,3 @@ size_flags_horizontal = 4
|
||||
size_flags_vertical = 8
|
||||
texture = SubResource("NoiseTexture2D_reedq")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="Seed2" type="TextureRect" parent="HBoxContainer/Queue"]
|
||||
custom_minimum_size = Vector2(50, 50)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 8
|
||||
texture = SubResource("NoiseTexture2D_reedq")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="Seed1" type="TextureRect" parent="HBoxContainer/Queue"]
|
||||
custom_minimum_size = Vector2(50, 50)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 8
|
||||
texture = SubResource("NoiseTexture2D_reedq")
|
||||
expand_mode = 2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://x4kv2y5f52cm"]
|
||||
[gd_scene load_steps=9 format=3 uid="uid://x4kv2y5f52cm"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/plant.gd" id="1_drvq1"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="1_n5onq"]
|
||||
@@ -21,6 +21,43 @@ animations = [{
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_jksuk"]
|
||||
radius = 36.0
|
||||
|
||||
[sub_resource type="Animation" id="Animation_3tubk"]
|
||||
resource_name = "Growing"
|
||||
length = 0.4
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("AnimatedSprite2D:scale")
|
||||
tracks/0/interp = 2
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.2, 0.4),
|
||||
"transitions": PackedFloat32Array(1, 1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0.1, 0.1), Vector2(0.12, 0.3), Vector2(0.2, 0.2)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_fcus3"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("AnimatedSprite2D:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector2(0.2, 0.2)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_da8e6"]
|
||||
_data = {
|
||||
"Growing": SubResource("Animation_3tubk"),
|
||||
"RESET": SubResource("Animation_fcus3")
|
||||
}
|
||||
|
||||
[node name="Plant" type="Node2D"]
|
||||
script = ExtResource("1_drvq1")
|
||||
|
||||
@@ -38,6 +75,7 @@ one_shot = true
|
||||
scale = Vector2(0.2, 0.2)
|
||||
sprite_frames = SubResource("SpriteFrames_667un")
|
||||
animation = &"SEED"
|
||||
speed_scale = 0.0
|
||||
offset = Vector2(0, -250)
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
@@ -45,6 +83,11 @@ offset = Vector2(0, -250)
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
shape = SubResource("CircleShape2D_jksuk")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_da8e6")
|
||||
}
|
||||
|
||||
[connection signal="timeout" from="Growing" to="." method="_on_growing_timeout"]
|
||||
[connection signal="timeout" from="NeedChecker" to="." method="_on_need_checker_timeout"]
|
||||
[connection signal="timeout" from="SaplingCountDown" to="." method="_on_sapling_count_down_timeout"]
|
||||
|
||||
269
objects/plant_types/Bonaluria.tres
Normal file
@@ -0,0 +1,269 @@
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=39 format=3 uid="uid://cfbdjq14ouwra"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="1_208yf"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="2_wwtfx"]
|
||||
[ext_resource type="Texture2D" uid="uid://di74g50h3oruf" path="res://assets/plants/plantes mortes/arbre_mort.png" id="3_8jirk"]
|
||||
[ext_resource type="Texture2D" uid="uid://dwm660gppiset" path="res://assets/plants/abre2.png" id="4_ore5j"]
|
||||
[ext_resource type="Texture2D" uid="uid://c5felbfti153f" path="res://assets/plants/arbre_phase1.png" id="5_aukq7"]
|
||||
[ext_resource type="Texture2D" uid="uid://c20w02hmmlrnu" path="res://assets/plants/frames_arbre_sprites.png" id="5_udqsl"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_wgugp"]
|
||||
atlas = ExtResource("2_wwtfx")
|
||||
region = Rect2(0, 540, 270, 270)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_cjm6v"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(0, 0, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_t5gw7"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(1000, 0, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mspmq"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(2000, 0, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_82el2"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(3000, 0, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3ymjj"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(4000, 0, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_dmppb"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(5000, 0, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_o46cw"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(6000, 0, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_i6ohj"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(7000, 0, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hv1dq"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(0, 605, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gdio8"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(1000, 605, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hmlqp"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(2000, 605, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_obt0y"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(3000, 605, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ch6bx"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(4000, 605, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ekdvb"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(5000, 605, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3rpko"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(6000, 605, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_4xhw5"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(7000, 605, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_bxl2x"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(0, 1210, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_keg52"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(1000, 1210, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tuv5m"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(2000, 1210, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_safva"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(3000, 1210, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_hs5wt"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(4000, 1210, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_wpud5"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(5000, 1210, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_2wqx7"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(6000, 1210, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_4uv5p"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(7000, 1210, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_5vpdr"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(0, 1815, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_v5wkb"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(1000, 1815, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_y11b3"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(2000, 1815, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_oipy7"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(3000, 1815, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_c3gyp"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(4000, 1815, 1000, 605)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ssj6n"]
|
||||
atlas = ExtResource("5_udqsl")
|
||||
region = Rect2(5000, 1815, 1000, 605)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_teefd"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_8jirk")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"DEAD",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_ore5j")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_cjm6v")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_t5gw7")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_mspmq")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_82el2")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3ymjj")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_dmppb")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_o46cw")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_i6ohj")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_hv1dq")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_gdio8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_hmlqp")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_obt0y")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ch6bx")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ekdvb")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_3rpko")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_4xhw5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_bxl2x")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_keg52")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tuv5m")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_safva")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_hs5wt")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_wpud5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_2wqx7")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_4uv5p")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_5vpdr")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_v5wkb")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_y11b3")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_oipy7")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_c3gyp")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ssj6n")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"GROWN",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_aukq7")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"SAPLING",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_208yf")
|
||||
type = "Bonaluria"
|
||||
seed_sprite = SubResource("AtlasTexture_wgugp")
|
||||
sprite_frames = SubResource("SpriteFrames_teefd")
|
||||
growing_time = 30.0
|
||||
offspring_per_lifetime = 1
|
||||
dying_time = 240.0
|
||||
dead_time = 120.0
|
||||
water_need = [-1, 10]
|
||||
fertility_need = [2, 10]
|
||||
presence_need = [2, 20]
|
||||
water_prod = 6
|
||||
fertility_prod = 2
|
||||
presence_prod = 4
|
||||
dead_water_prod = 3
|
||||
dead_fertility_prod = 2
|
||||
distance_prod = 600
|
||||
distance_prod_falloff = 300
|
||||
62
objects/plant_types/Ekoth.tres
Normal file
@@ -0,0 +1,62 @@
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=9 format=3 uid="uid://b4bdxpunvgc2j"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="1_duqty"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="2_lk0j2"]
|
||||
[ext_resource type="Texture2D" uid="uid://ceebnlqxcbmlw" path="res://assets/plants/plantes mortes/plante_morte1.png" id="3_2wyd1"]
|
||||
[ext_resource type="Texture2D" uid="uid://d02mdx460lfgm" path="res://assets/plants/evolution2.4.png" id="4_rihq1"]
|
||||
[ext_resource type="Texture2D" uid="uid://db46hrnjgcunf" path="res://assets/plants/evolution2.4_glow.png" id="5_erp4i"]
|
||||
[ext_resource type="Texture2D" uid="uid://d0xlqgttxwkgh" path="res://assets/plants/evolution2.png" id="5_i5m6k"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_u2flf"]
|
||||
atlas = ExtResource("2_lk0j2")
|
||||
region = Rect2(270, 540, 270, 270)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_570ha"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_2wyd1")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"DEAD",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_rihq1")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_erp4i")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"GROWN",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_i5m6k")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"SAPLING",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_duqty")
|
||||
type = "Ekoth"
|
||||
seed_sprite = SubResource("AtlasTexture_u2flf")
|
||||
sprite_frames = SubResource("SpriteFrames_570ha")
|
||||
growing_time = 2.0
|
||||
offspring_per_lifetime = 1
|
||||
dying_time = 120.0
|
||||
dead_time = 60.0
|
||||
water_need = [-5, 10]
|
||||
fertility_need = [-1, 10]
|
||||
presence_need = [2, 19]
|
||||
water_prod = 4
|
||||
fertility_prod = 0
|
||||
presence_prod = 2
|
||||
dead_water_prod = 2
|
||||
dead_fertility_prod = 0
|
||||
distance_prod = 300
|
||||
distance_prod_falloff = 150
|
||||
58
objects/plant_types/Elandorr.tres
Normal file
@@ -0,0 +1,58 @@
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=8 format=3 uid="uid://brll3pp71mmf5"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="1_74myt"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="2_4857t"]
|
||||
[ext_resource type="Texture2D" uid="uid://ceebnlqxcbmlw" path="res://assets/plants/plantes mortes/plante_morte1.png" id="3_unjxw"]
|
||||
[ext_resource type="Texture2D" uid="uid://jmyn1g18nyql" path="res://assets/plants/evolution1.2.png" id="4_jg1aw"]
|
||||
[ext_resource type="Texture2D" uid="uid://hkcjtfch0kub" path="res://assets/plants/evolution1.png" id="5_e7r3q"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_852mh"]
|
||||
atlas = ExtResource("2_4857t")
|
||||
region = Rect2(1080, 0, 270, 270)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_av8xm"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_unjxw")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"DEAD",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("4_jg1aw")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"GROWN",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("5_e7r3q")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"SAPLING",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_74myt")
|
||||
type = "Elandorr"
|
||||
seed_sprite = SubResource("AtlasTexture_852mh")
|
||||
sprite_frames = SubResource("SpriteFrames_av8xm")
|
||||
growing_time = 1.0
|
||||
offspring_per_lifetime = 3
|
||||
dying_time = 60.0
|
||||
dead_time = 30.0
|
||||
water_need = [-8, 0]
|
||||
fertility_need = [-10, 5]
|
||||
presence_need = [0, 10]
|
||||
water_prod = 1
|
||||
fertility_prod = 0
|
||||
presence_prod = 1
|
||||
dead_water_prod = 0
|
||||
dead_fertility_prod = 1
|
||||
distance_prod = 200
|
||||
distance_prod_falloff = 100
|
||||