This commit is contained in:
206530306 2021-06-19 19:09:43 +08:00
parent c977146d7a
commit 52898ee1ad
6 changed files with 14 additions and 0 deletions

4
config/__init__.py Normal file
View File

@ -0,0 +1,4 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-

BIN
config/__init__.pyc Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

10
config/settings.py Normal file
View File

@ -0,0 +1,10 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
import os
import pygame
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
pygame.init() # 游戏初始化

BIN
config/settings.pyc Normal file

Binary file not shown.