Large update with mostly rewritten character subsystem

This commit is contained in:
Segey Lapin
2019-10-17 08:48:21 +03:00
parent 6e18c898b4
commit 0945ef76ee
224 changed files with 77854 additions and 13113 deletions

View 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)