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