Updated by update.sh
This commit is contained in:
parent
afc4ae12c7
commit
c304ca909a
3
git-pull.sh
Executable file
3
git-pull.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
cd `dirname $0`; pwd
|
||||||
|
git pull git@github.com:wszqkzqk/pypvz.git
|
||||||
3
main.py
Normal file → Executable file
3
main.py
Normal file → Executable file
@ -1,6 +1,7 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
import pygame as pg
|
import pygame as pg
|
||||||
from source.main import main
|
from source.main import main
|
||||||
|
|
||||||
if __name__=='__main__':
|
if __name__=='__main__':
|
||||||
main()
|
main()
|
||||||
pg.quit()
|
pg.quit()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user