Skip to content

Commit 11047dd

Browse files
authored
feat: add new map (#11)
* feat: add new map * docs: add credits to README for new map * fix: remove unnecessary near and far settings to projection camera * fix: handle map missing player/enemy spawn location more gracefully * fix: dont panic if not able to create Dir3 from enemy to player * fix: world and all entities should actually be 1m=1m * fix: enemy model offset * fix: switch to small map so master branch is clean
1 parent 8f8f959 commit 11047dd

File tree

18 files changed

+45651
-31
lines changed

18 files changed

+45651
-31
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ uses:
5757
- avian3d for physics
5858
- skein for bevy <-> blender integration (work with bevy components in blender)
5959

60-
## Attributions
60+
## Credits
6161

6262
### 3D Models
6363
- fps/tps Map by theking1322 [CC-BY](https://creativecommons.org/licenses/by/3.0/) via Poly Pizza (https://poly.pizza/m/wna54gOjL7)
6464
- SWAT by Quaternius (https://poly.pizza/m/Btfn3G5Xv4)
65+
- "LOWPOLY | FPS | TDM | GAME | MAP by ResoForge" (https://skfb.ly/pxM87) by ResoForge (old profile) is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
6566

6667
### Music & SFX
6768
- Main Menu Theme by [juanjo_sound](https://juanjosound.itch.io/)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:6e69eb09c31a8c053722d00e73038d797c2eec27d9159068eb00e0d25dcc7a22
3-
size 104223571
2+
oid sha256:417c1432e555da4c55dc2b858da9df4672b3c033a237eb0ac4c74ba4e1a04293
3+
size 109828868
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2b5c7b279cf0afc85cacaa070115d576c291c13147097dbe4572082c957882d9
3-
size 104223571
2+
oid sha256:86ecc40a725f88b36e141f6e4c062c8eea496f177ae4bdf537e95edc901924ac
3+
size 109819940

assets/maps/medium/license.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Model Information:
2+
* title: LOWPOLY | FPS | TDM | GAME | MAP by ResoForge
3+
* source: https://sketchfab.com/3d-models/lowpoly-fps-tdm-game-map-by-resoforge-d41a19f699ea421a9aa32b407cb7537b
4+
* author: Space_One (https://sketchfab.com/aslbekburonbey)
5+
6+
Model License:
7+
* license type: CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
8+
* requirements: Author must be credited. Commercial use is allowed.
9+
10+
If you use this 3D model in your project be sure to copy paste this credit wherever you share it:
11+
This work is based on "LOWPOLY | FPS | TDM | GAME | MAP by ResoForge" (https://sketchfab.com/3d-models/lowpoly-fps-tdm-game-map-by-resoforge-d41a19f699ea421a9aa32b407cb7537b) by Space_One (https://sketchfab.com/aslbekburonbey) licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)

assets/maps/medium/scene.bin

29 MB
Binary file not shown.

0 commit comments

Comments
 (0)