Last modifs (maybe (we dunno))
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
[gd_scene load_steps=6 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" path="res://assets/sprites/robot/walk/Robot.tres" id="2_k06te"]
|
||||
[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="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"]
|
||||
|
||||
@@ -29,4 +32,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
|
||||
|
||||
Reference in New Issue
Block a user