Bryan Miller 8 роки тому
джерело
коміт
293de959f4
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      game/gbe/nodes.py

+ 1
- 1
game/gbe/nodes.py Переглянути файл

def emit(self, signal, data={}): def emit(self, signal, data={}):
# NOTE: I'm currently forcing the existance of this "NODE" key in the dictionary given. Not sure if I'll keep this. # NOTE: I'm currently forcing the existance of this "NODE" key in the dictionary given. Not sure if I'll keep this.
data["NODE"] = { data["NODE"] = {
"name":self.name
"name":self.name,
"n":self "n":self
} }
Events.emit(signal, data) Events.emit(signal, data)

Завантаження…
Відмінити
Зберегти