Oyun-Teknolojileri / Zapocalypse

Zapocalypse is a 3d top down shooter done with ToolKit as a sample project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rules of a playable scene:
- Tag names of the prefabs are important.
- The main scene should be named as "MainScene.scene".
- There should be a floor tagged with "floor".
- There should be a (only one) playerprefab tagged with "playerPrefab".
- Enemy prefabs should be tagged with "enemyPrefab".
- Main camera should be tagged "mainCam".
- Patrol locatons should be tagged with "pp" in the scene. The enemies goes one by one.

About

Zapocalypse is a 3d top down shooter done with ToolKit as a sample project

License:GNU General Public License v3.0


Languages

Language:C++ 87.2%Language:CMake 9.2%Language:HTML 2.3%Language:Java 1.0%Language:Batchfile 0.4%