aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/cooked_cheese_pizza.tscn
blob: de677b2ae44c7a1da87743141ad35342bddcf53f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[gd_scene format=3 uid="uid://cl1etmr26p262"]

[ext_resource type="ArrayMesh" uid="uid://cwstqugiw76tc" path="res://map/items/pizza.res" id="1_vnyro"]

[sub_resource type="Gradient" id="Gradient_xogo6"]
offsets = PackedFloat32Array(0, 0.14086306, 0.84237576, 1)
colors = PackedColorArray(0.52, 0.104000024, 0, 1, 0.7294118, 0.23921569, 0.11764706, 1, 1, 0.7391868, 0.13702077, 1, 1, 0.88600004, 0.43, 1)

[sub_resource type="FastNoiseLite" id="FastNoiseLite_7am5t"]
frequency = 0.0139
fractal_octaves = 3
fractal_gain = 0.2

[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_gf4r2"]
width = 256
height = 256
noise = SubResource("FastNoiseLite_7am5t")
color_ramp = SubResource("Gradient_xogo6")

[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vnyro"]
resource_name = "Material.001"
cull_mode = 2
albedo_texture = SubResource("NoiseTexture2D_gf4r2")
uv1_scale = Vector3(0.5, 0.5, 0.5)
uv1_offset = Vector3(0.5, 0, 0.5)
uv1_triplanar = true

[node name="CookedCheesePizza" type="Node3D" unique_id=1618397990]

[node name="Mesh" type="MeshInstance3D" parent="." unique_id=2039708425]
transform = Transform3D(0.3, 0, 0, 0, 0.05, 0, 0, 0, 0.3, 0, 0.05, 0)
mesh = ExtResource("1_vnyro")
surface_material_override/1 = SubResource("StandardMaterial3D_vnyro")