Commented everything except some Methods in Raspberry.ts
This commit is contained in:
parent
fafbfa1b32
commit
6c459c1581
7 changed files with 87 additions and 19 deletions
|
|
@ -37,9 +37,15 @@ abstract class Entity {
|
|||
set showHitbox(value: boolean) {
|
||||
this._showHitbox = value;
|
||||
}
|
||||
//endregion
|
||||
|
||||
//endregion
|
||||
|
||||
/**
|
||||
* Constructs the Entity
|
||||
* @param position starting Position
|
||||
* @param width entity width
|
||||
* @param height entity height
|
||||
* @param fill fill color
|
||||
*/
|
||||
protected constructor(position: Position, width: number, height: number, fill: number) {
|
||||
this.position = position;
|
||||
this.width = width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue