Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
erkerkiii committed Jan 10, 2023
1 parent bad4d95 commit 8a90d22
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ Gum is a collection of tools focusing mainly on game development with the goal o

## Table Of Contents

<details>
<summary>Details</summary>

- [Installation](#installation)
- [Pooling](#pooling)
- [Composer](#composer)

</details>

# Trusted By
<p align="center">
<img src="Resources/gleamgames.png?raw=true width="350" title="Gleam Games">
Expand All @@ -27,6 +23,30 @@ You can create a pull request or email me directly to display your game/company

[EverBlast - Blast and Match](https://play.google.com/store/apps/details?id=com.gleamgames.everblast&hl=en&gl=US)

## Installation

# Unity
Add this to the Packages\manifest.json

```
"scopedRegistries": [
{
"name": "NPM",
"url": "https://registry.npmjs.org",
"scopes": [
"com.erkerkiii.gum"
]
}
]
```

Dependencies
```
"dependencies": {
"com.erkerkiii.gum": "1.0.7"
}
```

## Pooling
This is a very basic implementation of the pooling system.
```CSharp
Expand Down

0 comments on commit 8a90d22

Please sign in to comment.