mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2026-03-22 00:26:23 +00:00
[Micro] Refresh of scripts
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
extends Node
|
extends Node
|
||||||
|
|
||||||
func update(userStateInstance):
|
func update(userStateInstance):
|
||||||
userStateInstance.rotateBy(-1)
|
# userStateInstance.rotateBy(-1)
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user