mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 11:06:06 -04:00
Touchup servers list screen in launcher.
This commit is contained in:
parent
49311028a2
commit
dbd074df99
@ -98,16 +98,16 @@ namespace Launcher2 {
|
|||||||
|
|
||||||
void Draw() {
|
void Draw() {
|
||||||
widgetIndex = 0;
|
widgetIndex = 0;
|
||||||
MakeInput( Get(), 330, Anchor.LeftOrTop, Anchor.LeftOrTop,
|
MakeInput( Get(), 475, Anchor.LeftOrTop, Anchor.LeftOrTop,
|
||||||
false, 145, 5, 32, "&7Search servers.." );
|
false, 10, 10, 32, "&7Search servers.." );
|
||||||
MakeInput( Get(), 330, Anchor.LeftOrTop, Anchor.LeftOrTop,
|
MakeInput( Get(), 475, Anchor.LeftOrTop, Anchor.LeftOrTop,
|
||||||
false, 145, 50, 32, "&7classicube.net/server/play/..." );
|
false, 10, 55, 32, "&7classicube.net/server/play/..." );
|
||||||
((LauncherInputWidget)widgets[hashIndex]).ClipboardFilter = HashFilter;
|
((LauncherInputWidget)widgets[hashIndex]).ClipboardFilter = HashFilter;
|
||||||
|
|
||||||
MakeButtonAt( "Back", 70, 30, titleFont, Anchor.BottomOrRight, Anchor.LeftOrTop,
|
MakeButtonAt( "Back", 110, 30, titleFont, Anchor.BottomOrRight, Anchor.LeftOrTop,
|
||||||
-10, 5, (x, y) => game.SetScreen( new MainScreen( game ) ) );
|
-20, 10, (x, y) => game.SetScreen( new MainScreen( game ) ) );
|
||||||
MakeButtonAt( "Connect", 100, 30, titleFont, Anchor.BottomOrRight, Anchor.LeftOrTop,
|
MakeButtonAt( "Connect", 110, 35, titleFont, Anchor.BottomOrRight, Anchor.LeftOrTop,
|
||||||
-10, 50, ConnectToServer );
|
-20, 55, ConnectToServer );
|
||||||
MakeTableWidget();
|
MakeTableWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<ProjectGuid>{3E84ACC1-27B4-401B-A359-6AAE4DF6C9B5}</ProjectGuid>
|
<ProjectGuid>{3E84ACC1-27B4-401B-A359-6AAE4DF6C9B5}</ProjectGuid>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<RootNamespace>Launcher2</RootNamespace>
|
<RootNamespace>Launcher2</RootNamespace>
|
||||||
<AssemblyName>Launcher2</AssemblyName>
|
<AssemblyName>Launcher2</AssemblyName>
|
||||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||||
@ -20,7 +20,7 @@
|
|||||||
<ApplicationIcon>icon.ico</ApplicationIcon>
|
<ApplicationIcon>icon.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
||||||
<PlatformTarget>x86</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
<BaseAddress>4194304</BaseAddress>
|
<BaseAddress>4194304</BaseAddress>
|
||||||
<RegisterForComInterop>False</RegisterForComInterop>
|
<RegisterForComInterop>False</RegisterForComInterop>
|
||||||
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user