Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdevgame authored Jun 10, 2024
1 parent a17a67a commit 6f06f27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ All of these different classes with their methods, properties, will become incre
- `flipHorizontally`
- `flipVertically`
#### Methods:
- `findObjectByName(classNameToFind)` (Used to find and gives the ability to change the properties of another sprite)
- (To program something and change properties of the sprite that your programming into, make sure to use `this`. E.g: `this.x`
- `findObjectByName(classNameToFind)` (Used to find and gives the ability to change the properties of another sprite). E.G: `let lol = this.findObjectByName('block2'); lol.x += 5`
- `movementDefault()`
- `update()`

Expand Down

0 comments on commit 6f06f27

Please sign in to comment.