Took out some useless code and imports left in after testing this.
This commit is contained in:
parent
119f5f6d49
commit
ba623af351
1 changed files with 0 additions and 6 deletions
|
|
@ -18,8 +18,6 @@ from game.gamesrc.parents.base.basicobject import BasicObject
|
||||||
# - this is as good a place as any.
|
# - this is as good a place as any.
|
||||||
import game.gamesrc.events.example
|
import game.gamesrc.events.example
|
||||||
|
|
||||||
#import game.gamesrc.events.eventSystem
|
|
||||||
|
|
||||||
#
|
#
|
||||||
#commands on the button object
|
#commands on the button object
|
||||||
#
|
#
|
||||||
|
|
@ -101,10 +99,6 @@ class RedButton(BasicObject):
|
||||||
obj.set_attribute("count",count)
|
obj.set_attribute("count",count)
|
||||||
obj.get_location().emit_to_contents(s)
|
obj.get_location().emit_to_contents(s)
|
||||||
|
|
||||||
def update_tick(self):
|
|
||||||
self.blink()
|
|
||||||
|
|
||||||
|
|
||||||
def class_factory(source_obj):
|
def class_factory(source_obj):
|
||||||
"""
|
"""
|
||||||
This method is called by any script you retrieve (via the scripthandler). It
|
This method is called by any script you retrieve (via the scripthandler). It
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue