Skip to content

A first-person shooter asset for the Godot Engine.

License

Notifications You must be signed in to change notification settings

aarroz/simplefps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simplefps

A simple first-person shooter asset for the Godot Engine. Ready for immediate use when added to a 3D game.

Updated & Tested for Godot 4.0.2 Stable

Features

  • Walking with Input Map strings (Godot default is the arrow keys)
  • Looking Around with Mouse
  • Interacting with Physics
  • Jumping with Spacebar
  • Standing on Rigid Bodies

Default Keymap

  • Arrow Keys = Movement
  • Shift + Arrow Keys = Sprint Movement
  • F = Toggle Flashlight
  • E = Grab physics object (Rigid Body by default)
    • Left-Click to throw held object
  • Space = Jump

[Icon]