[Micro] Refresh of scripts

This commit is contained in:
Alan Alexander Cerna 2021-10-28 15:09:12 +03:00
parent 865accacca
commit a576dc0f5f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
extends Node extends Node
const LEVEL_SCALE = 0.25 const LEVEL_SCALE = 0.05
func _ready(): func _ready():
$player_node.set_scale(LEVEL_SCALE) $player_node.set_scale(LEVEL_SCALE)

View File

@ -1,5 +1,5 @@
extends Node extends Node
func update(userStateInstance): func update(userStateInstance):
userStateInstance.rotateBy(-1) # userStateInstance.rotateBy(-1)
pass pass