Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
art-emini committed Jul 9, 2021
1 parent f4451d6 commit dccfbaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ <h3>File Structure</h3>
<span style="color: #000000">β”œβ”€β”€ SECURITY.md</span>
<span style="color: #000000">β”œβ”€β”€ src</span>
<span style="color: #000000">β”‚ β”œβ”€β”€ base</span>
<span style="color: #000000">β”‚ β”‚ β”œβ”€β”€ amount.ts</span>
<span style="color: #000000">β”‚ β”‚ β”œβ”€β”€ once.ts</span>
<span style="color: #000000">β”‚ β”‚ └── render.ts</span>
<span style="color: #000000">β”‚ β”œβ”€β”€ core</span>
Expand Down Expand Up @@ -318,7 +319,9 @@ <h3>File Structure</h3>
<span style="color: #000000">β”‚ β”‚ β”œβ”€β”€ map</span>
<span style="color: #000000">β”‚ β”‚ β”‚ └── tilemap.ts</span>
<span style="color: #000000">β”‚ β”‚ β”œβ”€β”€ math</span>
<span style="color: #000000">β”‚ β”‚ β”‚ └── clamp.ts</span>
<span style="color: #000000">β”‚ β”‚ β”‚ β”œβ”€β”€ clamp.ts</span>
<span style="color: #000000">β”‚ β”‚ β”‚ β”œβ”€β”€ randomFloat.ts</span>
<span style="color: #000000">β”‚ β”‚ β”‚ └── randomInt.ts</span>
<span style="color: #000000">β”‚ β”‚ β”œβ”€β”€ particles</span>
<span style="color: #000000">β”‚ β”‚ β”‚ β”œβ”€β”€ particleEmitter.ts</span>
<span style="color: #000000">β”‚ β”‚ β”‚ └── particle.ts</span>
Expand Down Expand Up @@ -355,8 +358,6 @@ <h3>File Structure</h3>
<span style="color: #000000">β”‚ β”‚ └── version.ts</span>
<span style="color: #000000">β”‚ β”œβ”€β”€ index.ts</span>
<span style="color: #000000">β”‚ └── utils</span>
<span style="color: #000000">β”‚ β”œβ”€β”€ randomFloat.ts</span>
<span style="color: #000000">β”‚ β”œβ”€β”€ randomInt.ts</span>
<span style="color: #000000">β”‚ └── validURL.ts</span>
<span style="color: #000000">β”œβ”€β”€ tsconfig.json</span>
<span style="color: #000000">└── webpack.config.js</span>
Expand Down

0 comments on commit dccfbaf

Please sign in to comment.