mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
computery stuff and new set of wires
This commit is contained in:
BIN
assets/graphics/fonts/milky.tga
LFS
BIN
assets/graphics/fonts/milky.tga
LFS
Binary file not shown.
3
hooks/post-checkout
Normal file
3
hooks/post-checkout
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.\n"; exit 2; }
|
||||||
|
git lfs post-checkout "$@"
|
||||||
3
hooks/post-commit
Normal file
3
hooks/post-commit
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-commit.\n"; exit 2; }
|
||||||
|
git lfs post-commit "$@"
|
||||||
3
hooks/post-merge
Normal file
3
hooks/post-merge
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-merge.\n"; exit 2; }
|
||||||
|
git lfs post-merge "$@"
|
||||||
3
hooks/pre-push
Normal file
3
hooks/pre-push
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/pre-push.\n"; exit 2; }
|
||||||
|
git lfs pre-push "$@"
|
||||||
BIN
work_files/computer_startup_mockup.ans
Normal file
BIN
work_files/computer_startup_mockup.ans
Normal file
Binary file not shown.
BIN
work_files/disk_capacity_comparison.xlsx
Normal file
BIN
work_files/disk_capacity_comparison.xlsx
Normal file
Binary file not shown.
BIN
work_files/graphics/fonts/telegraph/bcd_encoding_map.bin
Normal file
BIN
work_files/graphics/fonts/telegraph/bcd_encoding_map.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
work_files/graphics/sprites/fixtures/computer_parts.psd
LFS
Normal file
BIN
work_files/graphics/sprites/fixtures/computer_parts.psd
LFS
Normal file
Binary file not shown.
BIN
work_files/graphics/terrain/wire_single_items.psd
LFS
Normal file
BIN
work_files/graphics/terrain/wire_single_items.psd
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user