Started messing around with Raylib
Mainly just messing around
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package ui
|
||||
|
||||
type num interface {
|
||||
int32 | float32
|
||||
}
|
||||
|
||||
type Tween[T num] struct {
|
||||
start T
|
||||
nextMult float32
|
||||
end T
|
||||
}
|
||||
Reference in New Issue
Block a user