From bb0c5ab1e920b2dc2c9522ca096103775472bdb6 Mon Sep 17 00:00:00 2001 From: cha0s Date: Fri, 12 Jul 2024 01:29:54 -0500 Subject: [PATCH] refactor: pixi --- app/react-components/{ => pixi}/ecs.jsx | 0 app/react-components/{ => pixi}/emitter.jsx | 0 app/react-components/{ => pixi}/entities.jsx | 0 app/react-components/{ => pixi}/entity.jsx | 0 app/react-components/{ => pixi}/pixi.jsx | 0 app/react-components/{ => pixi}/pixi.module.css | 0 app/react-components/{ => pixi}/sprite.jsx | 0 app/react-components/{ => pixi}/targeting-ghost.jsx | 0 app/react-components/{ => pixi}/targeting-grid.jsx | 0 app/react-components/{ => pixi}/tile-layer.jsx | 0 app/react-components/{ => pixi}/water.jsx | 0 app/react-components/ui.jsx | 2 +- 12 files changed, 1 insertion(+), 1 deletion(-) rename app/react-components/{ => pixi}/ecs.jsx (100%) rename app/react-components/{ => pixi}/emitter.jsx (100%) rename app/react-components/{ => pixi}/entities.jsx (100%) rename app/react-components/{ => pixi}/entity.jsx (100%) rename app/react-components/{ => pixi}/pixi.jsx (100%) rename app/react-components/{ => pixi}/pixi.module.css (100%) rename app/react-components/{ => pixi}/sprite.jsx (100%) rename app/react-components/{ => pixi}/targeting-ghost.jsx (100%) rename app/react-components/{ => pixi}/targeting-grid.jsx (100%) rename app/react-components/{ => pixi}/tile-layer.jsx (100%) rename app/react-components/{ => pixi}/water.jsx (100%) diff --git a/app/react-components/ecs.jsx b/app/react-components/pixi/ecs.jsx similarity index 100% rename from app/react-components/ecs.jsx rename to app/react-components/pixi/ecs.jsx diff --git a/app/react-components/emitter.jsx b/app/react-components/pixi/emitter.jsx similarity index 100% rename from app/react-components/emitter.jsx rename to app/react-components/pixi/emitter.jsx diff --git a/app/react-components/entities.jsx b/app/react-components/pixi/entities.jsx similarity index 100% rename from app/react-components/entities.jsx rename to app/react-components/pixi/entities.jsx diff --git a/app/react-components/entity.jsx b/app/react-components/pixi/entity.jsx similarity index 100% rename from app/react-components/entity.jsx rename to app/react-components/pixi/entity.jsx diff --git a/app/react-components/pixi.jsx b/app/react-components/pixi/pixi.jsx similarity index 100% rename from app/react-components/pixi.jsx rename to app/react-components/pixi/pixi.jsx diff --git a/app/react-components/pixi.module.css b/app/react-components/pixi/pixi.module.css similarity index 100% rename from app/react-components/pixi.module.css rename to app/react-components/pixi/pixi.module.css diff --git a/app/react-components/sprite.jsx b/app/react-components/pixi/sprite.jsx similarity index 100% rename from app/react-components/sprite.jsx rename to app/react-components/pixi/sprite.jsx diff --git a/app/react-components/targeting-ghost.jsx b/app/react-components/pixi/targeting-ghost.jsx similarity index 100% rename from app/react-components/targeting-ghost.jsx rename to app/react-components/pixi/targeting-ghost.jsx diff --git a/app/react-components/targeting-grid.jsx b/app/react-components/pixi/targeting-grid.jsx similarity index 100% rename from app/react-components/targeting-grid.jsx rename to app/react-components/pixi/targeting-grid.jsx diff --git a/app/react-components/tile-layer.jsx b/app/react-components/pixi/tile-layer.jsx similarity index 100% rename from app/react-components/tile-layer.jsx rename to app/react-components/pixi/tile-layer.jsx diff --git a/app/react-components/water.jsx b/app/react-components/pixi/water.jsx similarity index 100% rename from app/react-components/water.jsx rename to app/react-components/pixi/water.jsx diff --git a/app/react-components/ui.jsx b/app/react-components/ui.jsx index dbf6ad0..d1989bc 100644 --- a/app/react-components/ui.jsx +++ b/app/react-components/ui.jsx @@ -12,7 +12,7 @@ import Devtools from './devtools.jsx'; import Disconnected from './disconnected.jsx'; import Dom from './dom.jsx'; import HotBar from './hotbar.jsx'; -import Pixi from './pixi.jsx'; +import Pixi from './pixi/pixi.jsx'; import styles from './ui.module.css'; function emptySlots() {