From ad96915f0eacda8080606a28b9a68c191137b5ea Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 20 Jan 2014 00:17:44 +0000 Subject: work-around radio button selection issue --- (limited to 'tools.py') diff --git a/tools.py b/tools.py index 31c581e..8e6e76f 100644 --- a/tools.py +++ b/tools.py @@ -53,7 +53,7 @@ PALETTE_ICON_OBJECT_SETTINGS = [ 'name': 'friction', 'icons': ['ice-skate', 'shoe', 'sneaker'], 'icon_values': [0.5, 1, 2], - 'active': 'grass' + 'active': 'shoe' }] PALETTE_OBJECT_DATA = { 'density': 1.0, @@ -76,6 +76,7 @@ class Tool(object): def __init__(self, gameInstance): self.game = gameInstance self.name = self.__class__.name + self.buttons = [] def handleEvents(self, event): handled = True -- cgit v0.9.1