updated version
This commit is contained in:
parent
b8cf5e24f6
commit
15607e5ef6
4 changed files with 4 additions and 4 deletions
|
|
@ -91,4 +91,4 @@ class Ui{
|
||||||
|
|
||||||
//this is behind the class def to make cyclic dependency happy ^^
|
//this is behind the class def to make cyclic dependency happy ^^
|
||||||
import "blocks/ui/info" for UiInfo
|
import "blocks/ui/info" for UiInfo
|
||||||
import "blocks/ui/adventure" for UiAdventure
|
import "blocks/ui/adventure" for UiAdventure
|
||||||
|
|
|
||||||
|
|
@ -98,4 +98,4 @@ class M{
|
||||||
import "math/vector" for Vector
|
import "math/vector" for Vector
|
||||||
import "luxe: math" for Math
|
import "luxe: math" for Math
|
||||||
import "math/repVal" for RepVal
|
import "math/repVal" for RepVal
|
||||||
import "math/Util" for Util
|
import "math/Util" for Util
|
||||||
|
|
|
||||||
|
|
@ -98,4 +98,4 @@ class AABB{
|
||||||
}
|
}
|
||||||
|
|
||||||
import "math/vector" for Vector
|
import "math/vector" for Vector
|
||||||
import "math/math" for M
|
import "math/math" for M
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
modules = {
|
modules = {
|
||||||
luxe = "2020.3.4"
|
luxe = "2021.0.0"
|
||||||
luxe-agent = "2020.3.4"
|
luxe-agent = "2020.3.4"
|
||||||
} //modules
|
} //modules
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue