new trees
This commit is contained in:
@@ -1,20 +1,9 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://dha8pa1les53a"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dha8pa1les53a"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/gui.gd" id="1_6gq27"]
|
||||
[ext_resource type="PackedScene" uid="uid://bm8nlb7kmaa6k" path="res://objects/gui/Seed_queue.tscn" id="1_lh8u1"]
|
||||
[ext_resource type="PackedScene" uid="uid://iaf4md4cbwqh" path="res://objects/gui/Seed_card.tscn" id="2_bt3vo"]
|
||||
[ext_resource type="PackedScene" uid="uid://0so4tpnkk8t2" path="res://objects/gui/Scanner_modes.tscn" id="3_bsm7r"]
|
||||
[ext_resource type="Script" path="res://scripts/tuto.gd" id="5_5h6w8"]
|
||||
[ext_resource type="Texture2D" uid="uid://dqogq148ksscp" path="res://assets/sprites/robot/walk/frame_01.png" id="5_kwcrh"]
|
||||
[ext_resource type="Theme" uid="uid://dnebunkx13tbr" path="res://assets/gui/Text.tres" id="6_tw1fh"]
|
||||
[ext_resource type="AudioStream" uid="uid://n7seb2bqfped" path="res://assets/sounds/Dialogue.mp3" id="8_8y3ei"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_kryjr"]
|
||||
font_size = 20
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_y5jk3"]
|
||||
font_size = 22
|
||||
font_color = Color(0.882353, 0.6, 0.145098, 1)
|
||||
|
||||
[node name="Gui" type="Control"]
|
||||
layout_mode = 3
|
||||
@@ -49,69 +38,4 @@ mouse_filter = 1
|
||||
[node name="ScannerModes" parent="MarginContainer" instance=ExtResource("3_bsm7r")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Tuto" type="Control" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("5_5h6w8")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="Tuto"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0.08, 0.0432, 0.0793867, 0.803922)
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="Tuto"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/margin_left = 20
|
||||
theme_override_constants/margin_top = 20
|
||||
theme_override_constants/margin_right = 20
|
||||
theme_override_constants/margin_bottom = 20
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Tuto/MarginContainer"]
|
||||
custom_minimum_size = Vector2(300, 300)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 8
|
||||
texture = ExtResource("5_kwcrh")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Text" type="Label" parent="Tuto/MarginContainer"]
|
||||
custom_minimum_size = Vector2(600, 256.175)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 8
|
||||
theme = ExtResource("6_tw1fh")
|
||||
text = "Hi there !
|
||||
Welcome to GJ 238 B, an awesome exoplanet that somehow, dsddsdsd sdsdd sdsd s sdssd sdsdsdsdd dsdddsd"
|
||||
label_settings = SubResource("LabelSettings_kryjr")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
autowrap_mode = 2
|
||||
|
||||
[node name="Label2" type="Label" parent="Tuto/MarginContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 8
|
||||
size_flags_vertical = 8
|
||||
theme = ExtResource("6_tw1fh")
|
||||
text = "Click to continue"
|
||||
label_settings = SubResource("LabelSettings_y5jk3")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="RobotSpeak" type="AudioStreamPlayer" parent="Tuto"]
|
||||
stream = ExtResource("8_8y3ei")
|
||||
|
||||
[connection signal="scanner_selected" from="MarginContainer/ScannerModes" to="." method="_on_scanner_modes_scanner_selected"]
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/map.gd" id="1_3np0o"]
|
||||
[ext_resource type="PackedScene" uid="uid://6ferubyu2uy1" path="res://scenes/Scanners.tscn" id="1_6mlj0"]
|
||||
[ext_resource type="PackedScene" path="res://objects/Animal.tscn" id="4_pkphc"]
|
||||
[ext_resource type="PackedScene" uid="uid://cj457q2fx5mim" path="res://objects/Animal.tscn" id="4_pkphc"]
|
||||
[ext_resource type="Texture2D" uid="uid://c84bc7d0f8gtn" path="res://assets/texture/sky.png" id="4_uy8vn"]
|
||||
[ext_resource type="Texture2D" uid="uid://bkwi6yurko7gm" path="res://assets/texture/sol_gamejam_fleurs.png" id="5_6sl35"]
|
||||
[ext_resource type="Shader" path="res://scripts/shaders/TextureSplit.gdshader" id="5_iqvbx"]
|
||||
[ext_resource type="Texture2D" uid="uid://ci1oiftbr13ci" path="res://assets/texture/sol_gamejam_marais.png" id="5_p5o52"]
|
||||
[ext_resource type="Texture2D" uid="uid://6h5ieh6ba7re" path="res://assets/texture/sol_gamejam_mort.png" id="6_wj5l3"]
|
||||
[ext_resource type="Texture2D" uid="uid://c85s1vwryvngb" path="res://assets/texture/sol_gamejam_normal.png" id="7_iuq0o"]
|
||||
[ext_resource type="Texture2D" uid="uid://de81tdearo84u" path="res://assets/texture/sol_gamejam_fleurs_transp.png" id="8_6vuay"]
|
||||
@@ -17,11 +17,11 @@ shader_parameter/data_texture_size = null
|
||||
shader_parameter/texture_low_threshold = 0.3
|
||||
shader_parameter/texture_high_threshold = 0.7
|
||||
shader_parameter/dimension = null
|
||||
shader_parameter/texture_size = Vector2(768, 432)
|
||||
shader_parameter/texture_size = Vector2(384, 216)
|
||||
shader_parameter/smooth_change_range = 0.15
|
||||
shader_parameter/texture_low = ExtResource("6_wj5l3")
|
||||
shader_parameter/texture_medium = ExtResource("7_iuq0o")
|
||||
shader_parameter/texture_high = ExtResource("5_p5o52")
|
||||
shader_parameter/texture_high = ExtResource("5_6sl35")
|
||||
|
||||
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_rhtup"]
|
||||
|
||||
@@ -38,7 +38,7 @@ shader_parameter/data_texture_size = Vector2(1000, 1000)
|
||||
shader_parameter/texture_low_threshold = 0.01
|
||||
shader_parameter/texture_high_threshold = 0.711
|
||||
shader_parameter/dimension = 1
|
||||
shader_parameter/texture_size = Vector2(768, 432)
|
||||
shader_parameter/texture_size = Vector2(384, 216)
|
||||
shader_parameter/smooth_change_range = 0.0
|
||||
shader_parameter/texture_low = ExtResource("9_wuhlx")
|
||||
shader_parameter/texture_medium = SubResource("GradientTexture1D_hwe6p")
|
||||
@@ -68,24 +68,21 @@ texture_repeat = 2
|
||||
material = SubResource("ShaderMaterial_4rqj7")
|
||||
color = Color(1, 1, 1, 0)
|
||||
texture_scale = Vector2(5, 5)
|
||||
polygon = PackedVector2Array(27, 788, 54, 1452, 1715, 1163, 1439, -501, -416, -340)
|
||||
|
||||
[node name="Animals" type="Node2D" parent="."]
|
||||
y_sort_enabled = true
|
||||
|
||||
[node name="Animal" parent="Animals" instance=ExtResource("4_pkphc")]
|
||||
position = Vector2(2394, 775)
|
||||
plant_need = "Chardon"
|
||||
position = Vector2(1905, 566)
|
||||
|
||||
[node name="Animal2" parent="Animals" instance=ExtResource("4_pkphc")]
|
||||
position = Vector2(871, 2429)
|
||||
plant_need = "Chardon"
|
||||
position = Vector2(382, 2220)
|
||||
|
||||
[node name="Animal3" parent="Animals" instance=ExtResource("4_pkphc")]
|
||||
position = Vector2(2336, 2457)
|
||||
plant_need = "Buisson"
|
||||
position = Vector2(1847, 2248)
|
||||
|
||||
[node name="Animal4" parent="Animals" instance=ExtResource("4_pkphc")]
|
||||
position = Vector2(1025, 757)
|
||||
plant_need = "Chene"
|
||||
position = Vector2(536, 548)
|
||||
|
||||
[connection signal="liberated" from="Animals/Animal" to="." method="_on_animal_liberated"]
|
||||
|
||||
Reference in New Issue
Block a user