From 901c01af2f6e2c242f535c2166d20f56f683cab5 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 16 Feb 2024 00:50:03 +0800 Subject: [PATCH] :sparkles: Attackers --- index.html | 4 +- src/stage/index.tsx | 20 ++++- src/stage/objects/enemies/attacker.tsx | 115 +++++++++++++++++++++++++ src/stage/objects/raycast.ts | 11 +++ src/stage/ui/cooldown.tsx | 2 +- 5 files changed, 148 insertions(+), 4 deletions(-) create mode 100644 src/stage/objects/enemies/attacker.tsx create mode 100644 src/stage/objects/raycast.ts diff --git a/index.html b/index.html index d906440..81f2b5e 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Cyberattack + Cloudflare Simulator