Improved html5 performance

This commit is contained in:
Manuel Erdmann 2025-06-10 01:32:17 +02:00
parent 1aff15069a
commit af41271af2
9 changed files with 63 additions and 54 deletions

View file

@ -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