Merge branch 'main' of https://github.com/MarcEricMartel/FirstPersonSlapper
This commit is contained in:
32
HUD.tscn
32
HUD.tscn
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://SlapGauge.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Start.gd" type="Script" id=2]
|
||||
@@ -51,11 +51,6 @@ shader_param/kill = null
|
||||
shader_param/bkgcol = Plane( 0, 0, 0, 0.3 )
|
||||
shader_param/kilcol = Plane( 0.5, 0, 0, 0.3 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=12]
|
||||
size = 33
|
||||
use_filter = true
|
||||
font_data = ExtResource( 3 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=7]
|
||||
size = 88
|
||||
outline_size = 5
|
||||
@@ -67,33 +62,30 @@ font_data = ExtResource( 3 )
|
||||
follow_viewport_enable = true
|
||||
|
||||
[node name="ActualHUD" type="Control" parent="."]
|
||||
anchor_left = 0.037
|
||||
anchor_top = 0.914
|
||||
anchor_right = 0.037
|
||||
anchor_bottom = 0.916
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
theme = SubResource( 8 )
|
||||
|
||||
[node name="SlapGauge" type="ColorRect" parent="ActualHUD"]
|
||||
material = SubResource( 11 )
|
||||
anchor_left = 12.875
|
||||
anchor_top = 7.625
|
||||
anchor_right = 12.875
|
||||
anchor_bottom = 7.625
|
||||
margin_left = -464.0
|
||||
margin_top = 666.0
|
||||
margin_right = 114.0
|
||||
margin_bottom = 699.0
|
||||
margin_right = 291.36
|
||||
margin_bottom = 23.0
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="SlapLabel" type="Label" parent="ActualHUD"]
|
||||
[node name="SlapLabel" type="Label" parent="ActualHUD/SlapGauge"]
|
||||
modulate = Color( 1, 1, 1, 0.611765 )
|
||||
anchor_left = 12.662
|
||||
anchor_top = 7.324
|
||||
anchor_right = 12.662
|
||||
anchor_bottom = 7.324
|
||||
margin_left = -441.48
|
||||
margin_top = 673.04
|
||||
margin_right = -380.48
|
||||
margin_bottom = 712.04
|
||||
custom_fonts/font = SubResource( 12 )
|
||||
margin_left = -3683.2
|
||||
margin_top = -169.452
|
||||
margin_right = -3572.2
|
||||
margin_bottom = -137.452
|
||||
text = "Slap"
|
||||
|
||||
[node name="Start" type="Control" parent="."]
|
||||
|
||||
Reference in New Issue
Block a user