[Godot] [gdscript] third person 3C implementation of thirdpersoncontroller
Complete code
https://github.com/CheapMiao/Godot-ThirdPersonController
extends KinematicBody
# ---Object properties---
# Moving speed
export var moveSpeed : float = 10
# Jump speed
export var jumpAcceleration : float = 200
# Falling acceleration
export var fallAcceleration : float = 9.8
# Linear velocity
var linearVelocity : Vector3 = Vecto ...
Added by alex3 on Mon, 24 Jan 2022 14:03:16 +0200
Use annotation development of spring MVC basic learning
preface:
Hello, guys, I'm running snail rz. Of course, you can call me snail Jun. I'm a rookie who has studied Java for more than half a year. At the same time, I also have a great dream, that is, to become an excellent Java Architect one day.
This spring MVC basic learning series is used to record the whole process of my learning the ...
Added by Norsk.Firefox on Sat, 06 Nov 2021 21:43:20 +0200