update README and disable addons/kh_slider/plugin.cfg
This commit is contained in:
parent
388d1a5391
commit
01756f1f6b
3 changed files with 10 additions and 3 deletions
|
@ -7,14 +7,16 @@
|
|||
We use version GODOT : 3.3.3
|
||||
|
||||
wget https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_x11.64.zip
|
||||
unzip Godot_v3.3.3-stable_x11.64.zip
|
||||
|
||||
### Clone our project
|
||||
|
||||
git clone https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client.git
|
||||
(cd khanat-client;git checkout develop)
|
||||
|
||||
### Launch Godot
|
||||
|
||||
godot khanat-client
|
||||
./Godot_v3.3.3-stable_x11.64 khanat-client/project.godot
|
||||
|
||||
## Add/update your language
|
||||
|
||||
|
@ -33,6 +35,11 @@ After launch this script : bash khanat-client/locale/locale.sh
|
|||
|
||||
khanat-client/locale/<your locale].po
|
||||
|
||||
keyword msgid is Id used in khanat, and msgstr is translation (if you have some doubt, don't hesitate to see other translation)
|
||||
|
||||
* msgid "MAIN_MENU_PLAY"
|
||||
* msgstr "Jouer"
|
||||
|
||||
### Push your update
|
||||
|
||||
To send your update, could you please create a branch and send us this branch?
|
||||
|
|
|
@ -161,7 +161,7 @@ window/size/always_on_top=true
|
|||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "res://addons/kh_slider/plugin.cfg", "res://addons/kh_window/plugin.cfg" )
|
||||
enabled=PoolStringArray( )
|
||||
|
||||
[input]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/interfaces/main_menu/main_menu.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scenes/interfaces/loading_screen/loading_screen.tscn" type="PackedScene" id=2]
|
||||
|
|
Loading…
Reference in a new issue