diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-03 22:12:41 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-03 22:12:41 +0200 |
| commit | 1df1ff6f074528a4ad6d4015c794a1555c1c942f (patch) | |
| tree | ad3b16291748c60441967996706006555919ef73 /public/imgs | |
| parent | c813dfadd4b673080695ef3ade37a44e37036c07 (diff) | |
| download | fia-1df1ff6f074528a4ad6d4015c794a1555c1c942f.tar.gz fia-1df1ff6f074528a4ad6d4015c794a1555c1c942f.tar.zst fia-1df1ff6f074528a4ad6d4015c794a1555c1c942f.zip | |
Polishing up
Add all files to repo
Add sql database
Correct urls
Add PHP code to repo
Update README.md with instructions how to start
Move from yarn to pnpm
Fix all issues with starting
Fix possibility of player changing their dice roll with refreshing the game
Diffstat (limited to 'public/imgs')
| -rwxr-xr-x | public/imgs/chequer-blue.png | bin | 0 -> 7190 bytes |
| -rwxr-xr-x | public/imgs/chequer-green.png | bin | 0 -> 13153 bytes |
| -rwxr-xr-x | public/imgs/chequer-red.png | bin | 0 -> 10981 bytes |
| -rwxr-xr-x | public/imgs/chequer-yellow.png | bin | 0 -> 12357 bytes |
| -rwxr-xr-x | public/imgs/dice-1.png | bin | 0 -> 42445 bytes |
| -rwxr-xr-x | public/imgs/dice-2.png | bin | 0 -> 50881 bytes |
| -rwxr-xr-x | public/imgs/dice-3.png | bin | 0 -> 70612 bytes |
| -rwxr-xr-x | public/imgs/dice-4.png | bin | 0 -> 73484 bytes |
| -rwxr-xr-x | public/imgs/dice-5.png | bin | 0 -> 68973 bytes |
| -rwxr-xr-x | public/imgs/dice-6.png | bin | 0 -> 88847 bytes |
| -rwxr-xr-x | public/imgs/fia.png | bin | 0 -> 27383 bytes |
11 files changed, 0 insertions, 0 deletions
diff --git a/public/imgs/chequer-blue.png b/public/imgs/chequer-blue.png Binary files differnew file mode 100755 index 0000000..67d3b94 --- /dev/null +++ b/public/imgs/chequer-blue.png diff --git a/public/imgs/chequer-green.png b/public/imgs/chequer-green.png Binary files differnew file mode 100755 index 0000000..bcca402 --- /dev/null +++ b/public/imgs/chequer-green.png diff --git a/public/imgs/chequer-red.png b/public/imgs/chequer-red.png Binary files differnew file mode 100755 index 0000000..878cdc2 --- /dev/null +++ b/public/imgs/chequer-red.png diff --git a/public/imgs/chequer-yellow.png b/public/imgs/chequer-yellow.png Binary files differnew file mode 100755 index 0000000..bf74e1a --- /dev/null +++ b/public/imgs/chequer-yellow.png diff --git a/public/imgs/dice-1.png b/public/imgs/dice-1.png Binary files differnew file mode 100755 index 0000000..c698476 --- /dev/null +++ b/public/imgs/dice-1.png diff --git a/public/imgs/dice-2.png b/public/imgs/dice-2.png Binary files differnew file mode 100755 index 0000000..9eb260d --- /dev/null +++ b/public/imgs/dice-2.png diff --git a/public/imgs/dice-3.png b/public/imgs/dice-3.png Binary files differnew file mode 100755 index 0000000..f5d53d0 --- /dev/null +++ b/public/imgs/dice-3.png diff --git a/public/imgs/dice-4.png b/public/imgs/dice-4.png Binary files differnew file mode 100755 index 0000000..b4fca33 --- /dev/null +++ b/public/imgs/dice-4.png diff --git a/public/imgs/dice-5.png b/public/imgs/dice-5.png Binary files differnew file mode 100755 index 0000000..6f9d5de --- /dev/null +++ b/public/imgs/dice-5.png diff --git a/public/imgs/dice-6.png b/public/imgs/dice-6.png Binary files differnew file mode 100755 index 0000000..a51e5b3 --- /dev/null +++ b/public/imgs/dice-6.png diff --git a/public/imgs/fia.png b/public/imgs/fia.png Binary files differnew file mode 100755 index 0000000..9597560 --- /dev/null +++ b/public/imgs/fia.png |
