Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vugi99 committed Apr 24, 2023
1 parent ecf9508 commit faaa5a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Client/Index.lua
Expand Up @@ -31,7 +31,7 @@ local function UIFrameworkBase()
self.webui = WebUI(
"UIFramework",
"file://ui/hud.html",
WebUIVisibility.Visible
WidgetVisibility.Visible
)
--SetWebAnchors(ui, 0, 0, 1, 1)
--SetWebAlignment(ui, 0, 0)
Expand Down
4 changes: 2 additions & 2 deletions Package.toml
Expand Up @@ -5,7 +5,7 @@
# contributors
author = "Voltaism"
# version
version = "0.1.0"
version = "0.1.1"

# script configurations
[script]
Expand All @@ -16,7 +16,7 @@
# whether to load all level entities on client - only enable it if your package needs to use level static meshes entities
load_level_entities = false
# the game version (major.minor) at the time this package was created, for granting compatibility between breaking changes
compatibility_version = "1.38"
compatibility_version = "1.50"
# packages requirements
packages_requirements = [

Expand Down
2 changes: 1 addition & 1 deletion uiframework-tester/Client/ExampleBrowser.lua
Expand Up @@ -14,7 +14,7 @@ function CreateExBrowser()
uiFrameworkLogo.mode("contain")
uiFrameworkLogo.setCSS(ImageStyle)
--uiFrameworkLogo.appendTo(UIFramework)
uiFrameworkLogo.setImage("package://" .. Package.GetPath() .. "/Client/resources/UIFrameworkLogo.png")
uiFrameworkLogo.setImage("package://" .. Package.GetName() .. "/Client/resources/UIFrameworkLogo.png")


-- set position to right bottom for the help
Expand Down
4 changes: 2 additions & 2 deletions uiframework-tester/Package.toml
Expand Up @@ -5,7 +5,7 @@
# contributors
author = "Voltaism"
# version
version = "0.1.0"
version = "0.1.1"

# script configurations
[script]
Expand All @@ -16,7 +16,7 @@
# whether to load all level entities on client - only enable it if your package needs to use level static meshes entities
load_level_entities = false
# the game version (major.minor) at the time this package was created, for granting compatibility between breaking changes
compatibility_version = "1.38"
compatibility_version = "1.50"
# packages requirements
packages_requirements = [
"uiframework",
Expand Down

0 comments on commit faaa5a7

Please sign in to comment.