diff --git a/README.md b/README.md index d6ec6df2..3dd0f293 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ The Duck Namespace has types such as gameobject, every class config, all classes ├── SECURITY.md ├── src │ ├── base +│ │ ├── amount.ts │ │ ├── once.ts │ │ └── render.ts │ ├── core @@ -148,7 +149,9 @@ The Duck Namespace has types such as gameobject, every class config, all classes │ │ ├── map │ │ │ └── tilemap.ts │ │ ├── math -│ │ │ └── clamp.ts +│ │ │ ├── clamp.ts +│ │ │ ├── randomFloat.ts +│ │ │ └── randomInt.ts │ │ ├── particles │ │ │ ├── particleEmitter.ts │ │ │ └── particle.ts @@ -185,8 +188,6 @@ The Duck Namespace has types such as gameobject, every class config, all classes │ │ └── version.ts │ ├── index.ts │ └── utils -│ ├── randomFloat.ts -│ ├── randomInt.ts │ └── validURL.ts ├── tsconfig.json └── webpack.config.js diff --git a/docs/index.html b/docs/index.html index fd4cba7e..05e787b6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -287,6 +287,7 @@