Godot Third Person Shooter with high quality assets and lighting
#godot #project #sample #demo #third-person

Aaron Franke c8b75a1263 Optimize PNG images using oxipng 4 anos atrás
.github b13770b709 Add a formatting script for GitHub Actions 5 anos atrás
door c8b75a1263 Optimize PNG images using oxipng 4 anos atrás
enemies c8b75a1263 Optimize PNG images using oxipng 4 anos atrás
level c8b75a1263 Optimize PNG images using oxipng 4 anos atrás
main cf45430744 Free orphan nodes after removing them 5 anos atrás
menu c8b75a1263 Optimize PNG images using oxipng 4 anos atrás
player c8b75a1263 Optimize PNG images using oxipng 4 anos atrás
screenshots c8b75a1263 Optimize PNG images using oxipng 4 anos atrás
.gitignore 5bd97e7712 Remake the level using GLTF and compound colliders 5 anos atrás
LICENSE.md 5697b0976d Commit files changed by the formatting script 5 anos atrás
README.md f3978f473f Remove Git LFS requirement from README 5 anos atrás
default_bus_layout.tres 5bd97e7712 Remake the level using GLTF and compound colliders 5 anos atrás
default_env.tres caac12635f Update default_env.tres to the Godot 3.1/3.2 default environment 5 anos atrás
format.sh b13770b709 Add a formatting script for GitHub Actions 5 anos atrás
icon.png c8b75a1263 Optimize PNG images using oxipng 4 anos atrás
icon.png.import f801291f22 Update .import files for current Godot 3.1 6 anos atrás
project.godot be5e19b0ad Implement some in-game debug text 5 anos atrás

README.md

Third Person Shooter Demo

Third person shooter demo made using Godot Engine.

Screenshot of TPS demo

Godot versions

  • The master branch is compatible with the latest stable Godot version (currently 3.2.x that is at least 3.2.2).
  • If you are using an older version of Godot, use the appropriate branch for your Godot version:

    • 3.2.1 branch for Godot 3.2.0 or 3.2.1.
    • 3.1 branch for Godot 3.1.x.

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

Git LFS

Git LFS is no longer required for the current master branch. You only need Git LFS if you are checking out the 3.1 or 3.2.1 branches. Those branches have instructions for Git LFS in their README files.

Running

You need Godot Engine to run this demo project. Download the latest stable version from the website, or build it from source.

License

See LICENSE.md for details.