Improved html5 performance
This commit is contained in:
parent
1aff15069a
commit
af41271af2
9 changed files with 63 additions and 54 deletions
|
|
@ -1,11 +1,6 @@
|
|||
extends MeshInstance3D
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
scale.y = 1.0+sin(Time.get_ticks_msec() * 0.002)*0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue