Add new components: HealComponent, HitComponent, HomingMissileMotionComponent, LeverComponent, and TriggerLeverComponent

This commit is contained in:
2025-08-10 22:38:19 +02:00
parent 54ffa8a42c
commit f3aa2631f2
5 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using Godot;
namespace Mr.BrickAdventures.scripts.components;
public partial class TriggerLeverComponent : Node
{
}