mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
improved menu
This commit is contained in:
parent
2637008a33
commit
81bc9fa37f
59 changed files with 783 additions and 78 deletions
6
Flipper/Flipper.gd
Normal file
6
Flipper/Flipper.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends KinematicBody2D
|
||||
|
||||
func _physics_process(delta):
|
||||
if Input.is_action_pressed("shoot"):
|
||||
rotation = lerp(rotation, -90, 0.9)
|
||||
else: rotation = 0
|
Loading…
Add table
Add a link
Reference in a new issue