Mutually_Assured_Destruction/player/player.tscn

118 lines
3.7 KiB
Plaintext
Raw Normal View History

2023-06-10 18:41:49 -04:00
[gd_scene load_steps=17 format=3 uid="uid://b5gb5paiupum"]
2023-06-10 16:53:33 -04:00
[ext_resource type="Script" path="res://player/player.cs" id="1_of2l4"]
2023-06-10 18:41:49 -04:00
[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"]
offsets = PackedFloat32Array(0, 0.505102)
colors = PackedColorArray(0.40573, 0, 0.0891716, 1, 0.723982, 3.15978e-05, 0.0896176, 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(0, 0.947172, 0.724301, 1, 1.8771e-06, 0.766586, 0.320037, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_nfg3s"]
gradient = SubResource("Gradient_od2su")
width = 24
height = 255
[node name="player" type="Camera3D" node_paths=PackedStringArray("_nuke", "_pr", "_kash")]
attributes = SubResource("CameraAttributesPhysical_1ejpb")
2023-06-10 16:53:33 -04:00
script = ExtResource("1_of2l4")
2023-06-10 18:41:49 -04:00
_nuke = NodePath("NukeBar")
_pr = NodePath("PrBar")
_kash = NodePath("KashBar")
[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")
tint_progress = Color(0.239216, 0.239216, 0.239216, 1)
[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")
tint_progress = Color(0.239216, 0.239216, 0.239216, 1)
[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")
tint_progress = Color(0.239216, 0.239216, 0.239216, 1)