Home - leiget/Godot_FPC_Base GitHub Wiki Section 01: Project Overview Quick Intro Structure of Project Design of Main.tscn Design of Player.tscn Design of Base.tscn Debug Scenes Section 02: Player.gd Script Summary of Contents of Player.gd Global Variables In-Depth Functions Explained In-Depth Quick Reference of the Functions Step_Player_Up() InterpolateCamera() Slope_AffectSpeed() Touch_CheckAndExecute() _ready() _unhandled_input() _physics_process() Section 03: Math Terms and Functions Explained lerp() pow() Section 04: Normals Explained Coordinate System Vectors and Normals Transforms Normalization Dot Product