From 15607e5ef60db8e7f82503ff752b405774d6e2b8 Mon Sep 17 00:00:00 2001 From: Ronja Date: Mon, 8 Feb 2021 17:51:22 +0100 Subject: [PATCH] updated version --- Luxe/blocks/ui/ui.wren | 2 +- Luxe/math/math.wren | 2 +- Luxe/math/rect.wren | 2 +- Luxe/project.modules.lx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Luxe/blocks/ui/ui.wren b/Luxe/blocks/ui/ui.wren index 3a1d323..08339b2 100644 --- a/Luxe/blocks/ui/ui.wren +++ b/Luxe/blocks/ui/ui.wren @@ -91,4 +91,4 @@ class Ui{ //this is behind the class def to make cyclic dependency happy ^^ import "blocks/ui/info" for UiInfo -import "blocks/ui/adventure" for UiAdventure \ No newline at end of file +import "blocks/ui/adventure" for UiAdventure diff --git a/Luxe/math/math.wren b/Luxe/math/math.wren index 3748f56..36af5cb 100644 --- a/Luxe/math/math.wren +++ b/Luxe/math/math.wren @@ -98,4 +98,4 @@ class M{ import "math/vector" for Vector import "luxe: math" for Math import "math/repVal" for RepVal -import "math/Util" for Util \ No newline at end of file +import "math/Util" for Util diff --git a/Luxe/math/rect.wren b/Luxe/math/rect.wren index fb35738..70c37a1 100644 --- a/Luxe/math/rect.wren +++ b/Luxe/math/rect.wren @@ -98,4 +98,4 @@ class AABB{ } import "math/vector" for Vector -import "math/math" for M \ No newline at end of file +import "math/math" for M diff --git a/Luxe/project.modules.lx b/Luxe/project.modules.lx index 77b7270..b8f0cda 100644 --- a/Luxe/project.modules.lx +++ b/Luxe/project.modules.lx @@ -1,4 +1,4 @@ modules = { - luxe = "2020.3.4" + luxe = "2021.0.0" luxe-agent = "2020.3.4" } //modules