bordello/Scenes/human_player.tscn

77 lines
1.8 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://cpl32lvhwd5da"]
2023-06-07 01:24:11 +10:00
[ext_resource type="Script" path="res://Scripts/PlayerStateMachine/human_controller.gd" id="1_4thxs"]
[ext_resource type="Theme" uid="uid://d26ldkm1br1bo" path="res://UI_Theme.tres" id="2_ja0q8"]
[node name="HumanPlayer" type="Node2D"]
2023-06-07 01:24:11 +10:00
script = ExtResource("1_4thxs")
[node name="Camera2D" type="Camera2D" parent="."]
2023-06-07 01:24:11 +10:00
visible = false
zoom = Vector2(0.4, 0.4)
[node name="UI" type="Control" parent="."]
2023-06-07 01:24:11 +10:00
visible = false
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
theme = ExtResource("2_ja0q8")
[node name="Cash" type="Label" parent="UI"]
2023-06-07 01:24:11 +10:00
visible = false
layout_mode = 0
offset_left = -561.0
offset_top = -27.0
offset_right = -521.0
offset_bottom = -1.0
text = "$100"
[node name="Profit" type="Label" parent="UI"]
2023-06-07 01:24:11 +10:00
visible = false
layout_mode = 0
offset_left = -521.0
offset_top = -27.0
offset_right = -481.0
offset_bottom = -1.0
theme_override_colors/font_color = Color(0, 0.870588, 0, 1)
text = "+23
"
[node name="Loss" type="Label" parent="UI"]
2023-06-07 01:24:11 +10:00
visible = false
layout_mode = 0
offset_left = -491.0
offset_top = -27.0
offset_right = -451.0
offset_bottom = -1.0
theme_override_colors/font_color = Color(0.909804, 0, 0, 1)
text = "-38"
[node name="Phase" type="Label" parent="UI"]
2023-06-07 01:24:11 +10:00
visible = false
layout_mode = 0
offset_left = -113.0
offset_top = -311.0
offset_right = 103.0
offset_bottom = -285.0
text = "{Management / Shift} Phase"
2023-06-07 01:24:11 +10:00
[node name="LobbyReadyButton" type="Button" parent="UI"]
layout_mode = 0
2023-06-07 01:24:11 +10:00
offset_left = -26.0
offset_top = -313.0
offset_right = 30.0
offset_bottom = -282.0
text = "Ready"
[node name="LobbyReadyLabel" type="Label" parent="UI"]
layout_mode = 0
offset_left = 39.0
offset_top = -309.0
offset_right = 79.0
offset_bottom = -283.0
text = "0/4"
[connection signal="pressed" from="UI/LobbyReadyButton" to="." method="_on_lobby_ready_button_pressed"]