Spectator, gui 👍
This commit is contained in:
parent
3c50aeae5f
commit
775763a128
9 changed files with 55 additions and 31 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=21 format=3 uid="uid://cqrh2cc7m2i7f"]
|
||||
[gd_scene load_steps=23 format=3 uid="uid://cqrh2cc7m2i7f"]
|
||||
|
||||
[ext_resource type="Environment" uid="uid://d0cfgtx2yxw13" path="res://environments/prototype_environment.tres" id="1_i6jab"]
|
||||
[ext_resource type="Material" uid="uid://bx3f5vx71ynh5" path="res://materials/Graymat.tres" id="4_y6i55"]
|
||||
|
|
@ -16,6 +16,8 @@
|
|||
[ext_resource type="Material" uid="uid://c6xa4phihtya2" path="res://materials/Redmat.tres" id="9_ysk2e"]
|
||||
[ext_resource type="Script" uid="uid://ypgm3aplt78m" path="res://scripts/multiplayer/spawn_system/team_spawner.gd" id="10_02ic3"]
|
||||
[ext_resource type="Script" uid="uid://3i00rp8urth7" path="res://scripts/object_container.gd" id="11_02ic3"]
|
||||
[ext_resource type="Script" uid="uid://bala54fa32e35" path="res://scripts/gui/hud/player_round_display.gd" id="17_wsuwo"]
|
||||
[ext_resource type="Script" uid="uid://bos7nftlx8tv3" path="res://scripts/gui/hud/player_round_time.gd" id="18_0hcup"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_ysk2e"]
|
||||
size = Vector3(15.324341, 0.96273804, 21.381592)
|
||||
|
|
@ -312,3 +314,28 @@ shape = SubResource("BoxShape3D_5uqia")
|
|||
|
||||
[node name="DefaultCamera" type="Camera3D" parent="."]
|
||||
transform = Transform3D(0.6629243, -0.44385082, 0.60293275, 0.022305315, 0.81667197, 0.57667094, -0.7483541, -0.36884052, 0.5512919, 17.194904, 16.47376, -9.509804)
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="RoundData" type="HBoxContainer" parent="CanvasLayer"]
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -20.0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 40.0
|
||||
grow_horizontal = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="RoundDisplayOur" type="Label" parent="CanvasLayer/RoundData"]
|
||||
layout_mode = 2
|
||||
script = ExtResource("17_wsuwo")
|
||||
our_side = true
|
||||
|
||||
[node name="RoundTime" type="Label" parent="CanvasLayer/RoundData"]
|
||||
layout_mode = 2
|
||||
script = ExtResource("18_0hcup")
|
||||
|
||||
[node name="RoundDisplayTheir" type="Label" parent="CanvasLayer/RoundData"]
|
||||
layout_mode = 2
|
||||
script = ExtResource("17_wsuwo")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue