fuzzy intercut map

This commit is contained in:
2022-01-06 19:11:59 -07:00
parent 0fbd5edd36
commit 3abcc2d69c

View File

@@ -259,7 +259,7 @@
(let [[x y]
(case position
(Center [(/ 1280 2) (/ 720 2)])
(otherwise (throw "not implemented")))]
(otherwise (throw "screen position not implemented")))]
(let [width (min (max prop.width PROP_MIN_WIDTH) PROP_MAX_WIDTH)]
(prop.setGraphicSize width)