Update README.md
This commit is contained in:
parent
f365315121
commit
82463be0b6
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ static class Program
|
|||
```
|
||||
|
||||
# Tech notes
|
||||
- Certain funtions take a enum instead of a int such as 'IsKeyPressed'.
|
||||
- Colors stored in the `Color` struct. 'RED' changes to 'Color.RED'
|
||||
- Certain funtions take a enum instead of a int such as `IsKeyPressed`.
|
||||
- Colors stored in the `Color` struct. `RED` changes to `Color.RED`
|
||||
- Uses `string.Format` instead of `TextFormat`.
|
||||
- Adds constructors for structs.
|
||||
- Adds operator overloads for math structs.
|
||||
|
|
|
|||
Loading…
Reference in a new issue