Large update with mostly rewritten character subsystem
This commit is contained in:
10
proto2/tests/linreg_test.gd
Normal file
10
proto2/tests/linreg_test.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
extends MainLoop
|
||||
|
||||
var pct
|
||||
|
||||
func _initialize():
|
||||
print("hello, world!")
|
||||
pct = LinReg.new()
|
||||
return
|
||||
func _iteration(delta):
|
||||
return pct.iterate(delta)
|
||||
Reference in New Issue
Block a user