Final Entry

Well, we are both really sick of looking at the game for now, and I'm hungry, so our final submission is in. For as much stuff as is going on in the game it's probably not well tested. But, it's there.

"Final" submission.

(log in to comment)

Comments

This happens from time to time when I sell things.
E: '.'
Traceback (most recent call last):
  File "/home/kent/src/pw8/IAmLagomorph-1/layer/command.py", line 230, in run
    res = context.run(cmdstring, vars=vars, active=active)
  File "/home/kent/src/pw8/IAmLagomorph-1/layer/command.py", line 211, in run
    res = command.run(args)
  File "/home/kent/src/pw8/IAmLagomorph-1/layer/command.py", line 105, in run
    try: return self.func(*args)
  File "/home/kent/src/pw8/IAmLagomorph-1/lagomorph/__init__.py", line 241, in dialogue_advance
    if not d.advance(choice) and d == self._dialogue:
  File "/home/kent/src/pw8/IAmLagomorph-1/lagomorph/dialogue.py", line 170, in advance
    try: exec self.choices[int(choice)][1]
  File "", line 3, in 
  File "/home/kent/src/pw8/IAmLagomorph-1/lagomorph/__init__.py", line 548, in _set_money
    self._moneylabel.number = self._money = n
  File "/home/kent/src/pw8/IAmLagomorph-1/lagomorph/__init__.py", line 486, in _set_number
    self._update()
  File "/home/kent/src/pw8/IAmLagomorph-1/lagomorph/__init__.py", line 476, in _update
    spr = Sprite(image=self._symbols[digit].image,
KeyError: '.'
@kent_turbo: Get pyglet 1.1.3. Happened to me too :)
that bug happens because I didn't draw a sprite for the dot symbol, which it needs at that point to display a floating point number in the money counter. not at all related to the pyglet version.
LOL
After the starting dialog screen, it crashed, and I had to upgrade to 1.1.3 to get it working - so I had the bugs mixed up :P