Fixed typos and cleaned up code in the Images library #93

Merged
SeaSide53 merged 7 commits from master into master 2023-06-04 21:53:19 +08:00
Showing only changes of commit 2a0bf8629b - Show all commits

View File

@@ -1,9 +1,9 @@
## add<Object>
Adds a new object. Don't use add<Object> please use addTheObjectYouNeed For example if you want a new Frame, use
addFrame, if you want to add a button, use addButton
Adds a new object. Don't use add<Object> please use addTheObjectYouNeed. For example if you want a new Frame, use
addFrame, if you want to add a button, use addButton.
#### Parameters:
1. `string` optional - the id if you don't add a id it will autimatically generate one for you
1. `string` optional - the id if you don't add a id it will automatically generate one for you
#### Returns:
1. `object` The new object you've created