more-rework #1

Merged
minimata merged 16 commits from more-rework into main 2025-09-13 16:57:42 +00:00
10 changed files with 555 additions and 290 deletions
Showing only changes of commit 3df89c6d28 - Show all commits

View File

@ -207,6 +207,7 @@ offset_left = 1524.0
offset_top = 1.0 offset_top = 1.0
offset_right = -8.0 offset_right = -8.0
offset_bottom = 1.0 offset_bottom = 1.0
enabled = false
initial_node_to_watch = NodePath("../StateChart") initial_node_to_watch = NodePath("../StateChart")
[node name="UI" type="CanvasLayer" parent="."] [node name="UI" type="CanvasLayer" parent="."]

View File

@ -78,7 +78,6 @@ public partial class WeaponSystem : RigidBody3D
public void OnThrownWeaponReachesGround(Node other) public void OnThrownWeaponReachesGround(Node other)
{ {
GD.Print(other.Name);
PlantWeaponInWall(); PlantWeaponInWall();
} }