diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-08 19:49:47 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-08 19:49:47 -0400 |
| commit | a7ae25ec086117e133b2dfbbc1c5025aa2f29964 (patch) | |
| tree | 45bcab3728e0998205e280a0dd84a44bcb2925be /examples/game/map.txt | |
| parent | f86cc6549ff6075c3963fce819391d8d8d6960dc (diff) | |
Add example game using raylib
Diffstat (limited to 'examples/game/map.txt')
| -rw-r--r-- | examples/game/map.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/game/map.txt b/examples/game/map.txt new file mode 100644 index 00000000..d0436a0a --- /dev/null +++ b/examples/game/map.txt @@ -0,0 +1,17 @@ +[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] [] +[] @@ [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] |
