mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Ajustements avant publi
This commit is contained in:
parent
ce5199dffe
commit
b7cf17d63a
4 changed files with 10 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<ScrollView Grid.Row="1" Grid.ColumnSpan="2">
|
||||
<StackLayout Orientation="Vertical" Padding="16,20,16,20" Spacing="10">
|
||||
|
||||
<Label Text="Cette application est une aide de jeu pour le plus grand jeu de rôle au monde" />
|
||||
<Label Text="Cette application est une aide de jeu pour le plus grand jeu de rôle au monde et ses dérivés" />
|
||||
|
||||
<Label>
|
||||
<Label.FormattedText>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
<DataTemplate>
|
||||
<ViewCell AutomationProperties.IsInAccessibleTree="True" AutomationId="machin" AutomationProperties.Name="hop">
|
||||
<StackLayout Padding="10" Orientation="Vertical">
|
||||
<Label Text="{Binding Name}" LineBreakMode="WordWrap" Style="{Binding NameLevel,Converter={StaticResource HeaderLevelToStyleConverter}}" />
|
||||
<Label Text="{Binding Name}" LineBreakMode="WordWrap" TextColor="#0366d6" Style="{Binding NameLevel,Converter={StaticResource HeaderLevelToStyleConverter}}" />
|
||||
<Label Text="{Binding AltNameText}" LineBreakMode="WordWrap" Style="{DynamicResource subsubsection}" FontSize="12" />
|
||||
</StackLayout>
|
||||
</ViewCell>
|
||||
|
|
|
|||
|
|
@ -14,14 +14,19 @@
|
|||
|
||||
## [Partir à l'aventure](adventure_hd.md)
|
||||
|
||||
<!--
|
||||
## [Combattre](combat_hd.md)
|
||||
-->
|
||||
|
||||
## [Gérer la santé](manage_health_hd.md)
|
||||
|
||||
<!--
|
||||
## [Lancer des sorts](spellcasting_hd.md)
|
||||
-->
|
||||
|
||||
## [Description des Sorts](spells_hd.md)
|
||||
|
||||
<!--
|
||||
# Cadre de campagne
|
||||
|
||||
## [Objets magiques](magicitems_hd.md)
|
||||
|
|
@ -31,6 +36,7 @@
|
|||
### [Objets magiques intelligents](sentient_magicitems_hd.md)
|
||||
|
||||
### [Artefacts](artifacts_hd.md)
|
||||
-->
|
||||
|
||||
# Créatures et oppositions
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,11 @@
|
|||
|
||||
# Gérer la santé
|
||||
|
||||
<!--
|
||||
[][LinkItem]
|
||||
|
||||
## [Dégâts et guérison](damage_healing_hd.md)
|
||||
-->
|
||||
|
||||
[][LinkItem]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue