remove resolved TODO
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
(method :Void stopSong [] (when music (music.stop)))
|
(method :Void stopSong [] (when music (music.stop)))
|
||||||
|
|
||||||
(var PROP_MIN_WIDTH 200)
|
(var PROP_MIN_WIDTH 200)
|
||||||
(var PROP_MAX_WIDTH 300)
|
(var PROP_MAX_WIDTH 500)
|
||||||
|
|
||||||
(method :Void showPropOnScreen [:FlxSprite prop :FlxScreenPosition position :Continuation cc]
|
(method :Void showPropOnScreen [:FlxSprite prop :FlxScreenPosition position :Continuation cc]
|
||||||
// TODO assign the other possible positions
|
// TODO assign the other possible positions
|
||||||
|
@@ -30,7 +30,6 @@
|
|||||||
(stamp.setGraphicSize x y)
|
(stamp.setGraphicSize x y)
|
||||||
(stamp.updateHitbox)))
|
(stamp.updateHitbox)))
|
||||||
|
|
||||||
// TODO allow specifying size relative to canvas
|
|
||||||
(function :Void drawOnSprite [:FlxSprite stamp :FlxSprite canvas :RelativePosition pos]
|
(function :Void drawOnSprite [:FlxSprite stamp :FlxSprite canvas :RelativePosition pos]
|
||||||
(let [[x y] (positionOn stamp canvas pos)]
|
(let [[x y] (positionOn stamp canvas pos)]
|
||||||
(scaleStampOn stamp canvas pos)
|
(scaleStampOn stamp canvas pos)
|
||||||
|
Reference in New Issue
Block a user