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

This commit is contained in:
2025-08-10 22:38:19 +02:00
parent cd3143bbad
commit 0e41c811e4
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
{
}