FPS Test
This is a first-person shooter (FPS) demo for Godot 2.x, featuring basic movement, physics, and a flashlight. The project is no longer maintained and not compatible with Godot 3.x or later.
https://github.com/Calinou/fps-testFPS Test Demo for Godot 2.x
This repository contains a simple FPS demo created using Godot Engine 2.x. The project showcases basic FPS mechanics, including player movement, jumping, and a simple view model with a flashlight. Keep in mind that this project is no longer actively maintained and is not compatible with newer versions of Godot.
Key Features
- Basic Movement: Includes walking, running, and jumping.
- Physics: Implements basic physics for collision and movement, including stepping up stairs and slopes.
- View Model: Features a first-person gun model with a toggleable flashlight that casts shadows.
- Controls: Uses standard FPS controls (WASD/ZQSD for movement, Space for jump, Left Mouse Button for fire, Shift for run, L for flashlight).
Important Notes
This demo serves as a basic example and lacks more advanced features typically found in complete FPS games, such as enemies or sophisticated shooting mechanics. It is intended for educational purposes or as a starting point for further development within Godot 2.x.