Adds first worldmap scene
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
extends OmniLight
|
||||
|
||||
var time: float = 0.0
|
||||
|
||||
func _ready():
|
||||
pass
|
||||
|
||||
|
||||
func _process(delta):
|
||||
time += delta
|
||||
self.omni_range = 10*sin(time*3.14)+sin(8*time*3.14)+4*sin(3*time*3.14)+20
|
||||
pass
|
||||
Reference in New Issue
Block a user