mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
[Micro] Refresh of scripts
This commit is contained in:
parent
865accacca
commit
a576dc0f5f
@ -1,6 +1,6 @@
|
||||
extends Node
|
||||
|
||||
const LEVEL_SCALE = 0.25
|
||||
const LEVEL_SCALE = 0.05
|
||||
|
||||
func _ready():
|
||||
$player_node.set_scale(LEVEL_SCALE)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func update(userStateInstance):
|
||||
userStateInstance.rotateBy(-1)
|
||||
# userStateInstance.rotateBy(-1)
|
||||
pass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user