2026-07-27 03:30:03 -04:00
|
|
|
[gd_scene load_steps=6 format=3]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://world/world_prop.gd" id="1_prop"]
|
2026-07-26 00:33:37 -04:00
|
|
|
|
|
|
|
|
[sub_resource type="BoxMesh" id="PerchMesh"]
|
2026-07-27 03:30:03 -04:00
|
|
|
resource_local_to_scene = true
|
2026-07-26 00:33:37 -04:00
|
|
|
size = Vector3(5, 0.7, 2.2)
|
|
|
|
|
|
|
|
|
|
[sub_resource type="CylinderMesh" id="PostMesh"]
|
2026-07-27 03:30:03 -04:00
|
|
|
resource_local_to_scene = true
|
2026-07-26 00:33:37 -04:00
|
|
|
top_radius = 0.18
|
|
|
|
|
bottom_radius = 0.24
|
|
|
|
|
height = 2.5
|
|
|
|
|
|
|
|
|
|
[sub_resource type="StandardMaterial3D" id="WoodMaterial"]
|
2026-07-27 03:30:03 -04:00
|
|
|
resource_local_to_scene = true
|
2026-07-26 00:33:37 -04:00
|
|
|
albedo_color = Color(0.46, 0.28, 0.13, 1)
|
|
|
|
|
|
|
|
|
|
[sub_resource type="StandardMaterial3D" id="SignMaterial"]
|
2026-07-27 03:30:03 -04:00
|
|
|
resource_local_to_scene = true
|
2026-07-26 00:33:37 -04:00
|
|
|
albedo_color = Color(0.95, 0.82, 0.42, 1)
|
|
|
|
|
|
|
|
|
|
[node name="PelicanCoolerPerch" type="Node3D"]
|
2026-07-27 03:30:03 -04:00
|
|
|
script = ExtResource("1_prop")
|
2026-07-26 00:33:37 -04:00
|
|
|
|
2026-07-27 03:30:03 -04:00
|
|
|
[node name="Visual" type="Node3D" parent="."]
|
2026-07-26 00:33:37 -04:00
|
|
|
|
2026-07-27 03:30:03 -04:00
|
|
|
[node name="Perch" type="MeshInstance3D" parent="Visual"]
|
2026-07-26 00:33:37 -04:00
|
|
|
position = Vector3(0, 1.65, 0)
|
|
|
|
|
mesh = SubResource("PerchMesh")
|
|
|
|
|
material_override = SubResource("WoodMaterial")
|
|
|
|
|
|
2026-07-27 03:30:03 -04:00
|
|
|
[node name="WestPost" type="MeshInstance3D" parent="Visual"]
|
2026-07-26 00:33:37 -04:00
|
|
|
position = Vector3(-1.8, 0.7, 0)
|
|
|
|
|
mesh = SubResource("PostMesh")
|
|
|
|
|
material_override = SubResource("WoodMaterial")
|
|
|
|
|
|
2026-07-27 03:30:03 -04:00
|
|
|
[node name="EastPost" type="MeshInstance3D" parent="Visual"]
|
2026-07-26 00:33:37 -04:00
|
|
|
position = Vector3(1.8, 0.7, 0)
|
|
|
|
|
mesh = SubResource("PostMesh")
|
|
|
|
|
material_override = SubResource("WoodMaterial")
|
|
|
|
|
|
2026-07-27 03:30:03 -04:00
|
|
|
[node name="Sign" type="Label3D" parent="Visual"]
|
2026-07-26 00:33:37 -04:00
|
|
|
position = Vector3(0, 2.55, 0)
|
2026-07-26 23:20:51 -04:00
|
|
|
text = "sell to pelicans\nfrom the cooler"
|
2026-07-26 00:33:37 -04:00
|
|
|
font_size = 30
|
|
|
|
|
outline_size = 8
|
|
|
|
|
billboard = 1
|
|
|
|
|
no_depth_test = true
|
|
|
|
|
|
2026-07-27 03:30:03 -04:00
|
|
|
[node name="ConvenienceLabel" type="Label3D" parent="Visual"]
|
2026-07-26 00:33:37 -04:00
|
|
|
position = Vector3(0, 1.65, -1.15)
|
2026-07-31 21:20:23 -04:00
|
|
|
text = "sell anytime • 0.25x"
|
2026-07-26 00:33:37 -04:00
|
|
|
font_size = 20
|
|
|
|
|
outline_size = 6
|
|
|
|
|
billboard = 1
|
|
|
|
|
no_depth_test = true
|