Center minimap, adjust weapon collision shape
This commit is contained in:
@@ -98,6 +98,7 @@ unique_name_in_owner = true
|
|||||||
|
|
||||||
[node name="FleeBehavior" parent="Components" instance=ExtResource("4_58d4o")]
|
[node name="FleeBehavior" parent="Components" instance=ExtResource("4_58d4o")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
FleeSpeed = 800.0
|
||||||
|
|
||||||
[node name="NavigationAgent" type="NavigationAgent3D" parent="Components"]
|
[node name="NavigationAgent" type="NavigationAgent3D" parent="Components"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
[ext_resource type="Script" uid="uid://bq8aaf1ae4afh" path="res://src/items/weapons/Weapon.cs" id="1_7pkyf"]
|
[ext_resource type="Script" uid="uid://bq8aaf1ae4afh" path="res://src/items/weapons/Weapon.cs" id="1_7pkyf"]
|
||||||
|
|
||||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_1051i"]
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_1051i"]
|
||||||
height = 0.725098
|
height = 1.33601
|
||||||
|
|
||||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_wll7p"]
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_wll7p"]
|
||||||
radius = 0.470016
|
radius = 0.470016
|
||||||
@@ -18,7 +18,7 @@ axis_lock_angular_z = true
|
|||||||
script = ExtResource("1_7pkyf")
|
script = ExtResource("1_7pkyf")
|
||||||
|
|
||||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.00908482, 0)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.000333846, 0)
|
||||||
shape = SubResource("CylinderShape3D_1051i")
|
shape = SubResource("CylinderShape3D_1051i")
|
||||||
|
|
||||||
[node name="Pickup" type="Area3D" parent="."]
|
[node name="Pickup" type="Area3D" parent="."]
|
||||||
|
|||||||
@@ -90,8 +90,10 @@ anchor_left = 1.0
|
|||||||
anchor_top = 1.0
|
anchor_top = 1.0
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
offset_left = -190.0
|
offset_left = -235.0
|
||||||
offset_top = -48.0
|
offset_top = -113.0
|
||||||
|
offset_right = -5.0
|
||||||
|
offset_bottom = -25.0
|
||||||
grow_horizontal = 0
|
grow_horizontal = 0
|
||||||
grow_vertical = 0
|
grow_vertical = 0
|
||||||
theme_override_constants/margin_left = 20
|
theme_override_constants/margin_left = 20
|
||||||
|
|||||||
@@ -132,7 +132,6 @@ theme_override_styles/panel = SubResource("StyleBoxEmpty_1e3dg")
|
|||||||
|
|
||||||
[node name="MiniMap" parent="Sidebar Container/MinimapContainer/MinimapZone" instance=ExtResource("2_6sfje")]
|
[node name="MiniMap" parent="Sidebar Container/MinimapContainer/MinimapZone" instance=ExtResource("2_6sfje")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
visible = false
|
|
||||||
custom_minimum_size = Vector2(50, 50)
|
custom_minimum_size = Vector2(50, 50)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
anchors_preset = 0
|
anchors_preset = 0
|
||||||
@@ -140,10 +139,10 @@ anchor_left = 0.0
|
|||||||
anchor_top = 0.0
|
anchor_top = 0.0
|
||||||
anchor_right = 0.0
|
anchor_right = 0.0
|
||||||
anchor_bottom = 0.0
|
anchor_bottom = 0.0
|
||||||
offset_left = 56.0
|
offset_left = 49.0
|
||||||
offset_top = 354.0
|
offset_top = 361.0
|
||||||
offset_right = 423.0
|
offset_right = 448.0
|
||||||
offset_bottom = 620.0
|
offset_bottom = 667.0
|
||||||
|
|
||||||
[node name="Sigil" type="Control" parent="Sidebar Container"]
|
[node name="Sigil" type="Control" parent="Sidebar Container"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user