You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prevent building over decorative additions (38fb0e0)
Features
build additions as new paths are built (4c11ddb), closes #14
execute game actions to place benches/bins (3249e01), closes #20#24
ui: increase window size to accommodate new options (cc3d7c8)
BREAKING CHANGES
We now use executeAction() which changes what we need to include in the code to
prevent things like building out of bounds and ensuring you have enough money.