Intialize and cleanup repo
This commit is contained in:
6
client/scripts/entities/LifeCrystal.gd
Normal file
6
client/scripts/entities/LifeCrystal.gd
Normal file
@ -0,0 +1,6 @@
|
||||
extends Area2D
|
||||
|
||||
const ROTATION_SPEED = 1
|
||||
|
||||
func _process(delta):
|
||||
$Sprite.rotation = $Sprite.rotation + delta * ROTATION_SPEED
|
Reference in New Issue
Block a user