mirror of
https://github.com/yeslayla/golang-game-framework.git
synced 2025-12-13 20:33:17 +01:00
Add delta value between frames
This commit is contained in:
@@ -10,7 +10,7 @@ const (
|
||||
|
||||
type INode interface {
|
||||
GetName() string
|
||||
Update() error
|
||||
Update(delta float64) error
|
||||
ready(INode) error
|
||||
IsProcessing() bool
|
||||
GetProcessMode() ProcessMode
|
||||
|
||||
Reference in New Issue
Block a user