lots of bugfixes
This commit is contained in:
@@ -88,7 +88,7 @@ radius = 9.0
|
||||
height = 60.0
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_sgrqb"]
|
||||
size = Vector2(64, 100)
|
||||
size = Vector2(64, 79)
|
||||
|
||||
[node name="base_npc" type="CharacterBody2D"]
|
||||
|
||||
@@ -112,7 +112,7 @@ title = "Debug NPC"
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="collision_shape_2d" parent="dialog_trigger_area" index="0"]
|
||||
position = Vector2(0, -10.5)
|
||||
shape = SubResource("RectangleShape2D_sgrqb")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[editable path="dialog_trigger_area"]
|
||||
|
@@ -6,6 +6,7 @@
|
||||
transparent_bg = true
|
||||
size = Vector2i(1537, 193)
|
||||
visible = true
|
||||
always_on_top = true
|
||||
script = ExtResource("1_gdt1r")
|
||||
|
||||
[node name="v_box_container" type="VBoxContainer" parent="."]
|
||||
@@ -39,5 +40,8 @@ caret_blink = true
|
||||
caret_blink_interval = 0.5
|
||||
caret_force_displayed = true
|
||||
|
||||
[node name="cheatcode_timer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[connection signal="popup_hide" from="." to="." method="OnPopupHide"]
|
||||
[connection signal="text_submitted" from="v_box_container/line_edit" to="." method="OnLineEditTextSubmitted"]
|
||||
|
@@ -98,7 +98,7 @@ metadata/_edit_lock_ = true
|
||||
|
||||
[node name="ray_cast_2d" type="RayCast2D" parent="rotation_center"]
|
||||
rotation = 3.14159
|
||||
target_position = Vector2(-64, 0)
|
||||
target_position = Vector2(-32, 0)
|
||||
collision_mask = 2
|
||||
hit_from_inside = true
|
||||
collide_with_areas = true
|
||||
|
@@ -2,15 +2,15 @@
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://diwxy1fl5m02y" path="res://assets/textures/debug/debugitem_one64.png" id="1_2m632"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_2d5dy"]
|
||||
radius = 30.8058
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_qgi6t"]
|
||||
radius = 33.1361
|
||||
|
||||
[node name="first_debug_tile" type="RigidBody2D"]
|
||||
[node name="rigid_body_2d" type="RigidBody2D"]
|
||||
gravity_scale = 0.0
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(0, -4)
|
||||
texture = ExtResource("1_2m632")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(-1, 4)
|
||||
shape = SubResource("CircleShape2D_2d5dy")
|
||||
[node name="collision_shape_2d" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_qgi6t")
|
||||
|
Reference in New Issue
Block a user