r3-next/global.gd

17 lines
311 B
GDScript3
Raw Permalink Normal View History

2023-09-08 21:50:34 +02:00
extends Node
var live
var time
var origmpos
var mousepos
2023-10-24 18:36:04 +02:00
var timelimit = 15000
var wait
2023-09-08 21:50:34 +02:00
# 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):
pass