Tag

タグ生成 import pygame as pg # ゲームウィンドウの設定 WIDTH = 800 HEIGHT = 600 FPS = 60 # ゲームの初期化 pg.init() screen = pg.display.set_mode((WIDTH