Skip to content

Commit 60a2343

Browse files
committedNov 1, 2024
Evolution timeline (no functionality)
1 parent dc065fc commit 60a2343

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎scenes/control.tscn

+16-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ color = Color(0.121569, 0.121569, 0.121569, 1)
3838
layout_mode = 0
3939
offset_right = 1152.0
4040
offset_bottom = 40.0
41-
current_tab = 3
41+
current_tab = 7
4242

4343
[node name="HOME_MENU" type="Control" parent="TabManager"]
4444
visible = false
@@ -218,6 +218,7 @@ add_button = NodePath("../../DictionaryAdd")
218218
delete_button = NodePath("../../DictionaryRemove")
219219

220220
[node name="GRAMMAR_MODULE" type="Control" parent="TabManager"]
221+
visible = false
221222
layout_mode = 2
222223
metadata/_tab_index = 3
223224

@@ -460,3 +461,17 @@ offset_top = 15.0
460461
offset_right = 950.0
461462
offset_bottom = 45.0
462463
text = "CONVERT_FROM_XSAMPA"
464+
465+
[node name="EVOLUTION_MODULE" type="Control" parent="TabManager"]
466+
layout_mode = 2
467+
metadata/_tab_index = 7
468+
469+
[node name="Timeline" type="HSlider" parent="TabManager/EVOLUTION_MODULE"]
470+
layout_mode = 0
471+
offset_top = 200.0
472+
offset_right = 1152.0
473+
offset_bottom = 250.0
474+
tooltip_text = "TIMELINE"
475+
max_value = 2.14748e+09
476+
tick_count = 22
477+
ticks_on_borders = true

‎translation/translation.csv

+1
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ LOCK,Lock,Cerrar,Trancar
4545
NEW_GRAMMAR_TABLE,New Grammar Table,Nueva Tabla Gramatical,Nova Tabela de Gramática
4646
GRAMMAR_INFORMATION,Information,Información,Informação
4747
GRAMMAR_TABLES,Grammar Tables,Tablas Gramaticales,Tabelas de Gramática
48+
TIMELINE,Timeline,Cronología,Cronologia

0 commit comments

Comments
 (0)
Please sign in to comment.