chore: 更新仓库 URL (ecs-framework → esengine)
仓库已从 esengine/ecs-framework 重命名为 esengine/esengine 更新所有引用旧 URL 的文件
This commit is contained in:
@@ -34,7 +34,7 @@ This document focuses on the usage of the Scene class itself. For detailed infor
|
||||
**Recommended: Inherit the Scene class to create custom scenes**
|
||||
|
||||
```typescript
|
||||
import { Scene, EntitySystem } from '@esengine/ecs-framework';
|
||||
import { Scene, EntitySystem } from '@esengine/esengine';
|
||||
|
||||
class GameScene extends Scene {
|
||||
protected initialize(): void {
|
||||
@@ -81,7 +81,7 @@ class GameScene extends Scene {
|
||||
### Using Scene Configuration
|
||||
|
||||
```typescript
|
||||
import { ISceneConfig } from '@esengine/ecs-framework';
|
||||
import { ISceneConfig } from '@esengine/esengine';
|
||||
|
||||
const config: ISceneConfig = {
|
||||
name: "MainGame",
|
||||
|
||||
Reference in New Issue
Block a user