feat: removed reticle as it's inaccurate
This commit is contained in:
parent
7b3c2b5b6f
commit
eea0d85ff7
|
@ -1,6 +1,4 @@
|
||||||
[gd_scene load_steps=2 format=3 uid="uid://dqo1pfy3r00ai"]
|
[gd_scene format=3 uid="uid://dqo1pfy3r00ai"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://dc26l1ync7env" path="res://assets/gui/reticle.svg" id="1_1o2rr"]
|
|
||||||
|
|
||||||
[node name="HeadsUpDisplay" type="HeadsUpDisplay"]
|
[node name="HeadsUpDisplay" type="HeadsUpDisplay"]
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
|
@ -19,11 +17,6 @@ anchor_bottom = 1.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
|
|
||||||
[node name="Reticle" type="TextureRect" parent="CenterContainer"]
|
|
||||||
unique_name_in_owner = true
|
|
||||||
layout_mode = 2
|
|
||||||
texture = ExtResource("1_1o2rr")
|
|
||||||
|
|
||||||
[node name="Control" type="Control" parent="CenterContainer"]
|
[node name="Control" type="Control" parent="CenterContainer"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue