update: add basic structure
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// src/components/3d/InteractiveObject.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/components/ui/CinematicBars.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/components/ui/LoadingScreen.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/components/ui/MapHUD.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/components/ui/MissionHUD.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/components/ui/NarrativeOverlay.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/data/dialogues.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/data/missions.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/data/zones.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/hooks/useAudio.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/hooks/useCinematic.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/hooks/useGameState.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/hooks/useInteraction.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/hooks/useLOD.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/hooks/useZoneDetection.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/stateManager/AudioManager.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/stateManager/CinematicManager.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/stateManager/GameManager.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/stateManager/ZoneManager.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/utils/Debug.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/utils/Dispose.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/utils/EventEmitter.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/utils/Sizes.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/utils/Time.ts
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/Environment.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/Lighting.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/Map.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/PostFX.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/player/Crosshair.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/player/FPSController.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/zones/FarmZone.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/zones/PowerGridZone.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/zones/ResidentialZone.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/zones/SchoolZone.tsx
|
||||
@@ -0,0 +1 @@
|
||||
// src/world/zones/WorkshopZone.tsx
|
||||
Reference in New Issue
Block a user