Mutually_Assured_Destruction/player/player.tscn
2023-06-11 12:54:09 -04:00

189 lines
5.4 KiB
Plaintext

[gd_scene load_steps=18 format=3 uid="uid://b5gb5paiupum"]
[ext_resource type="Script" path="res://player/player.cs" id="1_of2l4"]
[sub_resource type="CameraAttributesPhysical" id="CameraAttributesPhysical_1ejpb"]
frustum_near = 0.032
[sub_resource type="Gradient" id="Gradient_hcpag"]
interpolation_mode = 2
colors = PackedColorArray(1, 0, 0, 1, 0.35782, 0, 0.0248139, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_y5odr"]
gradient = SubResource("Gradient_hcpag")
fill_to = Vector2(0.858974, 0.615385)
[sub_resource type="Gradient" id="Gradient_camjl"]
colors = PackedColorArray(0.908061, 0.573562, 0.518565, 1, 1, 0.723217, 0.716857, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_2xkee"]
gradient = SubResource("Gradient_camjl")
width = 24
height = 255
[sub_resource type="Gradient" id="Gradient_dxeak"]
colors = PackedColorArray(0.533956, 4.45209e-07, 0.129296, 1, 0.902273, 0.0004242, 0.128051, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_d5w6a"]
gradient = SubResource("Gradient_dxeak")
width = 24
height = 255
[sub_resource type="Gradient" id="Gradient_tpani"]
colors = PackedColorArray(0.893472, 0.979245, 1, 1, 0.347927, 0.885716, 1, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_7myfq"]
gradient = SubResource("Gradient_tpani")
width = 24
height = 255
[sub_resource type="Gradient" id="Gradient_127f1"]
colors = PackedColorArray(0.00784314, 0.152941, 0.454902, 1, 0.349457, 0.500016, 1, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_kdame"]
gradient = SubResource("Gradient_127f1")
width = 24
height = 255
[sub_resource type="Gradient" id="Gradient_psl0d"]
colors = PackedColorArray(0, 0.933055, 0.58552, 1, 0.793971, 1, 0.891535, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_18k81"]
gradient = SubResource("Gradient_psl0d")
width = 24
height = 255
[sub_resource type="Gradient" id="Gradient_od2su"]
colors = PackedColorArray(1.44392e-06, 0.334951, 0.24823, 1, 1.8771e-06, 0.766586, 0.320037, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_nfg3s"]
gradient = SubResource("Gradient_od2su")
width = 24
height = 255
[sub_resource type="SphereMesh" id="SphereMesh_mtv4x"]
[node name="player" type="Camera3D" node_paths=PackedStringArray("_con", "_mousePosLabel", "_cursorPosLabel", "_cursor", "_cursorPoint", "_nuke", "_pr", "_kash")]
attributes = SubResource("CameraAttributesPhysical_1ejpb")
script = ExtResource("1_of2l4")
_con = NodePath("Debug info/Label")
_mousePosLabel = NodePath("Debug info/mousePos")
_cursorPosLabel = NodePath("Debug info/cursorPointPos")
_cursor = NodePath("cursor")
_cursorPoint = NodePath("cursorPoint")
_nuke = NodePath("NukeBar")
_pr = NodePath("PrBar")
_kash = NodePath("KashBar")
[node name="Debug info" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="mousePos" type="Label" parent="Debug info"]
layout_mode = 0
offset_left = 314.0
offset_top = 228.0
offset_right = 403.0
offset_bottom = 254.0
text = "Eat ze caca."
[node name="cursorPointPos" type="Label" parent="Debug info"]
layout_mode = 0
offset_left = 314.0
offset_top = 195.0
offset_right = 403.0
offset_bottom = 221.0
text = "Eat ze caca."
[node name="Label" type="Label" parent="Debug info"]
layout_mode = 0
offset_left = 313.0
offset_top = 156.0
offset_right = 402.0
offset_bottom = 182.0
text = "Eat ze caca."
[node name="Button" type="Button" parent="."]
offset_left = 1772.0
offset_top = 926.0
offset_right = 1904.0
offset_bottom = 1058.0
text = "BOOM"
icon = SubResource("GradientTexture2D_y5odr")
flat = true
icon_alignment = 1
expand_icon = true
[node name="NukeBar" type="TextureProgressBar" parent="."]
offset_left = 1817.0
offset_top = 664.0
offset_right = 1841.0
offset_bottom = 919.0
value = 50.0
rounded = true
fill_mode = 3
texture_under = SubResource("GradientTexture2D_2xkee")
texture_progress = SubResource("GradientTexture2D_d5w6a")
[node name="PrBar" type="TextureProgressBar" parent="."]
offset_left = 1845.0
offset_top = 664.0
offset_right = 1869.0
offset_bottom = 919.0
value = 50.0
rounded = true
fill_mode = 3
texture_under = SubResource("GradientTexture2D_7myfq")
texture_progress = SubResource("GradientTexture2D_kdame")
[node name="KashBar" type="TextureProgressBar" parent="."]
offset_left = 1873.0
offset_top = 664.0
offset_right = 1897.0
offset_bottom = 919.0
value = 50.0
rounded = true
fill_mode = 3
texture_under = SubResource("GradientTexture2D_18k81")
texture_progress = SubResource("GradientTexture2D_nfg3s")
[node name="lbl_Nukes" type="Label" parent="."]
offset_left = 1842.0
offset_top = 757.0
offset_right = 2107.0
offset_bottom = 783.0
rotation = 1.5708
text = "WMDs"
horizontal_alignment = 1
vertical_alignment = 1
[node name="lbl_PR" type="Label" parent="."]
offset_left = 1869.0
offset_top = 894.0
offset_right = 1909.0
offset_bottom = 920.0
rotation = 1.5708
text = "PR"
[node name="lbl_Kash" type="Label" parent="."]
offset_left = 1897.0
offset_top = 891.0
offset_right = 1937.0
offset_bottom = 917.0
rotation = 1.5708
text = "M$"
[node name="cursor" type="RayCast3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1.17786)
target_position = Vector3(0, 0, -999)
[node name="cursorPoint" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2)
[node name="cursorPointMesh" type="MeshInstance3D" parent="cursorPoint"]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
mesh = SubResource("SphereMesh_mtv4x")
skeleton = NodePath("../..")