From 844d8c194b48055ba60be4d185ad9ab688cce92a Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 19 Dec 2021 19:06:50 -0500 Subject: Bullets, Health, Collision systems implemented. Renamed plane sprites. --- app/components/stats/hp.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/components/stats/hp.rb (limited to 'app/components/stats/hp.rb') diff --git a/app/components/stats/hp.rb b/app/components/stats/hp.rb new file mode 100644 index 0000000..1a6f996 --- /dev/null +++ b/app/components/stats/hp.rb @@ -0,0 +1,2 @@ +FF::Cmp.new('Hp', + health: 100) -- cgit v1.2.3