add basic shoot on enemy

This commit is contained in:
h4570
2022-08-14 20:48:10 +02:00
parent 37257b253a
commit 26596fa2c3
6 changed files with 39 additions and 13 deletions
+4 -2
View File
@@ -1,5 +1,9 @@
------------ Tyra's v2.0 roadmap to publish on GitHub ------------
- [Renderer] utility functions
- [Renderer] drawLine()
- [Renderer] drawBBox()
- [Renderer] drawPoint()
- [Demo] Red screen on hit
- [Demo] Count of killed zombies
- [Demo] Crosshair
@@ -36,9 +40,7 @@ because Mesh rendering uses only core.render()
- [renderer] fog
- [renderer] bbox parts optimization
- [md2] refactor
- [3D] Add drawLine(x, y , color, size)
- [2D] Fixed font support
- [3D] Add drawBBox(x, y , color, size)
- [File] Async file loading
- [obj] Add multicolor support to obj
- [Obj] Improve obj importing for multiple usemtl with same names