Enabled Direct Connect button, bump version.

This commit is contained in:
2022-10-31 19:46:38 -05:00
parent a6beae0899
commit aa65433b14
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ class W3DHub
flow(fill: true) flow(fill: true)
button "Direct Connect", height: 1.0, padding_top: 4, padding_bottom: 4, enabled: W3DHUB_DEBUG && W3DHUB_DEVELOPER, tip: "Directly connect to a game server (under development)" do button "Direct Connect", height: 1.0, padding_top: 4, padding_bottom: 4 do
push_state(W3DHub::States::DirectConnectDialog) push_state(W3DHub::States::DirectConnectDialog)
end end
end end

View File

@@ -1,4 +1,4 @@
class W3DHub class W3DHub
DIR_NAME = "W3DHubAlt" DIR_NAME = "W3DHubAlt"
VERSION = "0.1.0" VERSION = "0.2.0"
end end