Intialize and cleanup repo

This commit is contained in:
2020-04-30 19:16:46 -04:00
commit 49e859eb1a
89 changed files with 2233 additions and 0 deletions

View File

@ -0,0 +1,6 @@
extends Area2D
const ROTATION_SPEED = 1
func _process(delta):
$Sprite.rotation = $Sprite.rotation + delta * ROTATION_SPEED