代码拉取完成,页面将自动刷新
import pyautogui
from fsm.desktop_pet_fsm_enum import ActionStatesEnum
# 项目名称
project_name = '樱花狼灵电脑桌面治愈系病毒'
# 屏幕尺寸
screen_size = pyautogui.size()
# 项目资源
project_resources = {
ActionStatesEnum.appear: {
'file': ['101.appear1', '101.appear2'],
'text': ['Bingo~', '嘿~咻~', '靓女出动!', '芜湖~']
},
ActionStatesEnum.sleep: {
'file': ['102.sleep1', '102.sleep2'],
'text': ['关灯啦~要睡觉!', '好梦~'],
},
ActionStatesEnum.eat: {
'file': ['103.eat1', '103.eat2', '103.eat3'],
'file2': ['103.1.give_me_food', '103.2.lick'], # 无作用 可以删除
'text': ['上菜上菜!!!', '你爱我,我爱你~\n你的图标在哪里~'],
},
ActionStatesEnum.eat_fail: {
'file': ['104.eat_fail1', '104.eat_fail2'],
'text': ['讨厌~没吃到!', '给!我!吃!东!西!'],
},
ActionStatesEnum.waggle: {
'file': ['105.waggle1', '105.waggle2'],
'text': ['陪!我!玩!', '嘀~嘀~嘀~'],
},
ActionStatesEnum.stroke: {
'file': ['106.stroke'],
'text': ['喵喵喵~', '唔~'],
},
ActionStatesEnum.die: {
'file': ['200.die'],
'text': ['如果有来生,我希望穿\n过屏幕看看你~', '图标都没得吃!!!\n终究是,错付了~'],
},
ActionStatesEnum.insane: {
'file': ['201.insane1', '201.insane2'],
'text': ['嘿嘿嘿~啊吧啊吧~', '图~标~食~物~'],
},
ActionStatesEnum.crazy: {
'file': ['202.crazy1', '202.crazy2', '202.crazy3'],
'text': ['啊啊啊!!!\n我要饿死啦!!!', '我要吃东西!!!'],
},
ActionStatesEnum.cry: {
'file': ['203.cry1', '203.cry2'],
'text': ['呜呜呜~肚子饿~', '想。。。想吃东西~', '饿~'],
},
ActionStatesEnum.hungry: {
'file': ['204.hungry1', '204.hungry2'],
'text': ['饭饭~饭饭~', 'Waiter?', 'Is anybody there?'],
},
ActionStatesEnum.anxiety: {
'file': ['205.anxiety1', '205.anxiety2'],
'text': ['完了!完了!肚子饿了!', '哪里有吃的?'],
},
ActionStatesEnum.coquetry: {
'file': ['206.coquetry1', '206.coquetry2'],
'text': ['给点吃的好不好?', '我就吃一口~'],
},
ActionStatesEnum.joyful: {
'file': ['207.joyful1', '207.joyful2', '207.joyful3'],
'text': ['啦啦啦~', '嗯哼哼~'],
},
ActionStatesEnum.pride: {
'file': ['208.pride1', '208.pride2'],
'text': ['为什么用这种眼神看我?', '我们心有灵犀,不是吗?'],
},
ActionStatesEnum.glad: {
'file': ['209.glad1', '209.glad2'],
'text': ['花朵的节日是~是~\n是为了我吗?', '每个人类都是一粒火花'],
},
ActionStatesEnum.happy: {
'file': ['210.happy1', '210.happy2'],
'text': ['芜湖~', '咿呀咿呀!!!'],
},
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。