Sunday Update: graphic and bots improvements, ConfigFile, menu settings
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://assets/fonts/Kenney Future Narrow.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 24
|
||||
font_data = ExtResource( 1 )
|
||||
@@ -0,0 +1,93 @@
|
||||
,en,de
|
||||
BACK,Back,Zurück
|
||||
MULTIPLAYER,Multiplayer,Multiplayer
|
||||
PRACTISE,Practise,Training
|
||||
SETTINGS,Settings,Einstellungen
|
||||
DEBUG,Debug en,Debug DE
|
||||
HOST,Host,Host
|
||||
JOIN,Join,Beitreten
|
||||
QUIT,Quit,Beenden
|
||||
DIRECT_HOST,Direct host,Direkt hosten
|
||||
DIRECT_JOIN,Direct join,Direkt beitreten
|
||||
OPEN_GAMES_ONLY,Open games only,Nur offene Spiele
|
||||
REFRESH,Refresh,Aktualisieren
|
||||
CREATE_GAME,Create game,Spiel erstellen
|
||||
PLAYER_NAME,Name,Name
|
||||
PLAYER_COLOR,Color,Farbe
|
||||
BOTS,Bots,Bots
|
||||
GAME,Game,Spiel
|
||||
PORT,Port,Port
|
||||
IP,Ip,IP
|
||||
RESUME,Resume,Fortsetzen
|
||||
END_GAME,End game,Spiel beenden
|
||||
START_GAME,Start game,Spiel starten
|
||||
GAME_NAME,Name,Name
|
||||
READY,Ready,Bereit
|
||||
ALERT,Alert!,Fehler!
|
||||
CONTROLS,Controls,Steuerung
|
||||
RESET,Reset,Zurücksetzen
|
||||
PRESS_KEY,Press any key...,Taste drücken…
|
||||
KEY_ALREADY_TAKEN,Key already in use:,Taste wird bereits verwendet:
|
||||
ERROR_SERVER_CREATION,Cannot create server!,Server konnte nicht erstellt werden!
|
||||
ERROR_GAME_CREATION,"Cannot create game!
|
||||
(Server full or blocked?)","Spiel konnte nicht erstellt werden!
|
||||
(Server voll oder blockiert?)"
|
||||
INVALID_IP4,Invalid ipv4 address!,Ungültige IPv4 Adresse!
|
||||
SERVER_DISCONNECTED,Server disconnected!,Serververbindung getrennt!
|
||||
SERVER_NO_CONNECTION,No connection to server!,Keine Verbindung zu Server!
|
||||
CONNECTION_FAILED,Connection failed!,Verbindung fehlgeschlagen!
|
||||
SYSTEM,System,System
|
||||
LOCALE,Language,Sprache
|
||||
LOCALE_EN,English,Englisch (english)
|
||||
LOCALE_DE,German (deutsch),Deutsch
|
||||
GRAPHICS,Graphics,Grafik
|
||||
SAVE,Save,Speichern
|
||||
APPLY,Apply,Übernehmen
|
||||
KEYBOARD,Keyboard,Tastatur
|
||||
JOYPAD,Joypad,Joypad
|
||||
SERVER_ADDR,Server address,Server Adresse
|
||||
API_ADDR,API adress,API Adresse
|
||||
Up,,Hoch
|
||||
Down,,Runter
|
||||
Left,,Links
|
||||
Right,,Rechts
|
||||
Space,,Leertaste
|
||||
Control,,Strg
|
||||
PageUp,,Bild hoch
|
||||
PageDown,,Bild runter
|
||||
Insert,,Einf
|
||||
Delete,,Entf
|
||||
Home,,Pos 1
|
||||
End,,Ende
|
||||
,,
|
||||
StraightLong,Straight,Gerade
|
||||
Straight,Short straight,kurze Gerade
|
||||
CornerLarge,Right corner,Rechtskurve
|
||||
CornerLargeFlipped,Left corner,Linkskurve
|
||||
CornerLarger,Long right corner,lange Rechtskurve
|
||||
CornerLargerFlipped,Long left corner,lange Linkskurve
|
||||
CornerSmall,Short right corner,kurze Rechtskurve
|
||||
CornerSmallFlipped,Short left corner,kurze Linkskurve
|
||||
StraightLongBump,Bump,Bodenwelle
|
||||
Bump,Small bump,kurze Bodenwelle
|
||||
StraightSkew,Right skew,rechte Schräge
|
||||
StraightSkewFlipped,Left skew,linke Schräge
|
||||
RampLong,Ramp up,Rampe hoch
|
||||
RampLongFlipped,Ramp down,Rampe runter
|
||||
RampLongCurved,Curved ramp up,Rundung hoch
|
||||
RampLongCurvedFlipped,Curved ramp down,Rundung runter
|
||||
Ramp,Short ramp up,kurze Rampe hoch
|
||||
RampFlipped,Short ramp down,kurze Rampe runter
|
||||
CurvedFlipped,Shicane right,Schikane rechts
|
||||
Curved,Shicane left,Schikane links
|
||||
Loop,Looping,Looping
|
||||
,,
|
||||
controls_thrust,Thrust,Beschleunigen
|
||||
controls_break,Break,Bremsen
|
||||
controls_add_road,Add,Setzen
|
||||
controls_next_road_type,Next type,Nächste Kategorie
|
||||
controls_prev_road_type,Previous type,Vorherige Kategorie
|
||||
controls_next_road_variant,Next variant,Nächste Variante
|
||||
controls_prev_road_variant,Previous variant,Vorherige Variante
|
||||
controls_reset,Reset,Zurücksetzen
|
||||
controls_menu,Menu,Menu
|
||||
|
@@ -0,0 +1,39 @@
|
||||
[gd_resource type="Theme" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://resources/ui/font.tres" type="DynamicFont" id=1]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=1]
|
||||
bg_color = Color( 0.184314, 0.188235, 0.211765, 1 )
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource( 1 )
|
||||
Button/colors/font_color = Color( 0.878431, 0.878431, 0.878431, 1 )
|
||||
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
|
||||
Button/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 )
|
||||
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
|
||||
Button/constants/hseparation = 2
|
||||
Button/fonts/font = null
|
||||
Button/styles/disabled = null
|
||||
Button/styles/focus = null
|
||||
Button/styles/hover = null
|
||||
Button/styles/normal = null
|
||||
Button/styles/pressed = null
|
||||
Icons/icons/close = null
|
||||
Icons/icons/logo = null
|
||||
ItemList/colors/font_color = Color( 0.627451, 0.627451, 0.627451, 1 )
|
||||
ItemList/colors/font_color_selected = Color( 1, 1, 1, 1 )
|
||||
ItemList/colors/guide_color = Color( 0, 0, 0, 0.1 )
|
||||
ItemList/constants/hseparation = 4
|
||||
ItemList/constants/icon_margin = 4
|
||||
ItemList/constants/line_separation = 2
|
||||
ItemList/constants/vseparation = 2
|
||||
ItemList/fonts/font = null
|
||||
ItemList/styles/bg = null
|
||||
ItemList/styles/bg_focus = null
|
||||
ItemList/styles/cursor = null
|
||||
ItemList/styles/cursor_unfocused = null
|
||||
ItemList/styles/selected = null
|
||||
ItemList/styles/selected_focus = null
|
||||
Panel/styles/panel = SubResource( 1 )
|
||||
Panel/styles/panelf = null
|
||||
Panel/styles/panelnc = null
|
||||
Reference in New Issue
Block a user