Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
ObsidianBlk
/
Goldbox64
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
84
коммитов
1
ветка
ветка:
master
master
0.1-LOWREZJAM-2018-Release
Ветки
Теги
${ item.name }
Создать ветку
${ searchTerm }
из 'master'
${ noResults }
Goldbox64
/
.gitignore
.gitignore
57B
Исходник
Постоянная ссылка
Normal View
История
Removed Application class. Added some new systems in game/gbe
6 лет назад
Updated gitignore to ignore log directories
6 лет назад
Ignoring 'work' directories. This is for my development.
6 лет назад
Had to make a little adjustment due to a video resize bug in Linux
6 лет назад
Hiding directories used by PyInstaller
6 лет назад
1
2
3
4
5
6
7
8
__pycache__/
logs/
work/
*.pyc
*.swp
*.spec
build/
dist/