6 Star 24 Fork 8

SuYiHan/DesktopPet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.py 2.95 KB
一键复制 编辑 原始数据 按行查看 历史
SuYiHan 提交于 2022-01-19 11:57 . 1.增加快乐值
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': ['芜湖~', '咿呀咿呀!!!'],
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/SuYiHanr/desktop-pet.git
git@gitee.com:SuYiHanr/desktop-pet.git
SuYiHanr
desktop-pet
DesktopPet
master

搜索帮助