denser turnips
authoradrianna <adrianna.pinska@gmail.com>
Tue, 13 Sep 2016 19:42:06 +0000 (21:42 +0200)
committeradrianna <adrianna.pinska@gmail.com>
Tue, 13 Sep 2016 19:42:06 +0000 (21:42 +0200)
TODO.txt
tabakrolletjie/turnip.py

index ae4f7a492b76aa0dfaeba8eb847f3430a52ca1af..5009e5321a5b1be44c1b072430a059acce0be83b 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,7 +7,6 @@ Bugs
 Features
 --------
 
-* Allow denser turnip spacing
 * Allow going down to zero seeds by buying lights if a turnip is planted
 * Maybe make the mould weaker at the start
 * Different prices for different lights
@@ -48,3 +47,4 @@ Done
 * Bug: have to click lights multiple times to turn them back on after the power has died
 * Bug: Crash when removing a rotating light
 * Turnip / light spacing bug: a light can be placed right below a turnip, but must be much further away if above the turnip. This happens whether the turnip or the light is placed first. I assume it has to do with how the turnip image is positioned relative to its body.
+* Allow denser turnip spacing
index 1e2965885909f2179588e0edc99bc37b7a670338..2157ec0c4fc37fa906bbb567979c95395cbd3533 100644 (file)
@@ -19,7 +19,7 @@ class TurnipInvalidPosition(Exception):
 
 
 class Turnip(object):
-    TURNIP_RADIUS = 24
+    TURNIP_RADIUS = 12
 
     def __init__(self, **kwargs):
         self._age = kwargs.get('age', 0)