Skip to content

Third Person Shooter with high quality assets and lighting

License

Notifications You must be signed in to change notification settings

cblack3/tps-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Third Person Shooter Demo

Screenshot of TPS demo

Third person shooter demo made using Godot Engine 3.1.

Note: Until Godot 3.1-stable is released, you need a recent build from Godot's master branch to run this demo. You can build the engine from source, or use one of @Calinou's nightly builds.

Note 2: The repository is big and asset importing not well optimized yet, so expect a high CPU and RAM load when opening the project for the first time.

Git LFS

This demo uses Git LFS to store the heaviest assets.

You need to install the Git LFS extension on your system, so that Git can fetch the assets from the LFS repository. It should happen automatically when using the usual Git commands.

If you cloned this Git repository before installing Git LFS, or if for any other reason you get errors importing .dae files in Godot, try to run those commands manually:

git lfs install
git lfs fetch
git checkout master

License

See LICENSE.txt for details.

About

Third Person Shooter with high quality assets and lighting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 96.1%
  • GLSL 3.9%