Skip to content

Commit

Permalink
🐛 Add missing typings for xstart and ystart in copies
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Mar 22, 2020
1 parent 3477cd3 commit 3e954ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/data/ct.release/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ class Tileset extends PIXI.Container {
* @property {number} depth The relative position of a copy in a drawing stack. Higher values will draw the copy on top of those with lower ones
* @property {number} xprev The horizontal location of a copy in the previous frame
* @property {number} yprev The vertical location of a copy in the previous frame
* @property {number} xstart The starting location of a copy, meaning the point where it was created — either by placing it in a room with ct.IDE or by calling `ct.types.copy`.
* @property {number} ystart The starting location of a copy, meaning the point where it was created — either by placing it in a room with ct.IDE or by calling `ct.types.copy`.
* @property {number} hspeed The horizontal speed of a copy
* @property {number} vspeed The vertical speed of a copy
* @property {number} gravity The acceleration that pulls a copy at each frame
Expand Down

0 comments on commit 3e954ea

Please sign in to comment.