ダブル・モード,ちょっと修正
このコミットが含まれているのは:
@@ -203,13 +203,14 @@ class Main:
|
|||||||
|
|
||||||
screen.fill ((0, 255, 0))
|
screen.fill ((0, 255, 0))
|
||||||
|
|
||||||
chat_item.author['name'] = 'ゴートうひとり' if goatoh_talking else '伊地知ニジカ'
|
chat_item.author = {'name': 'ゴートうひとり' if goatoh_talking else '伊地知ニジカ',
|
||||||
chat_item.author['id'] = ''
|
'id': '',
|
||||||
chat_item.author['channelId'] = './favicon-goatoh.ico' if goatoh_talking else './favicon.ico'
|
'imageUrl': './favicon-goatoh.ico' if goatoh_talking else './favicon.ico'}
|
||||||
|
chat_item.message = histories.pop (-1)['content']
|
||||||
|
|
||||||
|
message = chat_item.message
|
||||||
|
|
||||||
goatoh_talking = not goatoh_talking
|
goatoh_talking = not goatoh_talking
|
||||||
|
|
||||||
message = histories.pop (-1)['content']
|
|
||||||
else:
|
else:
|
||||||
# Chat オブジェクトが無効
|
# Chat オブジェクトが無効
|
||||||
|
|
||||||
|
|||||||
新しい課題から参照
ユーザをブロックする