1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-22 07:44:20 +00:00
pineapple-surf/island/Island.tscn

92 lines
4.2 KiB
Text
Raw Normal View History

2023-01-08 22:13:46 +00:00
[gd_scene load_steps=15 format=3 uid="uid://bg88gc1w1gw5m"]
2023-01-07 00:55:31 +00:00
[ext_resource type="PackedScene" uid="uid://dh5blytk6vmdu" path="res://island/Sea.tscn" id="1_e0hpm"]
2023-01-07 18:23:07 +00:00
[ext_resource type="PackedScene" uid="uid://b5i1sqd88wlle" path="res://player/Player.tscn" id="3_5378m"]
[ext_resource type="PackedScene" uid="uid://cyuqnp5bfan4y" path="res://island/IslandMesh.tscn" id="3_g5ug0"]
[ext_resource type="PackedScene" uid="uid://tahdk48hqxis" path="res://island/HillMesh.tscn" id="4_5ll24"]
[ext_resource type="PackedScene" uid="uid://cxa5irr1atgke" path="res://island/PyramidSmallMesh.tscn" id="5_uf8hd"]
[ext_resource type="PackedScene" uid="uid://bknwefv5ycc3u" path="res://island/PyramidSmolMesh.tscn" id="6_klmt8"]
[ext_resource type="PackedScene" uid="uid://boxtb3trgcy8c" path="res://island/PillarMesh.tscn" id="7_grmwj"]
[ext_resource type="PackedScene" uid="uid://cwf11kdk7t64k" path="res://island/HoppityMesh.tscn" id="8_5pio0"]
[ext_resource type="PackedScene" uid="uid://dutcugv574855" path="res://island/Leafpile.tscn" id="9_472aa"]
2023-01-07 00:55:31 +00:00
2023-01-08 11:29:41 +00:00
[sub_resource type="Gradient" id="Gradient_shcpx"]
interpolation_mode = 2
offsets = PackedFloat32Array(0.518605, 0.723256, 0.953488)
colors = PackedColorArray(1, 0.694118, 0.741176, 1, 0.0352941, 0.831373, 0.882353, 1, 0.152941, 0.698039, 1, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_yb0rj"]
gradient = SubResource("Gradient_shcpx")
width = 256
height = 256
fill_from = Vector2(0, 1)
fill_to = Vector2(0, 0)
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_c0cxy"]
panorama = SubResource("GradientTexture2D_yb0rj")
2023-01-07 00:55:31 +00:00
[sub_resource type="Sky" id="Sky_j6hso"]
2023-01-08 11:29:41 +00:00
sky_material = SubResource("PanoramaSkyMaterial_c0cxy")
2023-01-07 00:55:31 +00:00
[sub_resource type="Environment" id="Environment_302o8"]
background_mode = 2
sky = SubResource("Sky_j6hso")
[node name="Island" type="Node3D"]
[node name="World" type="Node3D" parent="."]
[node name="Sea" parent="World" instance=ExtResource("1_e0hpm")]
2023-01-07 00:55:31 +00:00
[node name="IslandMesh" parent="World" instance=ExtResource("3_g5ug0")]
2023-01-07 04:32:37 +00:00
[node name="HillMesh" parent="World" instance=ExtResource("4_5ll24")]
[node name="PyramidSmallMesh" parent="World" instance=ExtResource("5_uf8hd")]
[node name="PyramidSmolMesh" parent="World" instance=ExtResource("6_klmt8")]
2023-01-07 20:13:24 +00:00
[node name="PyramidSmallMesh2" parent="World" instance=ExtResource("5_uf8hd")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -27, 0, 35)
skeleton = NodePath("../../..")
[node name="PyramidSmolMesh2" parent="World" instance=ExtResource("6_klmt8")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25, 0, 38)
skeleton = NodePath("../../..")
[node name="PyramidSmallMesh3" parent="World" instance=ExtResource("5_uf8hd")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -29, 0, 44)
skeleton = NodePath("../../..")
[node name="PillarMesh" parent="World" instance=ExtResource("7_grmwj")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -17, 0, 9)
[node name="PillarMesh2" parent="World" instance=ExtResource("7_grmwj")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -16, 0, 7)
[node name="PillarMesh3" parent="World" instance=ExtResource("7_grmwj")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -17, 0, 5)
2023-01-08 11:38:15 +00:00
[node name="HoppityMesh" parent="World" instance=ExtResource("8_5pio0")]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, -27, 0, 53)
2023-01-07 00:55:31 +00:00
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_302o8")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
2023-01-08 11:29:41 +00:00
transform = Transform3D(1, 0, 0, 0, -0.249636, 0.96834, 0, -0.96834, -0.249636, 0, 7.44648, 0)
2023-01-08 17:39:37 +00:00
light_color = Color(1, 0.698039, 0.470588, 1)
[node name="Player" parent="." instance=ExtResource("3_5378m")]
2023-01-08 22:13:46 +00:00
transform = Transform3D(-1, 3.48787e-16, -8.74228e-08, 3.48787e-16, 1, -3.48787e-16, 8.74228e-08, -3.48787e-16, -1, 2.08165e-12, 3.896, 2.08165e-12)
2023-01-07 22:56:57 +00:00
2023-01-08 09:20:01 +00:00
[node name="CropTiles" type="Node3D" parent="."]
[node name="Leafpile" parent="CropTiles" instance=ExtResource("9_472aa")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 3, 3)
2023-01-08 22:13:46 +00:00
[node name="Leafpile2" parent="CropTiles" instance=ExtResource("9_472aa")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 3, -4)
2023-01-08 22:13:46 +00:00
[node name="Produce" type="Node3D" parent="."]