basic capture functionality
This commit is contained in:
parent
246f3c0840
commit
c141e6a169
20 changed files with 430 additions and 14 deletions
39
ui/CaptureUI.tscn
Normal file
39
ui/CaptureUI.tscn
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
[gd_scene format=3 uid="uid://bffdg1ki45e4e"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cg3q7gxpffte" path="res://scripts/ui/CaptureUI.cs" id="1_yh5tq"]
|
||||
|
||||
[node name="CaptureUi" type="CanvasLayer" unique_id=1650401906]
|
||||
script = ExtResource("1_yh5tq")
|
||||
|
||||
[node name="Panel" type="Panel" parent="." unique_id=408425947]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -20.0
|
||||
offset_top = -20.0
|
||||
offset_right = 20.0
|
||||
offset_bottom = 20.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Panel" unique_id=1359653087]
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="CreatureNameLabel" type="Label" parent="Panel/VBoxContainer" unique_id=1713970266]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="SoulballOption" type="OptionButton" parent="Panel/VBoxContainer" unique_id=1054549403]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="MashBar" type="ProgressBar" parent="Panel/VBoxContainer" unique_id=1767444517]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TimerLabel" type="Label" parent="Panel/VBoxContainer" unique_id=756325425]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="HintLabel" type="Label" parent="Panel/VBoxContainer" unique_id=1785928314]
|
||||
layout_mode = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue