remove resolved TODO

This commit is contained in:
2021-12-16 15:18:26 -07:00
parent b7e54c24a0
commit b6ff27b650
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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)