1 Star 1 Fork 0

留白/fishing-expert

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bomb.py 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
留白 提交于 2022-01-24 23:00 . 内容可能含有违规信息
# 炸弹
import pygame
from setting import *
class Bomb(pygame.sprite.Sprite):
def __init__(self) -> None:
super().__init__()
self.image = pygame.image.load('img/bomb.png').convert_alpha()
self.rect = self.image.get_rect()
self.rect.left = WIDTH - 200
self.rect.top = 10
self.number = 3
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/imagine-l/fishing-expert.git
git@gitee.com:imagine-l/fishing-expert.git
imagine-l
fishing-expert
fishing-expert
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385